> Pls note that there are different kinds of maps i.e normal, satellite > and terrain.I want to get these three plus some other types formed > from them. > I have read the documentation but in it, the document says > maptype=roadmap i.e only one type can be specified.
I don't think you've looked at the documentation See http://code.google.com/apis/maps/documentation/staticmaps/ and scroll down to 'Map Types' > 2) My second query relates to a functionality called "Identify > Feature".So when I click on a point in the map I should get the layer > information of all the layers involving the point. > Similarly if I do a Rectangular Select I should get the info of all > layers within the rectangle. > Is it possible to have this functionality? If yes then how? Yes, but Static Maps is just an image. You would have to write a lot of code and keep extensive databases to do that. I'd recommend looking at the Flash or javascript Maps instead, which allow interaction of this knd. > 3) How do I collect the lonlat within the map for any of the mouse > events like click, mousemove? I want to do this within a Silverlight > control without javascript. No idea, ask in a Silverlight forum -- 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.
