Hierarchy

  • PoiExtractor

Properties

Properties

dist: ((arg0) => number)

Type declaration

    • (arg0): number
    • Extract the distance from origin of a POI.

      Parameters

      • arg0: unknown

      Returns number

id: ((arg0) => string)

Type declaration

    • (arg0): string
    • Extract the id of a POI.

      Parameters

      • arg0: unknown

      Returns string

sort: ((arg0) => number)

Type declaration

    • (arg0): number
    • Extract the sequence number of a POI.

      Parameters

      • arg0: unknown

      Returns number

title: ((arg0) => string)

Type declaration

    • (arg0): string
    • Extract the title of a POI.

      Parameters

      • arg0: unknown

      Returns string

z: ((arg0, arg1) => number)

Type declaration

    • (arg0, arg1): number
    • Extract the elevation of a POI.

      Parameters

      • arg0: unknown
      • arg1: number

      Returns number

Generated using TypeDoc