hansemannn / titanium-googlemaps

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

Remove Cluster Items? #100

Closed ptsequeira closed 7 years ago

ptsequeira commented 7 years ago

There is a way to remove all Cluster Items, or remove a single one?

Thanks

hansemannn commented 7 years ago

There is a removeClusterItem and clearClusterItems method :-). Did you try those?

hansemannn commented 7 years ago

Added the docs in https://github.com/hansemannn/titanium-google-maps/commit/e221c9561b509fea50d27a26a9a0b00ba4a76655, thanks again!

ptsequeira commented 7 years ago

@hansemannn Sorry, I didn't see these methods in the docs and assumed that they didn't exist

Thanks

hansemannn commented 7 years ago

That's because I added them after you opened the issue 🙌.