Releases: hansemannn/titanium-googlemaps
Releases · hansemannn/titanium-googlemaps
3.2.0
3.1.0
3.0.0
- Move whole project to ARC (automatic reference counting)
- Remove
Marker
API (deprecated in 2.2.0 in favor ofAnnotation
) - Remove
MapView
API (deprecated in 2.2.0 in favor ofView
) - Remove deprecated (replaced) events (
markerinfoclick
,markerclick
,longpress
,camerachange
willmove
) - Remove
addMarker
,addMarkers
,removeMarker
,setCamera
,getSelectedMarker
,selectMarker
,deselectMarker
in favor of thexxxAnnotation
methods
2.7.2
2.7.1
2.7.0
- Support Map-Clustering
- Fix annotations from not being displayed in some-uses (finally!!)
- Expose CameraUpdate API
- Tons of other bug fixes and improvements
2.6.2
2.6.1
- Add
zoom
,bearing
andviewingAngle
toregionchanged
event
2.7.0 Beta 1
- - WiP - Support Map Clustering (#55)
- Support the CameraUpdate API (#49)