Hello,
I've seen many references to this question but no definitive answer.
The following AS gives me a working street layer but filled with grey
behind the streets and labels:
var hybridTileLayers =
MapType.HYBRID_MAP_TYPE.getTileLayers();
var streetMapType:IMapType = new MapType(new
Array(hybridTileLayers
[1]), MapType.HYBRID_MAP_TYPE.getProjection(), "streetMap", new
MapTypeOptions({maxResolution: 18, minResolution: 11}));
streetMap.setCenter(initMapCenter, initZoomLevel,
streetMapType);
Is it possible to make the grey transparent? What I want to accomplish
is something like this:
http://www.philageohistory.org/tiles/viewer/
except underneath the streets are ground overlays, not tiles.
Thanks,
Kim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---