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 The direction of travel, expressed in degrees clockwise from the north in the range [0,360.0]. 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.