RouteProgress constructor

RouteProgress(
  1. List<SectionProgress> sectionProgress,
  2. List<ManeuverProgress> maneuverProgress
)

Implementation

RouteProgress(List<SectionProgress> sectionProgress, List<ManeuverProgress> maneuverProgress)
  : sectionIndex = 0, spanIndex = 0, sectionProgress = sectionProgress, maneuverProgress = maneuverProgress, routeMatchedLocation = RouteMatchedLocation();