GeocodingApiResponse.withError constructor

GeocodingApiResponse.withError(
  1. Error error
)

Implementation

GeocodingApiResponse.withError(Error error) {
  error = error;
}