fromNative static method
Implementation
static LocationPolygon fromNative(LocationPolygonNative native, {bool takeOwnership = true}) {
return LocationPolygon(
PolygonImpl.fromNative(native.polygon, takeOwnership: takeOwnership),
native.locationId,
native.sublocationId,
);
}