toNative static method

ManeuverStyleNative toNative(
  1. ManeuverStyle obj
)

Implementation

static ManeuverStyleNative toNative(ManeuverStyle obj) {
  return _ManeuverStyleNativeInit(ArrowManeuverStyleImpl.toNative(obj.arrow),
      PolygonManeuverStyleImpl.toNative(obj.polygon));
}