Class UnifiedMapOptions
Inheritance
System.Object
UnifiedMapOptions
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 UnifiedMapOptions
Fields
elevationLayerProperties
Declaration
[NodeEditorElement("Terrain Layer")]
public ElevationLayerProperties elevationLayerProperties
Field Value
Type | Description |
---|---|
ElevationLayerProperties |
imageryLayerProperties
Declaration
[NodeEditorElement("Image Layer")]
public ImageryLayerProperties imageryLayerProperties
Field Value
Type | Description |
---|---|
ImageryLayerProperties |
mapOptions
Declaration
public MapOptions mapOptions
Field Value
Type | Description |
---|---|
MapOptions |
mapPreset
Declaration
public MapPresetType mapPreset
Field Value
Type | Description |
---|---|
MapPresetType |
vectorLayerProperties
Declaration
[NodeEditorElement("Vector Layer")]
public VectorLayerProperties vectorLayerProperties
Field Value
Type | Description |
---|---|
VectorLayerProperties |