Releases: hansemannn/titanium-googlemaps
Releases · hansemannn/titanium-googlemaps
v6.1.0
- Use Google Maps iOS SDK 4.1.0
6.0.0
- Use Google Maps iOS SDK 4.0.0
- Build with Ti SDK 9.2.2.GA
- Require iOS 10+
5.5.0
- Add support for rounded polylines with
drawRoundedPolylineBetweenCoordinates(...)
. See the README.md for details!
5.4.1
- Fix: Add parity with Ti.Map Android regarding the
zoomLevel
property (waszoom
before)
5.4.0
- Update to Google Maps / Google Places iOS SDK v3.10.0
5.3.0
- Update Google Maps iOS SDK to 3.9.0
- Add
myLocationUpdate
event - Add gradient support for overlay strokes
5.2.0
- Update Google Maps and Google Places to 3.7.0
- Add new methods
geometryContainsLocation
andgeometryDistanceBetweenPoints
- Fix index in Polyline / Polygon / Circle
points
5.0.0
- fix possible build error with removed
GooglePlacesPicker
framework - build with Titanium SDK 8.2.0.GA
5.0.0
- Update Google Maps iOS SDK to 3.4.0
- Remove deprecated Place Picker API
- Require Titanium 7.5.1 or later
4.2.0
- Expose
poiclick
event - Refactor some internal number conversion logic