I have a MySQL database with some lat / lng points that represent stores. I’m going to have a map, where the user (among other things) can choose a type of store from a dropdown, and it will update the map and show only those points. It will also show info for those points in a sidebar.
I’m trying to wrap my head around how all the code works to make this all happen. I’m not even sure how I initially pull the MySQL lat/lng locations, and get them into javascript / jquery.
Does anyone have quick tutorials for this?
Using PHP/MySQL with Google Maps [tutorial]
This is essentially a step-by-step tutorial to get you from start to finish, and written by the Google Geo Team.