Google Maps Platform · JSON Structure

Google Maps Places Author Attribution Structure

Type: object Properties: 3
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

displayName uri photoUri

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AuthorAttribution",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    },
    "photoUri": {
      "type": "string"
    }
  }
}