Show / Hide Table of Contents

Class VectorLayerProperties

Inheritance
System.Object
MapboxDataProperty
LayerProperties
VectorLayerProperties
Inherited Members
MapboxDataProperty.PropertyHasChanged
MapboxDataProperty.OnPropertyHasChanged(EventArgs)
MapboxDataProperty.HasChanged
MapboxDataProperty.UpdateProperty(UnityTile)
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
Type Description
VectorSourceType

locationPrefabList

Declaration
[NodeEditorElement("POI Sublayers")]
public List<PrefabItemOptions> locationPrefabList
Field Value
Type Description
System.Collections.Generic.List<PrefabItemOptions>

optimizedStyle

Declaration
public Style optimizedStyle
Field Value
Type Description
Style

performanceOptions

Declaration
public LayerPerformanceOptions performanceOptions
Field Value
Type Description
LayerPerformanceOptions

sourceOptions

Declaration
public LayerSourceOptions sourceOptions
Field Value
Type Description
LayerSourceOptions

tileJsonData

Raw tileJSON response received from the requested source tileset id(s)

Declaration
public TileJsonData tileJsonData
Field Value
Type Description
TileJsonData

useOptimizedStyle

Declaration
public bool useOptimizedStyle
Field Value
Type Description
System.Boolean

vectorSubLayers

Declaration
[NodeEditorElement("Feature Sublayers")]
public List<VectorSubLayerProperties> vectorSubLayers
Field Value
Type Description
System.Collections.Generic.List<VectorSubLayerProperties>

Properties

sourceType

Declaration
public VectorSourceType sourceType { get; set; }
Property Value
Type Description
VectorSourceType

Methods

NeedsForceUpdate()

Declaration
public override bool NeedsForceUpdate()
Returns
Type Description
System.Boolean
Overrides
MapboxDataProperty.NeedsForceUpdate()

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
Back to top © 2017 Mapbox