public class Location extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
CountryCode
The 2-letter ISO 3166 country code
|
GeoCoordinates |
GeoCoordinates
If geocoding has been done, this is the lat/lon for the location
|
String |
Municipality
The City/Municipality/Town
|
String |
PostalCode
The Postal or Zip code
|
List<String> |
Regions
The Regions/Districts/States
|
List<String> |
StreetAddressLines
Street address lines
|
| Constructor and Description |
|---|
Location() |
public String CountryCode
public String PostalCode
public String Municipality
public GeoCoordinates GeoCoordinates
Copyright © 2021. All rights reserved.