nextManeuverPosition

fun nextManeuverPosition(stepIndex: Int, steps: List<LegStep>, coords: List<Point?>): Point?

Retrieves the next steps maneuver position if one exist, otherwise it decodes the current steps geometry and uses the last coordinate in the position list.