Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./
user_name: "googlemaps-bot"
user_email: "googlemaps-bot@users.noreply.github.com"
commit_message: ${{ github.event.head_commit.message }}
6 changes: 6 additions & 0 deletions docs/DwellTimes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Dwell Time

The "Dwell Locations" toggle highlights areas on the map where the vehicle remained stationary for a significant period.

* **What they represent:** These are locations where the vehicle stayed within a **20-meter radius** for at least **2 minutes**.
* **How they appear:** Dwell locations are shown as yellow circles.
* **Circle size:** The *size* of the circle indicates the *number of updates* received while the vehicle was at that location. Larger circles mean more updates were received, suggesting a longer dwell time, but the size *doesn't* directly represent the duration in minutes or hours.

![Screenshot](screenshots/dwelltime.png)
Loading