Documentation
    Preparing search index...

    Visualizes panoramic point features as 2D billboard icons always facing the camera.

    Hierarchy

    • PanoPointVisualizer
      • PanoPointCircleVisualizer
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    radius: number = DEFAULT_POINT_RADIUS

    Methods

    • Draws a panorama point feature using a specific point visualization.

      Parameters

      • canvas: GeoCanvas

        The canvas used to draw the feature.

      • feature: PanoFeature

        The panoramic feature to be drawn (contains a shape at the exact panorama location).

      • _shape: Point
      • highlighted: boolean

        Whether the feature should be rendered as highlighted.

      Returns void