NetworkData

Contains network information of a road segment note: positive direction refers to the direction of road's geometry and negative direction to opposite direction

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val averageSpeed: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val length: Int
The length in meters
Link copied to clipboard
open val matchDir: Byte
Link copied to clipboard
open val maxSpeed: Int
Link copied to clipboard
open val nbLaneNeg: Byte
Link copied to clipboard
open val nbLanePos: Byte
Link copied to clipboard
open val noThroughTr: Byte
Link copied to clipboard
Link copied to clipboard
open val tax: Byte
Link copied to clipboard
open val toll: Byte

Functions

Link copied to clipboard
open fun getDirFlow(transportMode: Byte): Byte
The direction of traffic flow per transportation modes (use CartoConst to access to corresponding mode in dirFlow).
Link copied to clipboard
open fun isBridge(): Boolean
A flag that indicates if road is part of a bridge or not.
Link copied to clipboard
open fun isCarPool(): Boolean
A flag that indicates if road is reserved to carpooling.
Link copied to clipboard
A flag that enables discrimination within road's of a same FCC type (depends of map provider).
Link copied to clipboard
Max speed verified flag (true: verified, false: calculated).
Link copied to clipboard
open fun isTunnel(): Boolean
A flag that indicates if road is part of a tunnel or not.
Link copied to clipboard
open fun isUrban(): Boolean
Urban / not urban flag.
Link copied to clipboard
Link copied to clipboard
open fun toString(): String