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
1
vote
2 answers

jQuery GMAP3 wrapper - on click info windows

I'm using the jQuery GMAP 3 wrapper for the first time on a project. All going quite well - but can't find an example of how to add an infobubble to a marker, but have it only appear when the marker is clicked... The addMarker function I'm using…
steve
  • 2,469
  • 1
  • 23
  • 30
1
vote
1 answer

How can I let user draw multiple polygons using gmap3 plugin or Google Maps Api v3

I don't have too much experience with JavaScript and Google Maps Api. What I want to achieve: I have a map, where user can either put marker or draw polygon. I'm using gmap3 plugin and I've managed to do everything I wanted with markers (like…
1
vote
0 answers

Google Maps Multiple and Overlapping Checkboxes

Firstly, Stackoverflow has so far been brilliant in helping me overcome a number of issues. I have very little knowledge of JS and I would really appreciate help in overcoming one huge hurdle I have encountered. I have a project that essentially…
jj3286
  • 11
  • 1
1
vote
0 answers

gmap3 mouseover not working for infowindow

I tried following https://v6.gmap3.net/en/catalog/10-overlays/marker-41 but infowindow not working how should i do $('.map-object').gmap3({ map: { options: { center:[46.578498,2.457275], zoom:…
박준영
  • 11
  • 4
1
vote
0 answers

gmap3 onclick to show infowindow

I have little problem of Custom InfoWindow. When I set a marker with infowindow,it can't work. And it have no error code to me. This is my code: // test gmap3 feature // set lat/lng for map's center var uluru = { lat: -25.363, lng:…
1
vote
1 answer

how to have Google Maps position set to fixed using the jquery + gmap3 library

I have been struggling to make position fixed for the google maps div even when I tried appending events on the gmap3 library using on like $('#map-google').gmap3({}).on(tilesloaded: function(){}) trying to apply this answer but it doesnt work and I…
juliangonzalez
  • 4,231
  • 2
  • 37
  • 47
1
vote
1 answer

Google Maps API v3 Hiding and showing a circle on checkbox click

i would hide/show a circle on gmaps, on checkbox click. Map is created on document ready. My code add the circle, but doesn't remove/hide. On new checkbox click it creates a new circle, not removing the old one. I suppose it's a scope question,…
1
vote
0 answers

Google maps v3 Infowindow doesn't close correctly

Im working on a custom map (based on gmap3). Everything works fine except closing Infowindow. When i click on 'x' button at infowindow popup it... removes? hides? its context, popup and 'x' button slides to marker and it disappears. Screen:…
1
vote
0 answers

How do i add a polgon in the gmap3.js code (wordpress)

How do I set the coordinates por a polygon in this code..? This a pieace of the Gmap3.js code on my website. And I want to add some polygons into it.. enter code herefunction poly(args, poly, path){ var objs = [], multiple = "values" in…
1
vote
0 answers

How to add google map polygon using gmap3?

I'm trying to add polygon into an existing map. The page already contains gmap3 plugin and a map of a location.