Show / Hide Table of Contents

Interface IMapboxLocationInfo

Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public interface IMapboxLocationInfo

Properties

altitude

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

horizontalAccuracy

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

latitude

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

longitude

Declaration
float longitude { get; }
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
Back to top © 2017 Mapbox