Skip to content

Tag: google-maps

marker cluster locations from database

i have been useing a map with markers from sql db and would like to add marker clusters as i get more markers. on it self the code for the map and the code for the marker cluster from https://developers.google.com/maps/documentation/javascript/marker-clustering#maps_marker_clustering-javascript works fine, i …

Get location from latitude and longitude in PHP

I want to get address, city, state and country in different variables so that I can display it separately but due to different latlong, somewhere I am getting whole address and somewhere only state and country, so I am not able to get a specific address due to changing latlong. Here is my code: Answer Try Bel…