This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* frontend/maps: improve location following The MapView camera now pans to user location through native MapView APIs, which makes it signifigantly faster and easier to manage. * frontend/map: do not snap to location if panning Do not move the camera to the user's location unless the user has panned around earlier. * frontend/map: only disable location on gesture Do not disable automatic location following on android unless the camera panning is actually caused by a user. This does not work on iOS, but iOS also has native location following, so it's okay. * frontend/maps: back with google maps Apple Maps isn't cooperating. Use this instead to reduce compatibility requirements. I don't actually fully know if this works. * frontend: rename .env.sample to .env.template * frontend/map: cleanup * frontend: fix lint * frontend: rename .env.template to sample.env
- Loading branch information
1 parent
57fe926
commit a3bf6df
Showing
4 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
GOOGLE_MAPS_API_KEY_IOS=YOUR_API_KEY_HERE | ||
GOOGLE_MAPS_API_KEY_ANDROID=YOUR_API_KEY_HERE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters