IGeocodeResult Interface |
Namespace: Telogis.GeoBase.Addresses
The IGeocodeResult type exposes the following members.
Name | Description | |
---|---|---|
FoundAddress |
Gets the resulting IStructuredAddressData of the geocoded address.
| |
RawAddress |
Gets the IAddressData that represents the original address given
to find this IGeocodeResult.
|
GeocodeAddress[] address = GeoCoder.GeoCode("5537 Pine Crest Dr", "Happy Jack", "Arizona", "86024", Country.USA); IGeocodeResult result = address[0].ToGeocodeResult();