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
0
votes
2 answers

Max of values in 2 PHP variables, how to pass from script to jQuery?

I want to use gmaps.js to add map markers onto a map on my site. I'm using a PHP Script to get the latitude and longitude from my DB, however I'm using while($dbrowinfo = mysqli_fetch_assoc($rowfields)) Therefore the information comes to an end…
0
votes
2 answers

Gmaps.js does not load inside bootstrap modal

hello world i'm using gmaps.js i have a problem which i cant fix and the problem is when i create the map div it works perfectly but when i put the div(map container) inside a bootstrap modal it does not load or show anything i think it has…
0
votes
1 answer

gmaps.js searches incomplete / wrong address - how to fix

gmaps.js is a great library but it returns latitude and longitude successfully even for an incomplete / wrong address. Example in the image below I searched for 1111 address and it could still find some 1111 somewhere in the world. I am using…
Sauchin
  • 333
  • 3
  • 11
0
votes
0 answers

Google Map Address Search With GPS Location

I try to do a map with seach address/find location and take gps coordinate/find location. I can make to work one by one but I couldn't work them together in one map. These are my google map functions : Address Search // When the search form is…
Emin
  • 23
  • 5
0
votes
1 answer

How to get the name of the region where the marker is placed in Google Maps API, gmaps.js?

i should get name of region by coordinates using Google Maps Api or gmaps.js If you know how do it, please give me answer. And sorry for my english.
Basil
  • 11
  • 1
0
votes
1 answer

gmap.js add marker and center

I am attempting to add a marker and then center on it from one action (right click) with gmaps.js in HTML. I have it working so when i right click it will add the new marker however i am unable to find a way to add the marker and center on the new…
djsnakz
  • 468
  • 2
  • 6
  • 15
0
votes
1 answer

Gmaps.js stopped working

from one day to another the Gmaps.js Library stopped working... I've created a map with 3 Markers on it and they had InfoWindows and I've added a little routing option in the InfoWindow where you could've typed your address in and Gmaps routed you…
user4861240
0
votes
1 answer

display information from road on mouseOver gmaps.js

I try to display information from road on mouseOver, same as infoWindow for Marker. my code for road drawing using gmaps.js