public class GeoLocation extends Object
| Constructor and Description |
|---|
GeoLocation() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude() |
double |
getLongitude() |
String |
getType() |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setType(String type) |
public String getType()
public void setType(String type)
type - the type of the search resultpublic double getLatitude()
public void setLatitude(double latitude)
latitude - the latitude of the GeoLocationpublic double getLongitude()
public void setLongitude(double longitude)
longitude - the longitude of the GeoLocationCopyright © 2015. All rights reserved.