Home > @magiclane/maps-sdk > MapViewPathCollection > remove
MapViewPathCollection.remove() method
Remove the path from the collection.
Signature:
remove(path: Path): void;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
path |
The path to be removed |
Returns:
void