public class Placemark
extends java.lang.Object
Double.NaN
to indicate no data was available, or the field is not applicable for this
particular place.Modifier and Type | Field and Description |
---|---|
java.lang.String |
administrativeArea
The administrative area that is responsible for this place.
|
java.lang.String |
country
The full name of the country this place is in.
|
java.lang.String |
countryIsoCode
The ISO code that represents the country this place is in.
|
java.lang.String |
featureName
The name of this feature.
|
double |
latitude
The latitude of this place.
|
java.lang.String |
locality
The locality of this area.
|
double |
longitude
The longitude of this place.
|
java.lang.String |
phoneNumber
If applicable, a phone number used to call this place.
|
java.lang.String |
postalCode
The postal code that covers this place.
|
java.lang.String |
region
The region that this place is (or is in).
|
java.lang.String |
subAdministrativeArea
In cases where the administrative area is sub-divided, the local authority responsible for this area.
|
java.lang.String |
subLocality
In cases where the locality is sub-divided, the sub-locality that identifies this area.
|
java.lang.String |
subThoroughfare
In cases where the thoroughfare is split or otherwise addressable in parts, the
name of the part that this place is (or is on).
|
java.lang.String |
thoroughfare
The name of the thoroughfare that this place is (or is on).
|
java.lang.String |
timeZone
The time zone that this place is within.
|
Constructor and Description |
---|
Placemark() |
public java.lang.String featureName
public java.lang.String countryIsoCode
public java.lang.String country
public java.lang.String postalCode
public java.lang.String administrativeArea
public java.lang.String subAdministrativeArea
public java.lang.String locality
public java.lang.String subLocality
public java.lang.String thoroughfare
public java.lang.String subThoroughfare
public java.lang.String region
public java.lang.String timeZone
public java.lang.String phoneNumber
public double latitude
public double longitude