Click or drag to resize
GeocodeResult Class
Print this page
Returned by a forward or reverse geocoding operation. Encapsulates a street address and latitude-longitude coordinate.
Inheritance Hierarchy
SystemObject
  Telogis.APIGeocodeResult

Namespace: Telogis.API
  
  
Syntax
public class GeocodeResult

The GeocodeResult type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Public propertyLatLon
Top
Fields
  NameDescription
Public fieldAddress
The street address of this GeocodeResult
Public fieldLatLon
The geographical location of this GeocodeResult
Top
Remarks
See Also