fromNative static method
Implementation
static DrivingHighway fromNative(DrivingHighwayNative native) {
return DrivingHighway(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}
static DrivingHighway fromNative(DrivingHighwayNative native) {
return DrivingHighway(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}