> It sounds rather like you need a streetmap of each city, where you can > colour streets say red for "already chosen by someone else" and green > for "choose me if you like" ?
Exactly Or is it okay if user's choices have > common segments A-B-C-D , X-B-C-Y ? No > I would suggest tile overlays as the best way to implement that > visually. Users clicks could be sent back to your server to identify > the selected street and check if still available. > Do you say that creating a complete custom map is the best way to do this? Street availability can be checked using the normal map using some math. How would you display to the user about other users' selections? (This is much needed if it can be done in some elegant way) > I would suggest abusing Google's directions service to obtain a full > set of city streets is not the best way, you might look at > OpenStreetMap for data sources. I will actually using the directions service only to get the array of points which make the path. -- 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.
