startOffsetInMeters property
getter/setter pair
The start offset, in meters, from the beginning of the segment.
If RailwayCrossing.endOffsetInMeters = 0, then RailwayCrossing.startOffsetInMeters approximately indicates a middle of a railway crossing. If RailwayCrossing.endOffsetInMeters > 0, it means crossing consists of several rails, and RailwayCrossing.startOffsetInMeters and RailwayCrossing.endOffsetInMeters indicates starting and ending points of the crossing respectively. Default value is 0.
Implementation
int startOffsetInMeters;