moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If Path parameter provided then the zoom and center parameters should not be required.

craigvl opened this issue · comments

As per the google static map api:

"Note that if you supply a path for a map, you do not need to specify the (normally required) center and zoom parameters. For more information, see Static Map Paths below."

Just thought that I would mention this, happy to look at pull request at some point, thanks for the great package :0)