geocoderStatus property

String? geocoderStatus
final

Indicates the status code resulting from the geocoding operation. This field may contain the following values.

  • "OK" indicates that no errors occurred; the address was successfully parsed and at least one geocode was returned.
  • "ZERO_RESULTS" indicates that the geocode was successful but returned no results. This may occur if the geocoder was passed a non-existent address.

Implementation

final String? geocoderStatus;