public class LocationStorage
extends java.lang.Object
Constructor and Description |
---|
LocationStorage() |
Modifier and Type | Method and Description |
---|---|
float |
getLatitude() |
float |
getLongitude() |
void |
setLatitude(float latitude) |
void |
setLocation(float longitude,
float latitude) |
void |
setLongitude(float longitude) |