fromNative static method
Implementation
static DrivingTollRoad fromNative(DrivingTollRoadNative native) {
return DrivingTollRoad(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}
static DrivingTollRoad fromNative(DrivingTollRoadNative native) {
return DrivingTollRoad(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.position));
}