Usage
goplaces directions [flags]
goplaces directions --from "Pike Place Market" --to "Space Needle" goplaces directions --from-place-id FROM_ID --to-place-id TO_ID --compare drive --steps
Inputs
--from, --to | Origin and destination address or place name. |
|---|---|
--from-place-id, --to-place-id | Origin and destination place IDs. |
--from-lat, --from-lng | Origin coordinates. Provide both. |
--to-lat, --to-lng | Destination coordinates. Provide both. |
Options
--mode | walk, drive, bicycle, transit. Default: walk. |
|---|---|
--compare | Add a second mode comparison. |
--steps | Include step-by-step instructions. |
--units | metric or imperial. Default: metric. |
--avoid-tolls, --avoid-highways, --avoid-ferries | Driving route modifiers. |
--language, --region | BCP-47 language and CLDR region hints. |