On Mar 5, 10:05 am, sunny60 <[email protected]> wrote:
> Dear Friends,
>
> I want to get a particular kind of map from Google Static API.An
> example of the kind is given in the following 
> URL:http://maps.google.com/?ie=UTF8&hq=&hnear=India&ll=20.591...

That doesn't look like a static map url to me. See
http://code.google.com/apis/maps/documentation/staticmaps/

> 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.
> 1) So how to get this kind of map.Which Google map API to use?

http://code.google.com/apis/maps/documentation/staticmaps/#MapTypes

> 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?

Not on a static map. Static maps are static and offer no
functionality. They are a single composite image.

> 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.

There is no Silverlight API; and static maps are static. To get some
interaction you can use a Javascript map (which you don't want to do)
or a Flash map. See http://code.google.com/apis/maps/documentation/flash/
-- note that the Flash API has its own Group (referenced from that
url). But to get some interaction with your map you WILL need to do
some coding, whichever dynamic API you choose.

-- 
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.

Reply via email to