Custom icons drawn where a route crosses a connector, selected by connector type.

Assigned to legBoundaryIcons.

Each icon is a media library URL, which the SDK downloads and caches. Every property is optional and resolves on its own, so only the connector types set here are overridden, the rest keep the icon configured for the solution, or the built-in glyph. A connector without its own icon falls back to defaultIcon.

Export

Hierarchy

  • MPLegBoundaryIcons

Constructors

  • Private

    Creates an instance of MPLegBoundaryIcons.

    Parameters

    • Optional defaultIcon: string
    • Optional elevator: string
    • Optional escalator: string
    • Optional stairs: string
    • Optional ramp: string
    • Optional wheelchairRamp: string
    • Optional wheelchairLift: string
    • Optional ladder: string
    • Optional entry: string
    • Optional scale: number

    Returns MPLegBoundaryIcons

Properties

defaultIcon?: string
elevator?: string
entry?: string
escalator?: string
ladder?: string
ramp?: string
scale?: number
stairs?: string
wheelchairLift?: string
wheelchairRamp?: string

Methods

Generated using TypeDoc