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