Michael Skiba

Results 5 comments of Michael Skiba

Possibly calculate the center or average of the coordinates array, then use that as the coordinate for storage inside the quad tree. Depending on how much scale variance there is...

If you have the closest 10 items, it may be faster to just iterate through that list and save the minX, minY, maxX and maxY for those 10 items and...

Thinking about the problem, the best option may be to use a very large cell size (possibly the full screen size) then unpack the grouped clusters that are returned.

+1 for needing to find a good way to inject a loading indicator view / progress tracker view I don't want to provide any sort of actual URL loading in...

I just ran into this issue again, and it looks like as of SwiftPM 5.9 a plugin can add a permission to allow network connections: https://developer.apple.com/documentation/packagedescription/pluginpermission/allownetworkconnections(scope:reason:)