Click or drag to resize

GeoAddressFormattedAddress Property

The formatted address. For a particular latitude/longitude this can vary depending on the location type specified when reverse-geocoding an address using ReverseGeocode(Decimal, Decimal, String).

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string FormattedAddress { get; set; }

Property Value

Type: String
See Also