Google Maps Platform · JSON Structure

Google Maps Geocoding Lat Lng Structure

Type: object Properties: 2
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

LatLng is a JSON Structure definition published by Google Maps Platform, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

lat lng

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LatLng",
  "type": "object",
  "properties": {
    "lat": {
      "type": "number"
    },
    "lng": {
      "type": "number"
    }
  }
}