public class GeolocationRequest
extends java.lang.Object
| Constructor and Description |
|---|
GeolocationRequest() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude() |
double |
getLongitude() |
GeolocationRequest |
latitude(double latitude) |
GeolocationRequest |
longitude(double longitude) |
java.lang.String |
toString() |
public GeolocationRequest latitude(double latitude)
public GeolocationRequest longitude(double longitude)
public double getLatitude()
public double getLongitude()
public java.lang.String toString()
toString in class java.lang.Object