UNPKG

mapwrap

Version:

Simple wrapper around Google Maps API

11 lines (10 loc) 307 B
"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" };