Google Maps Platform · Example Payload

Google Maps Getplacephoto Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Google Maps Getplacephoto Example is an example object payload from Google Maps Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getPlacePhoto",
  "method": "GET",
  "path": "/places/{placeId}/photos/{photoReference}/media",
  "summary": "Get a Place Photo",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "image/*",
      "name": "Getplacephoto200Example",
      "example": "example_value"
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getplacephoto200Example",
      "example": {
        "name": "Example Title",
        "photoUri": "https://www.example.com"
      }
    }
  ]
}