offsetStart property - SegmentReference class - routing library - Dart API
offsetStart
offsetStart property
getter/setter pair
The start offset is a non-negative number between 0 and 1, representing the start of the referenced range using a proportion of the length of the segment. 0 represents the start and 1 the end of the segment, relative to the indicated direction (or positive direction in case of undirected segments)
Implementation
double offsetStart;