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