> ... I need to upgrade the map to show the map's 3D > view now. For that i've installed Google earth plugin in my machine.
Don't forget, not all your users may want to download the plugin. > I tried creating instance of google earth as given in the hello world > application at > link:http://code.google.com/apis/earth/documentation/introduction.html > But it gives me error, google.earth is null or not an object. Do i > need to comment creating an instance of GMAP2 or will that be still > created? There is no GMAP2 in the API. Letter case is important in javascript; GMap2 is something different, Gmap2 is different again. Apart from guesses like that, if you want real help you should give a link to your own problem page - http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines and http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical > In short, can we implement 3D view of google maps by only creating its > instance and not changing any other functionality(such as GMarker and > GPolyline) which is already implemented for GMAP2? For more detail about integrating the regular maps API with the Earth plugin, you may have missed this - http://code.google.com/apis/maps/documentation/services.html#Earth cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
