NAMapKit icon indicating copy to clipboard operation
NAMapKit copied to clipboard

Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework

Results 10 NAMapKit issues
Sort by recently updated
recently updated
newest added

I have my map zoom to a specific pin when they click a locate on map button from another view controller. I was curious if it is possible to open...

question

I pushed 3.2.1 and had to use `--allow-warnings`. ``` - NOTE | xcodebuild: Headers/Private/SDWebImage/UIImageView+WebCache.h:198:1: note: 'setImageWithURL:' has been explicitly marked deprecated here - WARN | xcodebuild: ARTiledImageView/Classes/ARTiledImageView.m:162:54: warning: 'downloadWithURL:options:progress:completed:' is...

chore

This is something that ARTiledImageView handles, thus it's the responsibility of it to define the deps.

chore

can any one plz help me. i have worked with customizing with my own images .now i want to show my own customized popup while clicking pin. how to achieve...

question

From https://github.com/neilang/NAMapKit/issues/52, add a demo project that uses a completely custom pin annotation image.

new feature
chore

There's a removeAnnotation method, but no removeAnnotations. Would be cool to be able to just remove all the annotations with 1 command, especially since the annotations array is not exposed.

new feature

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

new feature

Automatically translate from real lat/long co-ordinates to the map image. I've got the MKCoordinateRegion that my image represents, so by using that it should be able to convert the points...

new feature
discuss!

Add support for a `leftCalloutAccessoryView` to `NAPinAnnotation`.

new feature

With the long press gesture applied to the AnnotationView, to allow it to be draggable and re-position on the new drop point. (Sorry, if I put this suggestion at the...

new feature