Interface IMapboxLocationInfo
Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public interface IMapboxLocationInfo
Properties
altitude
Declaration
Property Value
Type |
Description |
System.Single |
|
horizontalAccuracy
Declaration
float horizontalAccuracy { get; }
Property Value
Type |
Description |
System.Single |
|
latitude
Declaration
Property Value
Type |
Description |
System.Single |
|
longitude
Declaration
Property Value
Type |
Description |
System.Single |
|
timestamp
Declaration
double timestamp { get; }
Property Value
Type |
Description |
System.Double |
|
verticalAccuracy
Declaration
float verticalAccuracy { get; }
Property Value
Type |
Description |
System.Single |
|