Persistent preferences
preferencesSet travel mode, pace, household, result language, and note defaults once. Omit arguments in later PlaceRoot calls to use saved values, pass new fields to update, or clear=true to delete them.
Instructions
Travel defaults.
State "I bike everywhere, I have a dog" once. Routing tools use the
stored mode when you omit theirs; an explicit argument always wins.
pace and household are stored for later features and do not change
answers yet. lang (#410) is the stored result-language preference: the
name-lookup tools that accept their own `lang` use this one when
theirs is omitted, returning an Overture-tagged name variant (e.g.
"Munich" for "München" with lang="en") — a per-call `lang` always
wins. The same document is the placeroot://preferences resource.
Call with no arguments to read. Pass mode, pace, household tags, a
free-text note, or lang to merge those fields.
clear=true deletes the file and cannot be combined with other fields.
Nothing is sent off this machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Result-language code (2-3 lowercase letters, e.g. "de"). Overture-tagged name variants only — never transliterated or invented. Default: stored preference, else the primary name. | |
| mode | No | Travel mode to store. Omit to leave it unchanged. | |
| note | No | ||
| pace | No | ||
| clear | No | ||
| household | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||