carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases 🚔
https://chaseapp.tv
MIT License
3 stars 0 forks source link

UI - Map #81

Open mfreeman451 opened 2 years ago

mfreeman451 commented 2 years ago
mfreeman451 commented 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.

rutvik110 commented 2 years ago

Sound great! I'll take look at this.