I have added a custom GMapType to my map:

var tilelayers = [G_SATELLITE_MAP.getTileLayers()[0],gTileLayer];
var gMapType = new GMapType(tilelayers, new GMercatorProjection(22),
"ArcGIS", {errorMessage:"No data available", minResolution: 0,
maxResolution: 21});     map.addMapType(gMapType);

I can't figure out how to toggle the visibility of this layer.  Is
there a simple method to do this?

Thanks in advance,

M

-- 
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.

Reply via email to