hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiles overlay and hide Polygons - zIndex not honored?

de1mat opened this issue · comments

I have been experimenting with tiles and it is offers some exciting options. But one issue I have noticed is that it does not matter what zIndex I set for Polygons or the tiles, the tiles always overlay and hide any polygons on the map.

Maybe the polygons are not using the zIndex value?

The zIndex property is not exposed for polyline / polygon and circle overlays so far.

Added as part of 70d92d5, new release soon.