I use geckofx-10 (with xulrunner 10.0.2) in .Net4 winform.
I load Google Maps:
http://maps.google.com/maps?hl=en&tab=wl
This work only for Street & Satellite maps and Google Earth doesn’t exist.
How add GE plug-in and active it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Presuming you have the Google Earth Plugin installed then you would just need to create your own implementation of Google Maps and then load that into your browser control.
You can use this utility library to do that with version 3 of the maps api
http://code.google.com/p/google-maps-utility-library-v3/
There is a working example of Map/Earth integration here:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/examples/earth.html