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

    Class ProjectionServiceAbstract

    Projection service class

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Async method that returns the projection result from an input projection.

      Parameters

      • from: Projection

        The input projection that needs to be converted.

      • toType: ProjectionType

        The type of projection to cast to.

      • OptionalonComplete: (err: GemError, result: Projection | null) => void

        Callback for the operation completion.

      Returns TaskHandler | null

      A TaskHandler that can be used to track the progress of the operation or null if it failed.