heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
146 stars 191 forks source link

Cannot draw a large number of polygons #500

Closed wyzard closed 2 years ago

wyzard commented 2 years ago

Hello,

Is it possible to draw a large number of polygons using the SDK (some kind of batch processing for example)? Currently we want to display around 23,000 polygons, but the UI freezes for minutes making the application completely unusable.

Thank you in advance.