3.2.1 (4/7/2016)
3.2.0 (12/20/2015)
- #46 - Changed to new push pin style - @neilang.
- #44 - Added
NAMapView#selectAnnotation:animated
implementation - @frosty. - #43 - Fix:
NAMapViewDelegate
protocol optional methods were called without checkingrespondsToSelector:
- @frosty - #39 - Added
NAMapView#updateContentOffsetToCenterPoint:animated:
to center map on a point without taking into account the map'szoomScale
- @ashfurrow. - #37 - Added assert inside
NAMapView#zoomRelativePoint
when returning{NaN, NaN}
- @ashfurrow.
3.1.1 (5/12/2014)
- #31 - Fix:
NAPinAnnotation
andNAPinAnnotationView
retain cycle - @dblock. - #34 - Fix:
NAPinAnnotationCallOutView
usesimageNamed
which retains memory - @dblock.
3.1 (5/1/2014)
- Replaced tiled map image implementation with ARTiledImageView - @dblock.
- Extracted NADotAnnotation out of NAAnnotation, which is now a pure virtual class - @dblock.
- Fix:
NADotAnnotation
dots resize proportionally when map zoom level changes - @dblock. - Exposed
NAMapView#doubleTapGesture
andNAMapView#twoFingerTapGesture
- @orta.
3.0 (3/15/2014)
- #16 - Extracted NAPinAnnotationMapView out of a, now mimimal,
NAMapView
- @dblock. - #18 - Added NAMapViewDelegate for easier handling of taps and zoom events - @dblock.
- #19 - Added NATiledImageMapView with support for deep-zoom tiled maps - @dblock, @orta.
- #20 - Zoom now pans and rests at the point being tapped - @orta.
- #14 - Added tests and Travis-CI - @dblock.
- Partial rewrite - @neilang.
- Initial public release - @neilang.