fromNative static method
Implementation
static GlobalPoint fromNative(GlobalPointNative native, {bool takeOwnership = true}) {
return GlobalPoint(
native.latitude,
native.longitude,
);
}
static GlobalPoint fromNative(GlobalPointNative native, {bool takeOwnership = true}) {
return GlobalPoint(
native.latitude,
native.longitude,
);
}