Method: GoogleMapsGeocoder::GeocodingError#json

Defined in:
lib/google_maps_geocoder/google_maps_geocoder.rb

#jsonHash (readonly)

Returns the complete JSON response from Google Maps as a Hash.

Examples:

{
  "results" => [],
  "status" => "ZERO_RESULTS"
}

Returns:

  • (Hash)

    Google Maps’ JSON response



120
121
122
# File 'lib/google_maps_geocoder/google_maps_geocoder.rb', line 120

def json
  @json
end