Class VectorLayerProperties
Inheritance
System.Object
VectorLayerProperties
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 VectorLayerProperties : LayerProperties
Fields
_sourceType
Declaration
protected VectorSourceType _sourceType
Field Value
locationPrefabList
Declaration
[NodeEditorElement("POI Sublayers")]
public List<PrefabItemOptions> locationPrefabList
Field Value
optimizedStyle
Declaration
public Style optimizedStyle
Field Value
Declaration
public LayerPerformanceOptions performanceOptions
Field Value
sourceOptions
Declaration
public LayerSourceOptions sourceOptions
Field Value
tileJsonData
Raw tileJSON response received from the requested source tileset id(s)
Declaration
public TileJsonData tileJsonData
Field Value
useOptimizedStyle
Declaration
public bool useOptimizedStyle
Field Value
Type |
Description |
System.Boolean |
|
vectorSubLayers
Declaration
[NodeEditorElement("Feature Sublayers")]
public List<VectorSubLayerProperties> vectorSubLayers
Field Value
Properties
sourceType
Declaration
public VectorSourceType sourceType { get; set; }
Property Value
Methods
NeedsForceUpdate()
Declaration
public override bool NeedsForceUpdate()
Returns
Type |
Description |
System.Boolean |
|
Overrides
OnSubLayerPropertyAdded(EventArgs)
Declaration
public virtual void OnSubLayerPropertyAdded(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnSubLayerPropertyRemoved(EventArgs)
Declaration
public virtual void OnSubLayerPropertyRemoved(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Events
SubLayerPropertyAdded
Declaration
public event EventHandler SubLayerPropertyAdded
Event Type
Type |
Description |
System.EventHandler |
|
SubLayerPropertyRemoved
Declaration
public event EventHandler SubLayerPropertyRemoved
Event Type
Type |
Description |
System.EventHandler |
|