heremaps / here-sdk-ref-app-flutter

This project is the HERE SDK reference application for Flutter
Apache License 2.0
45 stars 21 forks source link

Switch HereMap to use texture view render mode #146

Closed ManuelKlahn closed 6 months ago

ManuelKlahn commented 6 months ago

During testing a bug was discovered while using the app where a grey and non-reactive map view got displayed from time to time. It turns out with the HereMap options set to MapRenderMode.texture this issue is no longer happening. The performance impact is negligible.