Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.13 KB

PlacesServiceStatus.md

File metadata and controls

42 lines (22 loc) · 1.13 KB

See html formatted version

PlacesServiceStatus constants

google.maps.places.PlacesServiceStatus constants

The status returned by the PlacesService on the completion of its searches. Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.places.PlacesServiceStatus.OK.

Library

places

Constants

undefined

This request was invalid.

undefined

The place referenced was not found.

undefined

The response contains a valid result.

undefined

The application has gone over its request quota.

undefined

The application is not allowed to use the PlacesService.

undefined

The PlacesService request could not be processed due to a server error. The request may succeed if you try again.

undefined

No result was found for this request.