rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
289 stars 336 forks source link

What is the unit of measure used in Speed? #191

Closed terenceponce closed 3 years ago

terenceponce commented 3 years ago

Hi, sorry if this seems like a dumb question.

I tried finding it in the source code, but I couldn't find what unit of measurement was used for the Speed field in the LocationDto class. Is it in meters per second?

terenceponce commented 3 years ago

Looks like it is in meters per second according to the documents from their respective native APIs.