I am making website that lists places on google maps(added by users) which api shuld I use to achieve it?
Is there anything for that or should I just load locations from my database and mark them on map on every reload?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you will need a database to store the coordinates of locations added by your users and fetch and display them as per need on the map. The Google Maps Apiv3 is suitable for this.
To reduce burden from fetching the coordinates from the database every time on reload, you can use the concept of Caching which would fairly help to improve the overall performance.