1
I’m trying to learn how to move and make maps using the google maps API but I want to know if there is and how to score a map automatically using points (coordinates) that were registered in the database through a form. And if these points are repeated how to place a single point on the map with the total points in the same coordinate in the appearing infowindow.
I want to do something like the example below:
https://www.ufrgs.br/rscontraaedes/casos-de-dengue-contraidos-no-estado/
Thank you so much
https://developers.google.com/maps/articles/phpsqlajax_v3
– Rafael Ferreira
Hello. Your question will probably be closed because it is too wide. It would only be possible to have a quality answer if the author showed how to build the whole system. Try to implement the tutorial that is on the link @Rafaelferreira posted in the comment and if there are questions try to isolate in a specific subject. Please see this link to help you(la) contribute better to the community: http://answall.com/help/dont-ask and check out the help center: http://answall.com/help
– Filipe Moraes
Thank you Rafael Ferreira .. I was able to do :D... I just haven’t been able to get the dots to repeat putting them in a single point on the map with the total dots in the same coordinate in the infowindow showing up. i know you have the MARKERCLUSTERER feature.. but I would like to put value in infowindow ...
– NMN