Hi all, I want to create a maps with some markers, the "my maps" service let's me do that. After I hope to get a list of features near my position (in a radius) from this map on my website.
I use the google Maps Data API to access my map and make a list of features : I use this type of feed : http://maps.google.com/maps/feeds/features/userID/mapID/snippet?lat=x&lng=x&radius="+radius; ...it works perfectly but it needs an authentification! It is very boring to use in a website if each user have to be logged in ! Is there any solution? Perhaps I don't use the great way to solve my problem.... Soon, I will have a high number of markers...and I think it will be very slow if I add the markers (stored in a database) in real time on a map displayed with the Javascript Maps API v3. If you have some advice... Many thanks -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
