Halifax to Sydney via Baddeck
Using Roveny, create a clickable route link from Halifax to Sydney via Baddeck.
https://www.roveny.app/plan?from=Halifax%2C%20Nova%20Scotia&to=Sydney%2C%20Nova%20Scotia&via1=Baddeck%2C%20Nova%20ScotiaOpen example routeAI route links
Use Roveny to create a clickable road-trip route link with an origin, destination, and optional user-confirmed fixed waypoints. ChatGPT, Gemini, Claude, or another AI assistant can construct the link.
fromtovia1–via10*_lat, *_lng, and *_place_id when reliably known.Every via value becomes a fixed stop, so include only places the user has chosen—not optional recommendations. Use clear place names and URL-encode parameter values. Never invent coordinates or Place IDs; plain place labels are enough for Roveny to resolve.
Copy this instruction into a conversation with a general-purpose AI model:
Create a clickable Roveny route link at https://www.roveny.app/plan.
- Include from=<starting place> and to=<destination>.
- Add only user-confirmed fixed stops as via1, via2, and so on, in travel order (up to via10).
- Use clear place labels and URL-encode every value.
- Never invent coordinates or Google Place IDs. Omit them unless they are known exactly.
- Do not turn recommendations or optional attractions into via stops.
- Return the completed URL as a clickable link.Using Roveny, create a clickable route link from Halifax to Sydney via Baddeck.
https://www.roveny.app/plan?from=Halifax%2C%20Nova%20Scotia&to=Sydney%2C%20Nova%20Scotia&via1=Baddeck%2C%20Nova%20ScotiaOpen example routeCreate a Roveny route from Denver to Las Vegas via Durango.
https://www.roveny.app/plan?from=Denver%2C%20Colorado&to=Las%20Vegas%2C%20Nevada&via1=Durango%2C%20ColoradoOpen example routeYes. A model can construct the public /plan URL directly using from, to, and optional via parameters.
No. via parameters become fixed stops the user has already chosen. Roveny generates optional route-aware suggestions later.
No. Include them only when known reliably; otherwise omit them. Roveny resolves and verifies locations after import.
Public route-link creation and import are available. Some desktop editing features remain in private preview.