Questions tagged [jquery-gmap3]

gmap3 is a jQuery wrapper for google maps API v3. For people who are used to the jQuery way of javascripting, gmap3 provides an easy-to-use interface for google maps API v3.

is a jQuery wrapper for google maps API v3. For people who are used to the jQuery way of scripting, gmap3 provides an easy-to-use interface to google maps. An example of gmap3 usage could be :

$('#map').gmap3({
  marker:{
    latLng:[29.132318972825445,81.32052349999992]
  }
});

As other jQuery plugins, gmap3 supports multiple selectors and chaining. gmap3 encapsulates most of the google maps features, such as polylines, polygons, markers, circles, infowindows and more. Besides that, gmap3 offers some nice add-ons such as context menus, panels and clustered marker management.

home of gmap3 -> http://gmap3.net/en/
source on github -> https://github.com/jbdemonte/gmap3

212 questions
3
votes
1 answer

on marker click close infobubble

I am using Gmap3 jQuery plugin with infobubble plugin and php to get json reponse for adding markers. I have added GoogleMap marker using addMarkers option of Gmap3 plugin. { action: 'addMarkers', markers:address_data, marker: { …
Dipesh Parmar
  • 27,090
  • 8
  • 61
  • 90
3
votes
1 answer

Gmap3 Clear Directions

I need to recalculate the directions, when another marker is clicked or when my origin marker is dragged to another location. at the moment, I am inserting a marker when a user inserts his/her address then when the users clicks on any existing…
user1278673
3
votes
2 answers

"google.maps.MapTypeId is undefined" when using GMAP3 in FF 14

Testing the sample code from gmap3: and,