menopsis wrote
Rossko mentions "its an element in the hybrid layer of the api". This
suggests that there is something in the api that I could potentially
use, but it is not clear to me how to use it.
You can build a custom MapType with a single GTileLayer that's set equal
to the second element of G_HYBRID_MAP.getTileLayers
Something like this (untested)
MyMapType=new GMapType([G_HYBRID_MAP.getTileLayers[1]], new
GMercatorProjection(32), "Street Mask");
Don't attempt to create your own GTileLayer by pointing at the tiles
directly. It will work for a while, but the tile URLs change whenever
there's a new version of the tileset.
--
Mike Williams
--
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.