Questions tagged [gmaps.js]

gmaps.js allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code.

gmaps.js is a JavaScript API for interacting with Google Maps.
It is a third-party tool built on Google's API.

For more info, see http://hpneo.github.io/gmaps/

79 questions
-2
votes
1 answer

How to toggle gmaps.js setContextMenu content in google map

I am working on google-map api using gmaps.js. I have a problem with google map's setcontextmenu. When the user right-clicks the map, the context menu will appear. I tried to change the content of context menu option from "measure distance" to…
-2
votes
1 answer

javascript object value in different function - remove polyline from map

Can someone please help me with this. I don't know why the globally defined object 'arr' cant be recognized in the function 'go2', do I need to pass the object through the function 'go2'? Below is my example code. var arr = {}; function…
-3
votes
2 answers

gmaps.js Api doesn't work

I want to add a googlemap to my html page using gmaps.js api. I put the gmaps.js file to same folder with my html page but when i try to load my html page nothing happens below is my code html:
-4
votes
2 answers

Why isn't my GMaps.js working?

I am having trouble getting GMaps.js working, I followed the instructions on https://hpneo.github.io/gmaps/examples/basic.html but the map does not appear, I am also getting the error message: " Uncaught ReferenceError: GMaps is not defined" in…
Alistair
  • 433
  • 7
  • 18
1 2 3 4 5
6