public class GeoPoint extends Object
| Constructor and Description |
|---|
GeoPoint(double longitude,
double latitude) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude() |
double |
getLongitude() |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
String |
toString() |
Copyright © 2017. All Rights Reserved.