toNative static method
Implementation
static RouteNodeNative toNative(RouteNode obj) {
return _RouteNodeNativeInit(
LocationPointImpl.toNative(obj.point),
obj.weight,
obj.distance,
ListRouteEventImpl.getNativePtr(obj.events),
);
}