vospennikov / ClusterMap

High performance map annotation clustering
MIT License
52 stars 9 forks source link

Feature request: Add visionOS as a supported platform #4

Closed derwaldgeist closed 5 months ago

derwaldgeist commented 5 months ago

First off, thank you so much for providing this library. I am currently desperately looking for a good clustering solution for a marker-heavy app, and this seems to be just what I need. However, the package defines that it is available for iOS and macOS, but not for visionOS. It should work on this platform, though, as the differences are not that big with respect to maps. (The only issue I noticed one other library was that visionOS seems to lack support for auto-detecting the user's position, so I had to comment this out.)

Thanks!

derwaldgeist commented 5 months ago

Realized that it just works without the .visionOS hint. Awesome! Such an improvement compared to the stock version of Map. Thanks again for sharing.