Releases: hansemannn/titanium-googlemaps
Releases · hansemannn/titanium-googlemaps
10.0.0
- Update Google Maps SDK to 8.2.0, Google Places SDK to 8.2.1
9.1.0
8.0.0
- Use Google Maps iOS SDK 6.1.1
- Use Google Places iOS SDK 6.1.1
- Added support for new Metal renderer - opt in via
TiGoogleMaps.metalRendererEnabled = true
- Added support for dotted image polylines using the new
dotsImage
property - Added new
APPEAR_ANIMATION_FADE
constant forAnnotation#animationStyle
- Removed the deprecated
mapInsets
property in favor ofpadding
7.1.1
- Fire
ready
event when map is ready (for parity with Ti.Map)
7.1.0
- Add optional duration parameter to
View#animateToZoom
(in ms)
7.0.1
- Use Google Maps 5.0.0
7.0.0
- Update Google Maps & Google Places to v5.1.0
- Remove deprecated
type
property address components result object
6.2.0
- NEW: Add
takeSnapshot
method to generate a static image from the map view (synchronously)
6.1.2
- Streamline the array indices for the
holes
property of thePolyline
, so thelatitude
is now at index 1 and the longitude at index 0. Make sure to update your code to align with this behavior!