OptionalanimatePathDrawing?: booleanControls whether the path drawing is animated across floors.
OptionalcreateMarkers?: {Controls whether markers are created for the departure, destination, and connection points.
Optionalconnection?: TCreateMarkerControls whether markers are created for connection points and allows a custom marker to be created.
Optionaldeparture?: TCreateMarkerControls whether a marker is created for the departure point and allows a custom marker to be created.
Optionaldestination?: TCreateMarkerControls whether a marker is created for the destination point and allows a custom marker to be created.
OptionalinactivePathOptions?: Partial<TAddPathOptions>Path Options for the non-current path in multi-destination mode.
OptionalmarkerOptions?: { departureColor?: string; destinationColor?: string }Options for the markers at the departure and destination.
OptionaldepartureColor?: stringThe color of the departure marker.
OptionaldestinationColor?: stringThe color of the destination marker.
OptionalpathOptions?: Partial<TAddPathOptions>Options for the path.
OptionalsetMapOnConnectionClick?: booleanControls whether the map should be set to the floor of the connection point when a connection point is clicked.
OptionalsetMapToDeparture?: booleanControls whether the map should be set to the floor of the departure point when the path is drawn.
Options for navigation.