Releases: hansemannn/titanium-googlemaps
Releases · hansemannn/titanium-googlemaps
2.6.0 Beta 3
- Fix GCD queues for kroll-thread
- Apply GCD queues to deprecated
MapView
as well
2.6.0 Beta 2
- Use GCD to prevent race-conditions while adding and removing annotations
- Add
configure
toTiGoogleMaps.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
2.5.0
2.4.0
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 theregionchanged
event had an incorrect value
2.3.0
Support for new View
properties:
-
indoorEnabled
-
indoorPicker
-
compassButton
-
myLocationButton
-
myLocationEnabled
(NEW:bearing
andviewingAngle
) -
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
- Fix
animateToZoom
,animateToBearing
andanimateToViewingAngle
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! 🚀
2.1.1
- 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
- Support new marker properties
infoWindowAnchor
,pinColor
andimage
- Deprecate
icon
in favor ofimage
- Support new map view methods
animateToLocation
,animateToViewingAngle
,animateToZoom
andanimateToBearing
- Implement module-side fix for 5.2.0.GA builds (TIMOB-20489)
- Fix incomplete
marker
andoverlay
proxies in some events - Fix incomplete marker proxy access