Live update markers - Help to reduce Mapbox cost #1909
Unanswered
carljoachim
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Nothing in the code that you shared would cause that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application where users can enable a map view and get updates on scooters locations. The scooter locations are typically updated every minute. Unfortunately we've seen that Mapbox charges this a render of this component as a new Map Load, and therefore it leads to a lot of map loads, and a high Mapbox bill. The maps location is not changing, it's only the Markers that changes their location. Does anyone have an idea on how we can update the location of this scooters without having to have a new Mapbox map load? That would be very appreciated!
Beta Was this translation helpful? Give feedback.
All reactions