Questions tagged as 'google-maps-v3'

1
answer

Irrigation Percentage in Map, Google Maps API Js

Good morning, I am trying to show on a map a percentage of Irrigation. I have tried it in several ways, for example: -Show a 50% polygon on an original polygon of 100% It did not work because when sending only 50% of the coordinates of the ar...
asked by 30.11.2017 / 16:25
2
answers

How can I calculate the distance between 2 points on Google Maps V3

Good afternoon. I am using the Google Maps API which I must trace from any location and trace a line to my geolocation. This I have already accomplished, but the problem is that when I perform the calculation using SphericalUtilities....
asked by 11.11.2017 / 22:36
2
answers

Change the type of marker in multiple markers

Following the Google Maps documentation, I was able to import the data from a MySQL database. Until I was able to apply the analysis of the type of marker and add tags to the markers, as seen in the image below. Now, I would like to remo...
asked by 29.01.2018 / 18:06
2
answers

Empty properties of a polyline type object?

Empty properties of a polilyne type object I need to empty a polilyne type object so that it can be reused as many times as needed, I want the properties to remain empty, for example the object when you have values has something like that l...
asked by 23.09.2017 / 02:21
1
answer

Problem inserting the data array for google maps bookmarks

I have a table html that is created with a php calling the database Example: <table> <tr> <th>id</th> <th>Name</th> </tr> <?php $query = "select id, name from pizza"; $result = $con...
asked by 24.06.2017 / 21:23
1
answer

Marker Animation (Change color) on google maps

I have a map of google maps with 28 markers perzonalizados, I would like to make each marker (image .png) change color in a time interval (Semaphore: green, yellow, red), how can I do it without having to be recharging the page so that the chang...
asked by 20.12.2018 / 23:33
1
answer

How can I add a link in the information window? google-maps-V3

I need to create a link inside the information window and click on it, so that it redirects me to a window (div) that would be displayed on the right, how can I do it? function initMap() { var map = new google.maps.Map(document.getElem...
asked by 06.11.2017 / 12:35
1
answer

Problem when using 2 javascript API of google maps in the same index.html

I'm wanting to load 2 maps with the google application in the same index.html. The maps when tested one by one have no problem, both are loaded and work properly. The first map shows the user's location in <div id="map"> as follo...
asked by 16.12.2018 / 20:29
1
answer

Delete bookmarks and update them, google maps V3

I need to remove the markers, or clean them off the map so that the old markers do not overlap. what this code does with the help of the setInterval(refreshMarker, 2000); is that it calls back the markers, and there if I am also stretchin...
asked by 20.11.2017 / 13:49
0
answers

Locate a person and show them on the map

I'm in need of help, I hope you can help me. I need, by means of a select, to choose a seller and show their location on the map. I used Javascript Google Maps Api and I managed to show my location on the map but I do not know how to ask a cell...
asked by 21.06.2018 / 16:12