ArcObjects Library Reference  (NetworkAnalyst)    

INALocator2.ReverseGeocodeLocation Method

The address of the network location. Honors side of street if the address locator does.

[Visual Basic 6.0]
Function ReverseGeocodeLocation(
    ByVal Location As INALocation, _
    ByVal AddressLocator As ILocator _
) As String
[Visual Basic .NET]
Public Function ReverseGeocodeLocation ( _
    ByVal Location As INALocation, _
    ByVal AddressLocator As ILocator _
) As String
[C#]
public string ReverseGeocodeLocation (
    INALocation Location,
    ILocator AddressLocator
);
[Java]
public String reverseGeocodeLocation (
    INALocation Location,
    ILocator AddressLocator
)
throws
    IOException,
    AutomationException
[C++]
HRESULT ReverseGeocodeLocation(
  INALocation* Location,
  ILocator* AddressLocator,
  BSTR* address
);
[C++]

Parameters

Location [in]

  Location is a parameter of type INALocation

AddressLocator [in]

  AddressLocator is a parameter of type ILocator

address [out, retval]

  address is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ReverseGeocodeLocation returns the text address of an NALocation based on the address locator specified. 

See Also

INALocator2 Interface

 


Feedback Send feedback on this page