A Javascript wrapper for using Google Maps API V3 simply.
Created by Ayyoub Jadoo
Please take a look at the example in the file examples/index.html
You must have a Google Maps API Key to use the api, please replace the token 'API_KEY' in map-api-1.0.js with your API Key.
In map-api-1.0.js you can modify the following defaults:
- Map Center: Line 11 => CenterCoords: { lat:x, lng:y }
- Map Zoom: Line 12 => Zoom: x
- Marker Icons: Line 13 => you can change the icons urls.