Hierarchy

  • Map

Implemented by

Methods

  • Parameters

    • callback: ((point) => void)

      called with user-clicked position.

        • (point): void
        • Parameters

          Returns void

    Returns void

  • Delete all shapes (circles, polygons, polylines, etc.), markers should be left untouched.

    Returns void

  • Parameters

    • center: WgsPoint

      Location of the center of a circle.

    • radius: number

      Radius of a circle (in meters!).

    Returns void

  • Parameters

    • polygon: WgsPoint[]

      Closed sequence of points with at least 4 items (the first and last must be identical).

    Returns void

  • Move map center to the place location and open popup. Prior to the flight, the corresponding pin should be created in a map.

    Parameters

    Returns void

Generated using TypeDoc