GeoLocation
Last updated
Represents a geographic location.
getAccuracyInMeters()int getAccuracyInMeters()Returns the accuracy in meters.
If this location does not have an accuracy, then -1 is returned.
getLatitude()double getLatitude()Returns the latitude in degrees.
getLongitude()double getLongitude()Returns the longitude in degrees.
()Returns
trueif this location has a horizontal accuracy,falseotherwise.
Last updated
boolean hasAccuracy()