Type Parameters

  • T

Hierarchy

  • ProfileOptions

Properties

distanceExtractor: ((arg0: T) => number)

Type declaration

    • (arg0: T): number
    • Parameters

      • arg0: T

      Returns number

formatter: ProfileFormatter
hoverCallback: ((arg0: Object, arg1: number, arg2: string, arg3: Object, arg4: string) => void)

Type declaration

    • (arg0: Object, arg1: number, arg2: string, arg3: Object, arg4: string): void
    • Parameters

      • arg0: Object
      • arg1: number
      • arg2: string
      • arg3: Object
      • arg4: string

      Returns void

i18n: I18n
outCallback: (() => void)

Type declaration

    • (): void
    • Returns void

poiExtractor: PoiExtractor
scaleModifier: ((arg0: Function, arg1: Function, arg2: number, arg3: number) => void)

Type declaration

    • (arg0: Function, arg1: Function, arg2: number, arg3: number): void
    • Parameters

      • arg0: Function
      • arg1: Function
      • arg2: number
      • arg3: number

      Returns void

Generated using TypeDoc