Warning

This feature is available in the Full MapKit SDK version

YMKPolygonManeuverRenderMode

enum YMKPolygonManeuverRenderMode : UInt, @unchecked Sendable

Polygon maneuver render mode.

Summary

Enum cases

case coloredPolygon = 0
Polygon maneuver is colored as jams, trajectory is rendered with color specified in style

case coloredTrajectory = 1
Trajectory is colored as jams, polygon maneuver is filled with colored specified in style

Enum cases

coloredPolygon

case coloredPolygon = 0

Polygon maneuver is colored as jams, trajectory is rendered with color specified in style.


coloredTrajectory

case coloredTrajectory = 1

Trajectory is colored as jams, polygon maneuver is filled with colored specified in style.