In the Google Earth API, you can call
void google.earth.createInstance (
object domNode,
function initCallback,
function failureCallback,
[optional] object options
)
and in the options object, you can set a database to load instead of
the default Google Earth database. I have this working with a Google
Earth plugin calling to a globe server. Is it possible to something
similar with the Google Maps V2 API? Right now the only way I
instantiate a globe is to call
map.addMapType(G_SATELLITE_3D_MAP);
which does not appear to give me any options for a database.
--
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.