Click or drag to resize

CoordinateErrorMessage Property

The error message, if any, received in attempting to geocode an address using GetCoordinates(String) or GetCoordinates(String) directly. Typically his will be set when Status is other than OK or empty.

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

Property Value

Type: String
See Also