fromNative static method

ManeuverStyle fromNative(
  1. ManeuverStyleNative native
)

Implementation

static ManeuverStyle fromNative(ManeuverStyleNative native) {
  return ManeuverStyle(ArrowManeuverStyleImpl.fromNative(native.arrow),
      PolygonManeuverStyleImpl.fromNative(native.polygon));
}