Options
All
  • Public
  • Public/Protected
  • All
Menu

The response of a successful Place Photo request will be an image. The type of the image will depend upon the type of the originally submitted photo.

If your request exceeds your available quota, the server will return an HTTP 403 status to indicate that the quota has been exceeded.

If the server is unable to understand your request, it will return HTTP 400 status, which indicates an invalid request.

The most common reasons why you might see an invalid request include:

  • The submitted photo reference was incorrectly specified.
  • Your request did not include either a maxwidth or maxheight parameter.

Hierarchy

  • AxiosResponse
    • PlacePhotoResponse

Index

Properties

config

config: AxiosRequestConfig

data

data: any

headers

headers: any

Optional request

request: any

status

status: number

statusText

statusText: string

Generated using TypeDoc