toNative static method
Implementation
static DrivingTollRoadNative toNative(DrivingTollRoad obj) {
return _DrivingTollRoadNativeInit(
mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.position));
}
static DrivingTollRoadNative toNative(DrivingTollRoad obj) {
return _DrivingTollRoadNativeInit(
mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.position));
}