Skip to content

2.2.0

Compare
Choose a tag to compare
@hansemannn hansemannn released this 10 Apr 13:59

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! 🚀