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