Show / Hide Table of Contents

Struct MapboxLocationInfoUnityWrapper

Wrapper to use Unity's LocationInfo as MapboxLocationInfo

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public struct MapboxLocationInfoUnityWrapper : IMapboxLocationInfo

Constructors

MapboxLocationInfoUnityWrapper(LocationInfo)

Declaration
public MapboxLocationInfoUnityWrapper(LocationInfo locationInfo)
Parameters
Type Name Description
LocationInfo locationInfo

Properties

altitude

Declaration
public float altitude { get; }
Property Value
Type Description
System.Single
Implements
IMapboxLocationInfo.altitude

horizontalAccuracy

Declaration
public float horizontalAccuracy { get; }
Property Value
Type Description
System.Single
Implements
IMapboxLocationInfo.horizontalAccuracy

latitude

Declaration
public float latitude { get; }
Property Value
Type Description
System.Single
Implements
IMapboxLocationInfo.latitude

longitude

Declaration
public float longitude { get; }
Property Value
Type Description
System.Single
Implements
IMapboxLocationInfo.longitude

timestamp

Declaration
public double timestamp { get; }
Property Value
Type Description
System.Double
Implements
IMapboxLocationInfo.timestamp

verticalAccuracy

Declaration
public float verticalAccuracy { get; }
Property Value
Type Description
System.Single
Implements
IMapboxLocationInfo.verticalAccuracy
Back to top © 2017 Mapbox