Skip to content

Releases: infinitered/ProMotion-map

Version 0.7.0

25 Mar 17:11
Compare
Choose a tag to compare

New features:

  • Added will_change_region and on_change_region delegate methods

v0.6.0

09 Mar 22:27
Compare
Choose a tag to compare

New Features:

  1. look_up_location for reverse geocoding support
  2. tap_to_add functionality for tapping the map and adding pins where you tapped.
  3. You can now use coordinate instead of latitude and longitude when specifying annotations.

v0.5.0

06 Mar 04:41
Compare
Choose a tag to compare
  • 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

10 Oct 15:56
Compare
Choose a tag to compare

This is a minor release that fixes iOS 8's user location sharing.

Version 0.2.0

17 Jun 15:42
Compare
Choose a tag to compare
  • Added left_accessory: and right_accessory: to annotation hash
  • Added more tests, Travis support
  • Fixed some minor bugs