Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "components/map-viewer-base"

Index

Functions

areMapsSame

  • Indicates if the given runtime map instances are the same or have the same name

    export

    Parameters

    Returns boolean

areViewsCloseToEqual

  • areViewsCloseToEqual(view: IMapView | undefined, otherView: IMapView | undefined): boolean
  • Determines if the given IMapView instances are equal or close to it

    export

    Parameters

    Returns boolean

arrayChanged

  • arrayChanged<T>(arr: T[] | undefined, other: T[] | undefined): boolean
  • Indicates if the given arrays are different (content-wise)

    export
    template

    T

    Type parameters

    • T

    Parameters

    • arr: T[] | undefined
    • other: T[] | undefined

    Returns boolean

layerTransparencyChanged

Generated using TypeDoc