Address.FormattedAddress Property

 

A string containing the complete address. Get this property from the service response.

Syntax

public string FormattedAddress { set; get; }
Public Property FormattedAddress As String

Remarks

The FormattedAddress property can not be specified when making a geocode request. This property is only returned in the GeocodeResult.Address Property. If you want to geocode an address string, use the GeocodeRequest.Query Property.

See Also

GeocodeRequest Class