memo.xight.org

日々のメモ

Google Maps jQuery Plugin - jQueryでGoogle Mapsを簡単に扱えるプラグイン

Summary

jQueryでGoogle Mapsを簡単に扱えるプラグイン。

Sample code

$(document).ready(function() {
  $('selector').googleMaps({
    latitude: 49.26063518364422,
    longitude: -123.15673828125
  });
});


Reference

Shawn Mayzes - Google Maps jQuery Plugin
http://www.mayzes.org/googlemaps.jquery.html

via

IDEA*IDEA - 2010-01-08 - jQueryでGoogle Mapsを簡単に扱えるようになるプラグイン『Google Maps jQuery Plugin』
http://www.ideaxidea.com/archives/2010/01/jquery_google_maps.html