Telogis.GeoBase.GeoCoder.USGeoCodeAddress |
Represents a LatLon and a physical address, returned as the result of GeoCoding in the United States.
Name | Description |
---|---|
getState () | Gets the state in which the GeoCoder.USGeoCodeAddress is located. Equivalent to GeoCoder.GeoCodeAddress.getRegion. ReturnsString - The name of the address's state. |
getZIPCode () | Gets the ZIP code for the GeoCoder.USGeoCodeAddress. Equivalent to GeoCoder.GeoCodeAddress.getPostalCode. ReturnsString - The address's ZIP code. |