Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 596 Bytes

map-api-1.0

A Javascript wrapper for using Google Maps API V3 simply.
Created by Ayyoub Jadoo

Usage:

Please take a look at the example in the file examples/index.html

Requirements:

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.

Options:

In map-api-1.0.js you can modify the following defaults:

  1. Map Center: Line 11 => CenterCoords: { lat:x, lng:y }
  2. Map Zoom: Line 12 => Zoom: x
  3. Marker Icons: Line 13 => you can change the icons urls.