fun getLanesControlImages(
laneSign: RouteLaneSign,
maxCount: Int,
ignoreActiveManeuver: Boolean
): List<LanesControlImage>
Gets a list of images to display in the lanes control. The number of images (excluding separators and ellipsis) is limited by maxCount, if it is exceeded, images are cropped from one or both sides so that as many images of active maneuvers as possible are left. On the side where the deletion occurred, an ellipsis is displayed. If the ignoreActiveManeuver parameter is set to true, the active maneuver is ignored, and an image corresponding to all allowed directions of movement is returned.
Parameters