Hello everyone,
I am a beginner in Google Maps API and I want to create a map for my
website with a menu including four choices : "Mars Visible, Infrared,
Elevation, and 3D".
For the first three maps it's OK, but for the last one, I don't know
how to do it... I know that including a Google Earth 3D session is
possible using "G_SATELLITE_3D_MAP" (like here :
http://earth-api-samples.googlecode.com/svn/trunk/demos/mapsapi/beefy.html),
but there is no equivalent with Mars... unfortunately "G_MARS_3D_MAP"
doesn't exist!
Nevertheless, I know that the Google Earth API for Mars exists :
http://earth-api-samples.googlecode.com/svn/trunk/examples/mars.html
But how to include this code ( google.earth.createInstance('map3d',
initCB, failureCB,
{ database: 'http://khmdb.google.com/?db=mars' }); ) into the Google
Maps API code?
Thank you for your help!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---