Hierarchy

  • default

Constructors

Properties

module: IModule

Methods

  • Returns

    A returned object.

    Parameters

    • serviceLike: unknown

      A service like.

    • method: string

      A method.

    Returns unknown

  • Ask the provided service to restore the saved data on the map

    Returns

    A promise to the extent of the downloaded area

    Parameters

    • map: Map

      The map to work on.

    Returns Promise<Extent>

  • Ask the provided service to save the data to an offline purpose

    Parameters

    • extent: Extent

      The extent to download.

    • map: Map

      The map to work on.

    Returns void

  • Set the service to call on 'restore'

    Parameters

    • restoreLikeService: string | {
          restore: Function;
      }

      A service name that can be injected or an object that have a 'restore' method.

    Returns void

  • Set the service to call on 'save'.

    Parameters

    • saveLikeService: string | {
          save: Function;
      }

      A service name that can be injected or an object that have a 'save' method.

    Returns void

Generated using TypeDoc