fromNative static method
Implementation
static DrivingRestrictedTurn fromNative(DrivingRestrictedTurnNative native) {
return DrivingRestrictedTurn(
mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
native.position));
}
static DrivingRestrictedTurn fromNative(DrivingRestrictedTurnNative native) {
return DrivingRestrictedTurn(
mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
native.position));
}