public func getLanesControlImages(
laneSign: RouteLaneSign,
maxCount: UInt32,
ignoreActiveManeuver: Bool
) -> [LanesControlImage]
Get the list of images to be displayed in the lane control. The number of images (not including separators and dots) is limited to maxCount; if this is exceeded, the images on one or both sides are cropped so that as many active maneuver images as possible remain. On the side where the deletion occurred, a ellipsis is displayed. If ignoreActiveManeuver is true, the active maneuver is ignored and the image corresponding to all allowed directions of movement is returned.
Parameters