Skip to content

Releases: hansemannn/titanium-googlemaps

2.6.0 Beta 3

27 Dec 20:30
Compare
Choose a tag to compare
2.6.0 Beta 3 Pre-release
Pre-release
  • Fix GCD queues for kroll-thread
  • Apply GCD queues to deprecated MapView as well

2.6.0 Beta 2

22 Oct 15:05
Compare
Choose a tag to compare
2.6.0 Beta 2 Pre-release
Pre-release
  • Use GCD to prevent race-conditions while adding and removing annotations
  • Add configure to TiGoogleMaps.AutocompleteDialog to specify the Google Places API key
  • Add more properties to the event when selecting a place from the autocompletion result

2.6.0 Beta 1

14 Oct 12:53
Compare
Choose a tag to compare
2.6.0 Beta 1 Pre-release
Pre-release
  • Fix annotations in dragend event from containing the wrong coordinates (#33)
  • Update Google Maps iOS-SDK to 2.1.0
  • Expose mapStyle property to style the map with JSON-based text (#53)
  • Fix minor other issues

2.5.0

16 Aug 19:03
Compare
Choose a tag to compare
  • Support the latest GoogleMaps iOS SDK 2.0.1 (#47)

2.4.0

04 Jul 06:43
Compare
Choose a tag to compare

Special shout-out to @yozef for the View properties, methods and bugfixes! 🚀

Support for new Proxy:

  • AutocompleteDialog

Support for new View properties:

  • allowScrollGesturesDuringRotateOrZoom
  • consumesGesturesInView
  • trafficEnabled
  • mapInsets

Support for new View methods:

  • updateLocation
  • removeAnnotations
  • removeAllAnnotations

Bugfixes:

  • latitude in the regionchanged event had an incorrect value

2.3.0

16 Apr 21:52
Compare
Choose a tag to compare

Support for new View properties:

  • indoorEnabled
  • indoorPicker
  • compassButton
  • myLocationButton
  • myLocationEnabled (NEW: bearing and viewingAngle)
  • scrollGestures
  • zoomGestures
  • tiltGestures
  • rotateGestures

Support for new View event:

  • complete

Support for new Annotation property:

  • rotation

Thanks to @yozef for the great contribution! 🚀

2.2.1

11 Apr 11:29
Compare
Choose a tag to compare
  • Fix animateToZoom, animateToBearing and animateToViewingAngle

2.2.0

10 Apr 13:59
Compare
Choose a tag to compare

This update migrates the whole interface to incorporate with ti.map.

Migrates API's:

  • createMapView -> createView
  • addMarker -> addAnnotation
  • addMarkers -> addAnnotations
  • snippet -> subtitle
  • click / markerclick / overlayclick -> click (e.map / e.pin / e.overlay)
  • tappable -> touchEnabled
  • infoWindowAnchor -> centerOffset
  • camera -> region

New annotation API's:

  • groundOffset
  • opacity
  • animationStyle (APPEAR_ANIMATION_NONE and APPEAR_ANIMATION_POP)

Other changes:

  • Updated the GoogleMaps iOS-SDK from 1.12.3 to 1.13.0

Check the updated example/app.js for more infos! The old API's have been deprecated and will be removed in the 3.0.0 version scheduled around June. Code strong! 🚀

2.1.1

12 Mar 11:55
Compare
Choose a tag to compare
  • Update the Google Maps iOS SDK to the latest 1.12.3
  • Fix an issue that prevented from uploading to the App Store

2.1.0

02 Mar 20:00
Compare
Choose a tag to compare
  • Support new marker properties infoWindowAnchor, pinColor and image
  • Deprecate icon in favor of image
  • Support new map view methods animateToLocation, animateToViewingAngle, animateToZoom and animateToBearing
  • Implement module-side fix for 5.2.0.GA builds (TIMOB-20489)
  • Fix incomplete marker and overlay proxies in some events
  • Fix incomplete marker proxy access