Fork of the original Velociraptor by Daniel Ciao (pluscubed)
Floating speed limit monitor for Android with speedometer and warning features.
Every single second your location is updated. If you are more than 10 meters away from your last location where the speed limit was checked, a new request will be created.
The service provider is https://overpass.kumi.systems.
The app updates the speed limit by requesting all streets in a radius of 15 meters around your location.
The API then returns the streets including their tags and speed limits (see the blue streets).
Now the app tries to find the best match and load it into the speedometer.
Copyright (C) 2023 Cyb3rKo
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>