Click or drag to resize

CoordinateStatus Property

The status received in attempting to geocode an address using GetCoordinates(String) or GetCoordinates(String) directly. If successful this will be OK For any other non-empty value see ErrorMessage for additional information.

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

Property Value

Type: String
See Also