On Mar 7, 10:33 am, Sirish Ayyagari <[email protected]> wrote: > Hello > > can you show me something using google.maps.Map2 instead of GMap2.
google.maps.Map2 and GMap2 are the same thing. To use the google.maps.* namespace, you have to load the api using the javascript loader: http://code.google.com/apis/loader/ from the documentation: http://code.google.com/apis/maps/documentation/javascript/v2/reference.html The Google Maps API is now integrated with the Google AJAX API loader, which creates a common namespace for loading and using multiple Google AJAX APIs. This framework allows you to use the optional google.maps.* namespace for all classes, methods and properties you currently use in the Google Maps API, replacing the normal G prefix with this namespace. Don't worry: the existing G namespace will continue to be supported. --Larry > > regards > Sirish -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
