PhotoMedia

Photo media metadata returned when skipHttpRedirect is true

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
name string The resource name of the photo media
photoUri string A short-lived URI for the photo
View JSON Schema on GitHub

JSON Schema

google-maps-places-photo-media-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PhotoMedia",
  "type": "object",
  "description": "Photo media metadata returned when skipHttpRedirect is true",
  "properties": {
    "name": {
      "type": "string",
      "description": "The resource name of the photo media"
    },
    "photoUri": {
      "type": "string",
      "description": "A short-lived URI for the photo"
    }
  }
}