Hi Phillip-
I would recommend using TileLayerOverlay for the second two layers. After
creating the map type, use code like:

 var hybridTileLayers = MapType.HYBRID_MAP_TYPE.getTileLayers();
var customTileLayerOverlay = new TileLayerOverlay(new CustomTileLayer(),
256, map.MERCATOR_PROJECTION);
map.addOverlay(customTileLayerOverlay);
map.addOverlay(hybridTileLayers[1]);

A few examples of custom TileLayer code are in the demo gallery:
http://code.google.com/apis/maps/documentation/flash/demogallery.html?searchquery=tilelayeroverlay&classname=
http://code.google.com/apis/maps/documentation/flash/demogallery.html?searchquery=tilelayer&classname=

 - pamela

On Thu, Apr 2, 2009 at 1:12 PM, CaptainHudson <[email protected]>wrote:

>
> Can someone point me in the right direction for some research or a
> good .fla example file of a map with custom tiles?  I'm not actually
> sure if that is even what to call the thing I need.  To describe it
> with two more specific requirements:
> 1. I'm looking for a flash example (not flex) for building a map with
> custom tile layers
> 2. What is the correct terminology (custom tile layer,
> tileLayerOverlay, customOverlay ?) for the following scenario:
> - a custom map of SATELLITE_MAP_TYPE (I created a custom simply
> because I need to limit the zoom levels)
> - with a layer of custom tiles on top of this ( I need to be able to
> control transparency of this layer for the interactive objectives)
> - with the street map (google's) on top of this
>
> thanks
> Phillip
> >
>

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

Reply via email to