NAMapKit icon indicating copy to clipboard operation
NAMapKit copied to clipboard

Handle MKAnnotations

Open nicked opened this issue 12 years ago • 1 comments

Allow NAAnnotations to be created from MKAnnotations. Even better, make it a sub-protocol of MKAnnotation so I can use my existing map points.

nicked avatar Oct 09 '12 12:10 nicked

With 3.0 you can easily make an NAAnnotation out of an MKAnnotation, however I think it would be good if one could just take an MKAnnotation and add it to an NAMapView, as suggested. This just means extracting a protocol out of an NAAnnotation, which is no longer a big deal, that class is extremely minimal now.

dblock avatar Mar 14 '14 22:03 dblock