heremaps / here-android-sdk-examples

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

Cannot draw a large number of polygons #500

Closed wyzard closed 1 year ago

wyzard commented 1 year 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.