Interface for added a position provider to the SDK.

Export

Abstract

Hierarchy

  • MPPositionProviderInterface

Constructors

Accessors

  • get name(): string
  • The name of the position provider, used to identify it.

    Returns string

    Abstract

Methods

  • Add a listener to the position provider.

    The listener should be invoked when a new position has been received.

    Parameters

    Returns void

    Abstract

  • Remove a listener.

    Parameters

    Returns void

    Abstract

Generated using TypeDoc