TomTom Maps for JavaScript
    Preparing search index...

    Type Alias SideRoad

    Side road information.

    type SideRoad = {
        offsetFromManeuverInMeters: number;
        side: SideRoadSide;
    }
    Index

    Properties

    offsetFromManeuverInMeters: number

    Offset (on route) of the side road from the maneuver point (represented by maneuverPoint), in meters. The offset is absolute, i.e., it is a positive integer despite that the side road is located before the maneuver on the route.

    Side from where the road connects to the route.