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