Path( props: TupleToObjectWithPropNames< [ coordinates
: Coordinate[], options
?: { id?: string } & TAddPathOptions, ], StreamAgentParameterNames, > & { onDrawComplete?: () => void } & RefAttributes<undefined | Path>,): ReactNode Parameters
- props: TupleToObjectWithPropNames<
[coordinates: Coordinate[], options?: { id?: string } & TAddPathOptions],
StreamAgentParameterNames,
> & { onDrawComplete?: () => void } & RefAttributes<undefined | Path>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: any
Path component.
A Path indicates a route on the map.
Example