public interface Location
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress1()
Gets the address 1
|
java.lang.String |
getAddress2()
Gets the address 2
|
java.lang.String |
getCity()
Gets the city
|
java.lang.String |
getCountry()
Gets the country
|
java.lang.String |
getCounty()
Gets the county
|
double |
getLatitude()
Gets the latitude
|
double |
getLongitude()
Gets the longitude
|
java.lang.String |
getNwsZoneId()
Gets the NWS Zone Id
|
java.lang.String |
getPostalCode()
Gets the postal code
|
java.lang.String |
getState()
Gets the state
|
java.lang.String getAddress1()
java.lang.String getAddress2()
java.lang.String getCity()
java.lang.String getCounty()
java.lang.String getState()
java.lang.String getPostalCode()
java.lang.String getCountry()
double getLatitude()
double getLongitude()
java.lang.String getNwsZoneId()