getSegmentFraction method

double getSegmentFraction()

Gets the segment fraction for this location

@return the segment fraction

Implementation

double getSegmentFraction() {
  return segmentFraction;
}