Type alias RouteSegment

RouteSegment: {
    floorIdentifier: string;
    points: Point[];
}

Type declaration

  • floorIdentifier: string
  • points: Point[]

Name

RouteSegment

Description

A fragment of a route, described by a floor identifier and a list of consecutive points from the same floor

Generated using TypeDoc