Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoutePointInfo

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

Hierarchy

  • RoutePointInfo

Index

Properties

Optional description

description: any

id

id: string

Point identifier.

loc

Point coordinate.

Optional markerStyle

markerStyle: MarkerStyle

Custom marker style to use when rendering the point on a map.

Optional place

place: string

Custom place name for the point, such as city or address.

Optional timestamp

timestamp: number

Epoch timestamp specifying the expected time the asset will depart from or arrive at the point, in milliseconds.

Optional title

title: string

Custom name to display for the point, such as a business or facility.

Generated using TypeDoc