Open mfreeman451 opened 2 years ago
Maybe we can take a look at this example for some guidance on how to draw the marker objects on mapbox:
https://github.com/flutter-mapbox-gl/maps/blob/master/example/lib/place_symbol.dart
We need to also have all of these objects be reactive. Right now, the web version reads from google real-time database out of the 'adsb' collection. So we should setup a firebase realtime database streambuilder, throw all of those objects in 'adsb' into an array, and then place those symbols onto the map.
Sound great! I'll take look at this.