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

Path

The path to be removed

Returns:

void