applyManeuverStyle static method
Applies a maneuver style. This method should be called every time after updatePolyline with updateGeometry == true occurs; otherwise, the default maneuver style is applied.
Implementation
static void applyManeuverStyle(
mapkit_map_polyline.PolylineMapObject polyline, ManeuverStyle style) {
_applyManeuverStyle(
polyline,
style,
);
}