maddevsio / mad-location-manager

Mad Location Manager is a library for GPS and Accelerometer data "fusion" with Kalman filter
MIT License
533 stars 154 forks source link

if I don’t use the LocationManager provided by Google to get real-time GPS information, what other data do I need to provide in order to use your wheels correctly #84

Closed anyan131 closed 3 years ago

anyan131 commented 4 years ago

First of all, thank you for your project.

The question I want to ask is, if I don’t use the LocationManager provided by Google to get real-time GPS information, what other data do I need to provide in order to use your wheels correctly

Lezh1k commented 4 years ago

Hello @anyan131 Thank you for interest. If you don't use LocationManager - how do you receive Location data (GPS coordinates I mean)? Do you have any external GPS receiver or you want to use network data or something else?