| java.lang.Object | |
| ↳ | com.smaato.sdk.core.LatLng |
Represents a pair of latitude and longitude coordinates.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LatLng(double latitude, double longitude) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| double |
getLatitude()
Returns latitude.
| ||||||||||
| double |
getLongitude()
Returns longitude.
| ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns latitude.
Returns longitude.