public class GeoEntry extends Object
GeoEntry
represents a GeoNames entry.Modifier and Type | Class and Description |
---|---|
static class |
GeoEntry.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getAlternateNames() |
String |
getCountryCode() |
String |
getFeatureCode() |
double |
getLatitude() |
double |
getLongitude() |
String |
getName() |
long |
getPopulation() |
public String getName()
public double getLatitude()
public double getLongitude()
public String getFeatureCode()
public long getPopulation()
public String getAlternateNames()
public String getCountryCode()
This work is licensed under a Creative Commons Attribution 4.0 International License.