Skip to content

Releases: hansemannn/titanium-googlemaps

3.2.0

09 Feb 16:31
Compare
Choose a tag to compare
  • Expose the Tile API
  • Expose the decodePolylinePoints method
  • Expose the infoWindow property in the Annotation class
  • Expose the Directions API by building an own client factory for the GMS REST API

3.1.0

05 Feb 14:46
Compare
Choose a tag to compare
  • Support for Reverse Geocoder

3.0.0

26 Jan 15:21
Compare
Choose a tag to compare
  • Move whole project to ARC (automatic reference counting)
  • Remove Marker API (deprecated in 2.2.0 in favor of Annotation)
  • Remove MapView API (deprecated in 2.2.0 in favor of View)
  • Remove deprecated (replaced) events (markerinfoclick, markerclick, longpress, camerachange willmove)
  • Remove addMarker, addMarkers, removeMarker, setCamera, getSelectedMarker, selectMarker, deselectMarker in favor of the xxxAnnotation methods

2.7.2

25 Jan 12:59
Compare
Choose a tag to compare
  • Fix crash when using certain CameraUpdate API's (#69)

2.7.1

24 Jan 13:23
Compare
Choose a tag to compare
  • Fix app from crashing when reusing annotations (#66)
  • Fix MAP_TYPE_SATELLITE constant typo (#68)

2.7.0

15 Jan 20:20
Compare
Choose a tag to compare
  • 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

13 Jan 23:35
Compare
Choose a tag to compare
  • Fix map region from not being update on regionchanged event (#64)

2.6.1

11 Jan 10:15
Compare
Choose a tag to compare
  • Add zoom, bearing and viewingAngle to regionchanged event

2.7.0 Beta 1

30 Dec 22:16
Compare
Choose a tag to compare
2.7.0 Beta 1 Pre-release
Pre-release

2.6.0

27 Dec 20:55
Compare
Choose a tag to compare
  • Fix annotations in dragend event from containing the wrong coordinates (#33)
  • Update Google Maps iOS-SDK to 2.1.1
  • Expose mapStyle property to style the map with JSON-based text (#53)
  • Fix minor other issues