public class LocationInfoObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
accuracy
An attribute indicating how accurately we were able to geocode the given address
(ex.
|
java.lang.String |
address
A nicely formatted and properly capitalized version of the address.
|
static int |
ADDRESS_ACC |
java.lang.String |
administrativeArea
Region containg the address (ex.
|
double |
altitude
Altitude of the locarion.
|
static int |
COUNTRY_ACC |
java.lang.String |
countryCode
Country containing the address (ex.
|
static int |
INTERSECTION_ACC |
double |
latitude
Latitude of the location.
|
java.lang.String |
locality
Town, city, village, etc.
|
double |
longitude
Longitude of the location.
|
java.lang.String |
postalCode
Postal code (ex.
|
static int |
POSTCODE_ACC |
java.lang.String |
premise
Building name (ex.
|
static int |
PREMISE_ACC |
static int |
REGION_ACC |
static int |
STREET_ACC |
java.lang.String |
subAdministrativeArea
Subregion containing the address (ex.
|
static int |
SUBREGION_ACC |
java.lang.String |
thoroughfare
Street address (ex.
|
static int |
TOWN_ACC |
static int |
UNKNOWN_ACC |
Constructor and Description |
---|
LocationInfoObject() |
public static final int UNKNOWN_ACC
public static final int COUNTRY_ACC
public static final int REGION_ACC
public static final int SUBREGION_ACC
public static final int TOWN_ACC
public static final int POSTCODE_ACC
public static final int STREET_ACC
public static final int INTERSECTION_ACC
public static final int ADDRESS_ACC
public static final int PREMISE_ACC
public java.lang.String address
public int accuracy
public java.lang.String countryCode
public java.lang.String administrativeArea
public java.lang.String subAdministrativeArea
public java.lang.String locality
public java.lang.String thoroughfare
public java.lang.String premise
public java.lang.String postalCode
public double latitude
public double longitude
public double altitude