Google Places API Client
Detailed docs and tests coming soon...
Basic Usage
Current version only supports the autocomplete
, searchtext
and details
endpoints.
;// Setup with server api keyconst places = Places;// Logs the response from an autocomplete searchplaces;;// Pass optional params as an object for all methodsplaces;// Logs the response from a text searchplaces;// Logs the response from a details requestplaces;