Skip to content

v6.0.1-iphone

Compare
Choose a tag to compare
@build build released this 31 Aug 23:27
· 86 commits to master since this release
5858e1d
  • Added View.containsCoordinate() method.
  • Fixed several compiler warnings.
  • Updated Xcode project file to make it more future-proof.
  • Refactored polyline click handling to only work on line segments like Android.
    • Used to turn polyline into a shape to determine touch points, causing empty areas to wrongly fire clicks.
  • Fixed polyline to support click events if it only has 2 points. (Used to require at least 3 points.)