This document is archived and information here might be outdated. Recommended version. |
Generate an address based on a point.
[Visual Basic .NET] Public Function ReverseGeocode ( _ ByVal location As IPoint, _ ByVal bReturnIntersection As Boolean _ ) As IPropertySet
[C#] public IPropertySet ReverseGeocode ( IPoint location, bool bReturnIntersection );
[C++]
HRESULT ReverseGeocode(
IPoint* location,
VARIANT_BOOL bReturnIntersection
);
[C++]
Parameters location [in]
location is a parameter of type IPoint* bReturnIntersection [in]
bReturnIntersection is a parameter of type bool