Skip to content

Releases: tidev/ti.map

v5.3.4-android: Merge pull request #496 from m1ga/fixClick

05 Nov 19:08
a12d8d3
Compare
Choose a tag to compare

v6.0.1-iphone

31 Aug 23:27
5858e1d
Compare
Choose a tag to compare
  • 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.)

v5.3.3-android

31 Aug 23:27
5858e1d
Compare
Choose a tag to compare
  • Added MapView.containsCoordinate() method.
  • Added MapView.addHeatmap() method.
  • Added MapView.animateCamera() method support. (Parity with iOS.)
  • Added "camera" property support. (Parity with iOS.)
  • Fixed null marker exceptions. See: #421

v6.0.0-iphone

24 Jul 00:14
8ef0b35
Compare
Choose a tag to compare
v6.0.0-iphone Pre-release
Pre-release
  • Modernized marker/annotations. (Dropped deprecated pins.)
  • Changed minsdk to Titanium 10.0.0.

v5.1.1-iphone

22 Jul 23:51
446b9a6
Compare
Choose a tag to compare
  • Re-added 32-bit libraries for Titanium 9.x.x support.
  • Temporarily removed v5.1.0 annotation change since it's not supported on iOS 10.

v5.1.0-iphone

20 Jul 01:55
9cf4bb1
Compare
Choose a tag to compare
v5.1.0-iphone Pre-release
Pre-release
  • Updated annotations to use modern circular markers instead of old style pins.
  • Removed usage of deprecated native annotation APIs for iOS 15.

v5.3.2-android

24 Jun 00:37
2c069c2
Compare
Choose a tag to compare
  • Fixed map view to no longer log theme errors.
  • Updated library dependencies.

v5.3.1-android

18 Feb 15:17
acc25af
Compare
Choose a tag to compare
build(ios): use sdk 9.3.2.GA to build

v5.0.0-iphone

18 Feb 16:14
Compare
Choose a tag to compare
chore(release): bump version to 7.0.0

v4.0.2-iphone: Merge pull request #366 from vijaysingh-axway/MOD-2816

07 Jan 16:34
c04b525
Compare
Choose a tag to compare
fix(ios): implement getter for property center