hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

Tiles overlay and hide Polygons - zIndex not honored? #120

Closed de1mat closed 6 years ago

de1mat commented 6 years ago

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?

hansemannn commented 6 years ago

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

hansemannn commented 6 years ago

Added as part of https://github.com/hansemannn/titanium-googlemaps/commit/70d92d5d95821db14faa960c4b1e9c2e9caea761, new release soon.