Modifier and Type | Field and Description |
---|---|
private Double |
_latitude |
private Double |
_longitude |
static String |
LATITUDE_IDENTIFIER
The latitude identifier
|
static String |
LONGITUDE_IDENTIFIER
The longitude identifier
|
Constructor and Description |
---|
Geocode(Double longitude,
Double latitude)
Constructs a Geocode
|
Modifier and Type | Method and Description |
---|---|
Double |
getLatitude()
Retrieves the latitude
|
Double |
getLongitude()
Retrieves the longitude
|
public static final String LONGITUDE_IDENTIFIER
public static final String LATITUDE_IDENTIFIER
private Double _longitude
public Double getLongitude()
public Double getLatitude()