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