To run the Maps Flutter Plugin you will need to configure the NB Maps Token at the beginning of your flutter app using NextBillion.initNextBillion(YOUR_ACCESS_KEY). The Symbol annotation adds a symbol ...
Since we want markers to update when the map position changes, we'll use a StateNotifierProvider to manage the state of markers. This ensures that every time the user pans or zooms the map, upon ...