toNative static method

SearchToponymResultMetadataResponseInfoNative toNative(
  1. SearchToponymResultMetadataResponseInfo obj
)

Implementation

static SearchToponymResultMetadataResponseInfoNative toNative(
    SearchToponymResultMetadataResponseInfo obj) {
  return _SearchToponymResultMetadataResponseInfoNativeInit(
      SearchToponymResultMetadataSearchModeImpl.toInt(obj.mode),
      to_native.toNativePtrDouble(obj.accuracy));
}