Class TileJsonData
Inheritance
System.Object
TileJsonData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class TileJsonData
Fields
commonLayersKey
Declaration
public readonly string commonLayersKey
Field Value
Type | Description |
---|---|
System.String |
LayerDisplayNames
Layer Display Names seen in the editor
Declaration
public List<string> LayerDisplayNames
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
LayerPropertyDescriptionDictionary
The description of the property in a layer
Declaration
public Dictionary<string, Dictionary<string, string>> LayerPropertyDescriptionDictionary
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>> |
LayerSourcesDictionary
List of data sources (tileset ids) linked to a layer name
Declaration
public Dictionary<string, List<string>> LayerSourcesDictionary
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
optionalPropertiesString
Declaration
public readonly string optionalPropertiesString
Field Value
Type | Description |
---|---|
System.String |
PropertyDisplayNames
Property Display Names seen in the editor
Declaration
public Dictionary<string, List<string>> PropertyDisplayNames
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
SourceLayersDictionary
Dictionary containting the list of layers in a source
Declaration
public Dictionary<string, List<string>> SourceLayersDictionary
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
tileJSONLoaded
This boolean is to check if tile JSON data has loaded after the data source has changed
Declaration
public bool tileJSONLoaded
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
ClearData()
Declaration
public void ClearData()
ProcessTileJSONData(TileJSONResponse)
Declaration
public void ProcessTileJSONData(TileJSONResponse tjr)
Parameters
Type | Name | Description |
---|---|---|
TileJSONResponse | tjr |