Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapHelper

Interface for the helper classes. Currently there are three maps that are supported (Cesium, Google, Leaflet).

Hierarchy

  • MapHelper

Implemented by

Index

Methods

addPlottable

clearPlottables

  • clearPlottables(): any
  • Removes all models/images from the map.

    Returns any

getAuthenticatedUrl

  • getAuthenticatedUrl(p: PlottableModel<any>, file: string, tier: number): Promise<any>

getMapObjectFor

removePlottable

  • Removes specified model object from map.

    Parameters

    Returns any

sendCameraTo

  • sendCameraTo(t: PlottableModel<any>, duration?: number, args?: any): Observable<any>
  • Pans the camera to specified model object on the map.

    Parameters

    • t: PlottableModel<any>

      The PlottableModel object that you wish to pan the camera to.

    • Optional duration: number

      Time taken to pan camera to destination in milliseconds.

    • Optional args: any

    Returns Observable<any>

Generated using TypeDoc