UNPKG
mapwrap
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simple wrapper around Google Maps API
github.com/pixeltopic/mapwrap
pixeltopic/mapwrap
mapwrap
/
dist
/
utils
/
enums
/
placesEnums.js
11 lines
(10 loc)
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
// https://developers.google.com/places/web-service/search#PlaceSearchResponses
module
.
exports
= {
OK
:
"OK"
,
ZERO_RESULTS
:
"ZERO_RESULTS"
,
OVER_QUERY_LIMIT
:
"OVER_QUERY_LIMIT"
,
REQUEST_DENIED
:
"REQUEST_DENIED"
,
INVALID_REQUEST
:
"INVALID_REQUEST"
,
UNKNOWN_ERROR
:
"UNKNOWN_ERROR"
};