tangrams / tangram-es

2D and 3D map renderer using OpenGL ES
MIT License
823 stars 239 forks source link

Add 'visible' toggle for Android MapData and iOS TGMapData #2302

Closed matteblair closed 2 years ago

matteblair commented 2 years ago

Allows apps to temporarily hide a client data source without completely removing it.

Resolves https://github.com/tangrams/tangram-es/issues/2299

westnordost commented 2 years ago

🥳

One thing: You exposed isVisible for iOS but not for Android.