Titanium Googlemaps Versions Save

🗺 Use the Google Maps with the Titanium SDK

v10.0.0

7 months ago
  • Update Google Maps SDK to 8.2.0, Google Places SDK to 8.2.1

v9.1.0

1 year ago
  • Support Apple Silicon / arm64 Simulators

v7.1.1

2 years ago
  • Fire ready event when map is ready (for parity with Ti.Map)

v7.1.0

2 years ago
  • Add optional duration parameter to View#animateToZoom (in ms)

v7.0.1

2 years ago
  • Use Google Maps 5.0.0

v8.0.0

2 years ago
  • 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

v7.0.0

2 years ago
  • Update Google Maps & Google Places to v5.1.0
  • Remove deprecated type property address components result object

v6.2.0

3 years ago
  • NEW: Add takeSnapshot method to generate a static image from the map view (synchronously)

v6.1.2

3 years ago
  • 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!

v6.1.1

3 years ago
  • Fix an issue where the info-window / callout of an annotation would not be shown (#139)