gov.nasa.worldwind.util
Class Gazetteer.Location
java.lang.Object
gov.nasa.worldwind.util.Gazetteer.Location
- Enclosing class:
- Gazetteer
public static class Gazetteer.Location
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gazetteer.Location
public Gazetteer.Location(String precision,
LatLon latlon,
String address,
String city,
String state,
String zip,
String country)
getAddress
public String getAddress()
getCity
public String getCity()
getCountry
public String getCountry()
getLatlon
public LatLon getLatlon()
getPrecision
public String getPrecision()
getState
public String getState()
getZip
public String getZip()