sharewire / google-maps-clustering

Fast marker clustering library for Google Maps Android API.
Apache License 2.0
292 stars 77 forks source link

StackOverFlowException QuadTreeNode.insert #18

Open Gawvie opened 6 years ago

Gawvie commented 6 years ago

I founded this issue on Android version 4. I think its cause is I had to render all 100k pin on the map at the same time. But I want to know how can I catch exception to handle something to void app crashing?

vladpylyp-volpis commented 4 years ago

Hi @Gawvie Have You found a solution for this issue?