RouteOffset constructor
- int sectionIndex,
- double offsetInMeters
Creates a new instance.
sectionIndexIndex of the corresponding route Section. The start of the section indicates the start of the offset.offsetInMetersOffset from the start of the indexed Section to the specified location along the route. The maximum possible offset is limited by the length of the section and cannot exceed it.
Implementation
RouteOffset(this.sectionIndex, this.offsetInMeters);