Hi,
I belive you should contact the enterprise support team for advice
with this...
However AFAIK you would just use the standard api to add and remove
layers.
For example, to show/hide the building layer.
-----------------------------------------------------------------------
ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS, true); //show
ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS, false); //hide
-----------------------------------------------------------------------
You can see a list of the current available layers in the GEPlugin Api
refrence.
http://code.google.com/apis/earth/documentation/reference/interface_g_e_plugin.html#
Look under "Enums and Constants."
To date they are:
LAYER_TERRAIN
LAYER_ROADS
LAYER_BUILDINGS
LAYER_BUILDINGS_LOW_RESOLUTION New!
LAYER_BORDERS
Regards,
F