Styling for the origin (start) or destination (end) marker of a rendered route.

Assigned to startDisplayRule or endDisplayRule.

Every property is optional, an omitted property is inherited from the solution configuration, or from the built-in default. There is no built-in icon, so a terminus marker is only drawn when an iconUrl is configured.

Export

Hierarchy

  • MPRouteMarkerDisplayRule

Constructors

  • Private

    Creates an instance of MPRouteMarkerDisplayRule.

    Parameters

    • Optional iconUrl: string
    • Optional iconVisible: boolean
    • Optional iconSize: default
    • Optional label: string
    • Optional labelVisible: boolean
    • Optional labelTextSize: number
    • Optional labelTextColor: string
    • Optional labelHaloColor: string
    • Optional labelHaloWidth: number
    • Optional zoomFrom: number
    • Optional zoomTo: number

    Returns MPRouteMarkerDisplayRule

Properties

iconSize?: default
iconUrl?: string
iconVisible?: boolean
label?: string
labelHaloColor?: string
labelHaloWidth?: number
labelTextColor?: string
labelTextSize?: number
labelVisible?: boolean
zoomFrom?: number
zoomTo?: number

Methods

Generated using TypeDoc