Options
All
  • Public
  • Public/Protected
  • All
Menu

Add and remove paths from maps.

Hierarchy

  • Paths

Index

Constructors

Accessors

Methods

Constructors

  • new Paths(pathsController: PathsController): Paths
  • Parameters

    • pathsController: PathsController

    Returns Paths

Accessors

  • An array of all paths that are currently drawn.

    Returns Path[]

Methods

  • remove(path: Path): void
  • Remove a path from all maps it exists on.

    Parameters

    Returns void

  • removeAll(): void
  • Remove all paths from all maps.

    Returns void