bryan bonczek
bryan bonczek
I've looked into this a bit. It looks like naive k-d tree insertion is pretty straightforward. In most real world use cases, I don't think we'd need to worry about...
I'm happy to work with someone on implementing this. KPTreeController uses a 2-d tree to store annotations. 2-d (or more generically, k-d) trees are designed for fast range based queries...
Thanks @ivany4. I agree with @stanislaw that we could be better about abstracting some of this code so that it's a more reusable. Good to start thinking about :)
Hmm, great question. There's no good way to do this right now, which is unfortunate. Off the top of my head, maybe we could add a property like `@property (nonatomic)...
Hi! I've been spending some time digging into the code on the `dev` branch and I wanted to quickly follow up on this issue. KPAnnotation isn't designed to be a...