| java.lang.Object | |
| ↳ | com.smaato.sdk.core.LatLng |
Represents a pair of latitude and longitude coordinates.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LatLng(double latitude, double longitude, float accuracy, long timestamp) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| double |
getLatitude()
Returns latitude.
| ||||||||||
| float |
getLocationAccuracy()
Returns accuracy.
| ||||||||||
| long |
getLocationTimestamp()
Returns accuracy.
| ||||||||||
| double |
getLongitude()
Returns longitude.
| ||||||||||
| float |
getTimeSinceLastLocationUpdate()
Returns time since last location update.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns latitude.
Returns accuracy.
Returns accuracy.
Returns longitude.
Returns time since last location update.