Class MapLocationOptions
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 MapLocationOptions : MapboxDataProperty
Fields
coordinateSystemType
Declaration
[NonSerialized]
public MapCoordinateSystemType coordinateSystemType
Field Value
Type | Description |
---|---|
MapCoordinateSystemType |
latitudeLongitude
Declaration
public string latitudeLongitude
Field Value
Type | Description |
---|---|
System.String |
zoom
Declaration
public float zoom
Field Value
Type | Description |
---|---|
System.Single |