BentoMap icon indicating copy to clipboard operation
BentoMap copied to clipboard

Map Clustering for Swift.

Results 7 BentoMap issues
Sort by recently updated
recently updated
newest added

When I ran the app for MapKit Example, it hangs when I zoom in/zoom out or pan the screen.

Got a lot of memory leak warning in instrument in this code: ``` public func divide(_ percent: CGFloat, edge: CGRectEdge) -> (MKMapRect, MKMapRect) { let amount: Double switch edge {...

First of all, **BentoMap is awesome**, I'm stunned how easy it is to add pin clusters. My only problem is that I have two separate projects, in which the current...

Hi, this is a question I have a dataset of up to 1000 items but I want the map to initially zoom into the 10 that are closest to the...

I'd like to know if it's possible to get all annotations on current screen for certain zoom level? Thanks.

I'd like to add polygons from geojson file to QuadTree. But there is no coordinates for them. Instead they have coordinates array. How to add them to QuadTree? Any advice?

It would be really nice to have an additional `API` methods for removing existing annotations such as: - `remove(_ annotation: MKAnnotation)` - `removeAll()` I know that behind the scenes a...