Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

jquery.googlemap ($.googlemap)A simple jQuery plugin which handles integration of Google Maps (API). It works on top of both jQuery and Google Maps API v2 - and you can instantiate a working Google map with just: // Javascript // minimal code setup (requires jQuery 1.2+ and Google Maps API v2 ... [More] $(".map").googlemap({addresses: ["1 ABC ST, NSW 2193 Sydney, Australia"]});It returns jQuery object for chaining and it also has its own API: // instance of jquery.googlemap object from above instantiation var api = $(".map").googlemap();// HTML Try for yourself and see! More examplesFull option set// Javascript // instantiate by giving full options var locations = new Array(); locations = [ "1 ABC St, Cantebury UK", "2 XYZ St, Yorkshire US" ]; $(".map").googlemap({ labels: true, co [Less]

0
 
  0 reviews  |  0 users  |  3,291 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.