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.
interface PlacePhotoResponse {}

Hierarchy

  • AxiosResponse
    • PlacePhotoResponse