I need a database (php/mysql) so I can generate multiple Google Maps with multiple markers. I’ll need to have multiple destinations, each destination will have multiple types (example: schools, hospitals, etc.)
The system will generate an embedded code that I’ll place on an html page. I need to be able to setup the google map dimensions as it may vary from one page to another.
Each destination will have a general map so the user can have a small button above or below the map where the user can select which type of markers to show (example: schools, hospitals, etc.)
Each destination will have “N” Google maps for each type so they can be embbed on a single html page just the markers for that specific type (Example: Emmbed code to display hopsitals on a specific destination. Emmbed code to display schools on a specific destination, etc.). I need to be able to upload the png icon for each type of destination.
Each marker need to be clickable and need to have:
- Small pic
- Name
- Address
- Phone Number
- Description
- URL
- Directions (when available)
The system needs to generate for all cases (for each Map) the emmbed code to be placed on the html that I’ll use. No need to create HTML pages, thise pages already exists.
I need and admin area password protected to work with my Google Maps information. (Create maps, create destinations, create marker types and create markers)
Feel free to ask if you have any questions.