Skip to content

Releases: hansemannn/titanium-googlemaps

10.0.0

23 Sep 18:18
202c7c3
Compare
Choose a tag to compare
10.0.0 Pre-release
Pre-release
  • Update Google Maps SDK to 8.2.0, Google Places SDK to 8.2.1

9.1.0

26 Sep 08:42
Compare
Choose a tag to compare
  • Support Apple Silicon / arm64 Simulators

8.0.0

12 Apr 20:24
Compare
Choose a tag to compare
  • 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 for Annotation#animationStyle
  • Removed the deprecated mapInsets property in favor of padding

7.1.1

12 Apr 20:35
Compare
Choose a tag to compare
  • Fire ready event when map is ready (for parity with Ti.Map)

7.1.0

12 Apr 20:35
Compare
Choose a tag to compare
  • Add optional duration parameter to View#animateToZoom (in ms)

7.0.1

12 Apr 20:34
Compare
Choose a tag to compare
  • Use Google Maps 5.0.0

7.0.0

11 Jul 11:47
Compare
Choose a tag to compare
  • Update Google Maps & Google Places to v5.1.0
  • Remove deprecated type property address components result object

6.2.0

06 Feb 07:55
Compare
Choose a tag to compare
  • NEW: Add takeSnapshot method to generate a static image from the map view (synchronously)

6.1.2

06 Feb 07:37
Compare
Choose a tag to compare
  • Streamline the array indices for the holes property of the Polyline, so the latitude is now at index 1 and the longitude at index 0. Make sure to update your code to align with this behavior!

6.1.1

05 Feb 17:05
Compare
Choose a tag to compare
  • Fix an issue where the info-window / callout of an annotation would not be shown (#139)