android-gps-emulator
android-gps-emulator copied to clipboard
replace geo fix with geo nmea
Its works with "geo nmea $GPGGA.." altitude is set to 20. To set speed to Android Location object its need to switch to "geo nmea $GPRMC.." but I not have success with this yet. (Emulator not receive coordinates if I switch to commented lines maybe in the feature PR)
I'm not sure that setting the altitude to a constant 20 is any better than not setting it. I would think that some altitude input field in the UI is necessary to make altitude useful.
You can try to get altitude from google map point. I think that its have information for this. Generally Im trying to set speed to Emulators location object but without success..