mrdishant / flutter_geofire

A Flutter plugin to get the realtime updates of places nearby usinf Firebase GeoFire.
MIT License
23 stars 28 forks source link

Stream heading? #27

Closed jesussmile closed 4 weeks ago

jesussmile commented 3 years ago

Is it possible to stream heading with geofire. Currently I can stream my latitude longitude and id only.

SandaruwanFdo commented 3 months ago

Useful feature. please add heading value for package

SandaruwanFdo commented 4 weeks ago

Is this done? can upgrade plugin now

jesussmile commented 4 weeks ago

You can calculate the direction by comparing your current latitude and longitude with the previous ones. You don't need geofire for that.