GMapType takes an array of GTileLayer. Those layers are displayed in the order that you add them to the array.
For example, Heatmap on top: http://maps.forum.nu/gm_main.html?lat=37.649034&lon=-96.855469&z=4&mType=17 Heatmap under: http://maps.forum.nu/gm_main.html?lat=37.649034&lon=-96.855469&z=4&mType=19 In your case, you'd need to copy each of the two layers out of the hybrid map and create a new map type, a bit like my second example. -- Marcelo - http://maps.forum.nu -- On Jan 29, 10:44 am, Julich <[email protected]> wrote: > Hi everyone, > > I am overlaying a custom tile layer on-top of Google Maps, in hybrid > mode (with both "Satellite imagery" and "Street" layers). > > My custom layer currently comes on top of both "Satellite" and > "Street" layers of Google. Is there any way to display my custom layer > above the "Satellite" layer, but under the "Street" layer ? The > reference mentions a "zPriority" option but I don't know which value > to use. > > Thanks ! > > Julien --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
