GeoLocation
Geographical representation of a certain location. It provides additional attributes like speed or bearing what can be useful in navigation applications.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
Geographical position of the current location.
GPS accuracy (in meters) of the current location.
Course made good in degrees, in range [0,360.0]
. Positive in East of true North. Represents the course made good angle of the device relative to true North. Or null if not available. Note: In the Android Location API, the corresponding field is called android.location.Location#getBearing.
Current speed in meters per second. Or null if not available.
Altitude in meters. Or null if not available.
Time in millis.
The name of the location provider.
The type of the location provider (eg. REALTIME or SOFT_DR).
Extra data accompanying this location.