public class GeoCode extends Object
geo_code
parameter used for advanced searchModifier and Type | Class and Description |
---|---|
static class |
GeoCode.Unit |
Constructor and Description |
---|
GeoCode(double latitude,
double longitude,
int radius)
Creates GeoCode object with the default unit of measure is Unit.KILOMETER
|
GeoCode(double latitude,
double longitude,
int radius,
GeoCode.Unit unit) |
public GeoCode(double latitude, double longitude, int radius)
latitude
- the location's latitudelongitude
- the location's longituderadius
- the radius of the area to cover by this locationpublic GeoCode(double latitude, double longitude, int radius, GeoCode.Unit unit)