Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteAsset

A data type that represents the data associated with a route asset.

Hierarchy

  • RouteAsset

Index

Properties

Optional description

description: string

Asset or payload description or other information.

Optional imageUrl

imageUrl: string

URL path to an image to display alongside the asset in an info panel.

Optional loc

Current coordinate of the asset.

Optional status

status: { color: string; label: string }

Asset status information.

Type declaration

  • color: string

    Status badge color string to use for the status in an info panel.

  • label: string

    Current status of the asset or trip.

Optional title

title: string

Asset or payload title.

Generated using TypeDoc