Skip to content

mjc-gh/jquery.map.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

jQuery.map.js v2

Overview

This is a simple jQuery Google Maps API v3 wrapper. It provides map initialization as well as the methods to add a set of markers, center and zoom the map. You can also access the Google "map object" directly for more advanced usage.

See Google's doc for more details

Please see the demo.html file for demos and code examples. If you would like to see a feature or find a bug submit an issue.

This plugin is used on MyLatLng.com.

Position Notes

Any method that takes a positional option can either be a google.maps.LatLng object, an Array or an Object

// array
var position = [12.34, 56.78];

// object
var position = {lat:12.34, lng:56.78}

This means you don't have to create new google.maps.LatLng and can just pass objects or array to the various methods.

Documentation

This plugin had a complete rewrite in 2/12 and docs need to be written. Refer to the demo page for the time being.

About

jQuery Google Map v3 API Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published