fromNative static method
Implementation
static ManeuverStyle fromNative(ManeuverStyleNative native) {
return ManeuverStyle(ArrowManeuverStyleImpl.fromNative(native.arrow));
}
static ManeuverStyle fromNative(ManeuverStyleNative native) {
return ManeuverStyle(ArrowManeuverStyleImpl.fromNative(native.arrow));
}