Hello, I am a new Google Map API v3 user but read Complete documentation provided by the Google after its current Release. Currently I am working on a Real estate project and want to display a lots of image on a single Google map. For that i am bringing datatable from the database which carry Latitude and Longitude only to draw the map properly. Now in API V3 we can't use marker manager to draw multiple markers. So i am using the following code to draw the multiple markers which is i think, not a proper way and somehow its not working properly as well.
My Requirements: 1. A Map having 100 maximum markers at time according to my datatable. 2. All the markers should be dragable and its new latitude and longitude and be saved in database. 3. After each zoom some new markers appears or can be seen of that particular region. 4. Each Marker has its own InfoWindow to display the detailed HTML content of Individual Property. Kindly Help me regrading this. Send me some usefull codes by using which i can solve this problem. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
