mapbox-maps-android
mapbox-maps-android copied to clipboard
Prototype custom location provider that playback location updates at constant speed.
Summary of changes
This PR prototypes a custom location provider that playback location updates at constant speed.
User impact (optional)
Pull request checklist:
- [ ] Briefly describe the changes in this PR.
- [ ] Include before/after visuals or gifs if this PR includes visual changes.
- [ ] Write tests for all new functionality. If tests were not written, please explain why.
- [ ] Optimize code for java consumption (
@JvmOverloads,@file:JvmName, etc). - [ ] Add example if relevant.
- [ ] Document any changes to public APIs.
- [ ] Run
make update-apito update generated api files, if there's public API changes, otherwise theverify-api-*CI steps might fail. - [ ] Update CHANGELOG.md or use the label 'skip changelog', otherwise
check changelogCI step will fail. - [ ] If this PR is a
v10.[version]release branch fix / enhancement, merge it tomainfirstly and then port tov10.[version]release branch.
Fixes: < Link to related issues that will be fixed by this pull request, if they exist >
PRs must be submitted under the terms of our Contributor License Agreement CLA.