fromNative static method
Implementation
static LocationPolyline fromNative(LocationPolylineNative native, {bool takeOwnership = true}) {
return LocationPolyline(
PolylineImpl.fromNative(native.polyline, takeOwnership: takeOwnership),
native.locationId,
native.sublocationId,
);
}