fromNative static method
Implementation
static DrivingFerry fromNative(DrivingFerryNative native) {
return DrivingFerry(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}
static DrivingFerry fromNative(DrivingFerryNative native) {
return DrivingFerry(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}