fromNative static method
Implementation
static RouteOptions fromNative(RouteOptionsNative native, {bool takeOwnership = true}) {
return RouteOptions(
toPlatformFromPointerDouble(native.smoothRadius),
toPlatformFromPointerDouble(native.maxProjectionDistance),
toPlatformFromPointerDouble(native.maxAdvance),
);
}