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 to texture view #145

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 was displayed. It turns out with MapRenderMode.texture this issue is no longer happening. The performance impact is negligible.

Signed-off-by: Manuel Klähn manuel.klahn@here.com

ManuelKlahn commented 6 months ago

Sign off required for commits