Releases: tidev/ti.map
Releases · tidev/ti.map
v5.3.4-android: Merge pull request #496 from m1ga/fixClick
fix(android): Marker click event
v6.0.1-iphone
- 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
- 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
- Modernized marker/annotations. (Dropped deprecated pins.)
- Changed minsdk to Titanium 10.0.0.
v5.1.1-iphone
- 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
- 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
- Fixed map view to no longer log theme errors.
- Updated library dependencies.
v5.3.1-android
build(ios): use sdk 9.3.2.GA to build
v5.0.0-iphone
chore(release): bump version to 7.0.0
v4.0.2-iphone: Merge pull request #366 from vijaysingh-axway/MOD-2816
fix(ios): implement getter for property center