Do you plan to add layers over your map? #391
jesussmile
started this conversation in
General
Replies: 1 comment 1 reply
-
we already use layers but natively |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Liodali,
do you plan to add layers over your map? i can see that you are rendering everything over the native view. one benifit is it will be fast, but other openstreetmap plugin dont do that , they will just add a layer such that it is easier to add marker , make it on tap, then you can add image layer also on top too
I have been working with
flutter_map
below is a screen shot of adding polygon and images etc..it works fine everything has a onTap listener but it is slow. your map is very fast. other plugin can't handle multiple markers may be over 1000 , may be you could just add a layer and code markers on top with flutter ? can you give me a reason why you chose not to do it this way ?Beta Was this translation helpful? Give feedback.
All reactions