moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js
MIT License
560 stars 148 forks source link

Adds Google Maps API for Business specific required signatures #11

Closed spatical closed 12 years ago

spatical commented 12 years ago

Exports an additional method setBusinessSpecificParameters that can be used to pass a Google Maps for Business account parameters. When set the makeRequest calls a new function signGoogleRestApiRequest that adds the client and signature parameters to the request url before requesting it from Google. Valid Google Maps for Business parameters are required in order for the request to actually return data.