Releases: infinitered/ProMotion-map
Releases · infinitered/ProMotion-map
Version 0.7.0
New features:
- Added
will_change_region
andon_change_region
delegate methods
v0.6.0
New Features:
look_up_location
for reverse geocoding supporttap_to_add
functionality for tapping the map and adding pins where you tapped.- You can now use
coordinate
instead oflatitude
andlongitude
when specifying annotations.
v0.5.0
- Adds the ability to include the user pin in the
zoom_to_fit_annotations
method. - Update zoom_to_fit_annotations to take a hash instead of a list of params.
Fix for iOS 8's more restrictive user location tracking
This is a minor release that fixes iOS 8's user location sharing.
Version 0.2.0
- Added
left_accessory:
andright_accessory:
to annotation hash - Added more tests, Travis support
- Fixed some minor bugs