Replies: 1 comment
|
The performance mainly depends on the number of items needed to render. Dependency on the provider should be none and dependency on the version should be minimal. The number of items depends on the number of items in the map, on the rendering theme and on the size of the map to display (hence the number of tiles needed to render to fill the whole widget with map data). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm working with the
mapsforge_flutterlibrary to display offline maps in Flutter. I’d like to ask whether performance can vary depending on the map format used (v3, v4, v5) or the provider (OpenAndroMaps, Freikiziarte, OAM PAWS).Are there any specific formats or sources that offer better rendering speed, compatibility, or visual quality with this library?
Thanks in advance for any guidance!
All reactions