Geometry

Geometry information about the geocoding result

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
location_type string The type of location returned. ROOFTOP indicates a precise geocode, RANGE_INTERPOLATED indicates an approximation between two precise points, GEOMETRIC_CENTER indicates a geometric center, and APPROXI
View JSON Schema on GitHub

JSON Schema

google-maps-geocoding-geometry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Geometry",
  "type": "object",
  "description": "Geometry information about the geocoding result",
  "properties": {
    "location_type": {
      "type": "string",
      "description": "The type of location returned. ROOFTOP indicates a precise geocode, RANGE_INTERPOLATED indicates an approximation between two precise points, GEOMETRIC_CENTER indicates a geometric center, and APPROXIMATE indicates an approximation."
    }
  }
}