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