On Dec 9, 11:49 pm, Arun <[email protected]> wrote: > Hi all, > Please can any one tell me the exact method call to set the default > map > type as 'Terrain' while creating the map using GMap Class.
I don't think that map type is available with the GMap Class, you have to use GMap2. http://code.google.com/apis/maps/documentation/upgrade.html#MapTypeNames I usually use the initial .setCenter call: http://code.google.com/apis/maps/documentation/reference.html#GMap2.setCenter In fact this recent post has a map that does just what you want: http://bullittcountyhistory.org/cemmaps/anderson_cem_44.html -- Larry -- 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.
