Replies: 1 comment
-
we have static position api if yoi have lot of markers to illistrate some station or similiar behavior |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to add multiple markers on a map?
Currently the way I found to do this is by calling
await mapController.addMarker(point, markerIcon: const MarkerIcon(icon: Icon(Icons.add)), angle: pi / 3);
for each market that I have.But this comes with a performance issue as you can see the markers added on the map.
For example, for 50 markers it takes 30-40 seconds to be rendered on the map.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions