public class LocationCoordinates extends Object implements Serializable
| Constructor and Description |
|---|
LocationCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLatitude()
Gets the
latitude. |
String |
getLongitude()
Gets the
longitude. |
int |
hashCode() |
void |
setLatitude(String latitude)
Sets the
latitude. |
void |
setLongitude(String longitude)
Sets the
longitude. |
String |
toString() |
Copyright © 2017 BotMill. All rights reserved.