A route line drawn across a parent Map — the 'here's how you drive in' overlay. Renders editor chrome only; the parent Map draws the line on the live site. Use for businesses that are hard to find (set back from the street, behind another building, shared lot).
Child of Map, alongside MapPoint. Pair a MapPath (the route) with a MapPoint (the destination pin) so the map shows both the way in and the endpoint. All styling goes in props.className as a single Tailwind utility string.
{
"path": "34.16124,-118.30049\n34.16143,-118.30046\n34.16158,-118.30041",
"label": "Enter here",
"title": "Route in from S. Victory Blvd",
"dashed": true
}