@magiclane/maps-sdk
    Preparing search index...

    Class Projection

    Projection interface which deals with all types of projections.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Internal

      Parameters

      • id: any

      Returns Projection

    Properties

    _pointerId: any

    Accessors

    • get pointerId(): any

      Returns any

    • get type(): ProjectionType

      Retrieves the specific type of the projection.

      Returns ProjectionType

      The type of the projection as a ProjectionType enumeration.

    Methods

    • Registers an object for auto release. When the object is not used anymore, it will be released automatically from C++.

      Parameters

      • pointerId: any

        The pointer ID to register

      Returns void