Releases: dapriett/nativescript-google-maps-sdk
Releases · dapriett/nativescript-google-maps-sdk
v3.0.2
Bug Fixes
- Button My Location not working on IOS (5bc6037)
v3.0.1
chore: update docs and min version
v3.0.0
Bug Fixes
Features
- implmenting CLLocationManagerDelegate need more stuff (4b6509e)
v2.9.1
Bug Fixes
- all: added missing events to TS declaration file (3d1ef61)
- all: update demo to NS v6.2; demo template cleanup (dc04de6)
Features
- all: add containsCoordinate() static method to Projection class (cf5b0a7)
- all: expose markerInfoWindowClosed event (6a80f82)
- docs: add markerInfoWindowClosed event to README.md (32e57b6)
v2.9.0
Bug Fixes
- Extended safeches to prevent IOS | Android crashes (0e2ae5b)
- android: error compilation from ccde819 (cd6f507)
- Added safechecks to prevent IOS | Android crashes (fe2e5af)
Features
- android: Add indoor events for Android (a086010)
- Demo: add Indoor events into demo (e956766)
- Documentation: add Indoor events into documentation (b72c555)
- iOS: Add indoor events for iOS (129f4ef)
v2.8.0
Bug Fixes
- temp fix for issue #354 _layoutRootView method missing (47576a1)
- declaration: marker info window tapped event property (c00e69a)
Features
- support for holes in polygons (cf777e1)
- ios: add icon cache for icons with equivalent hues (19dffd7)
v2.6.0
Features
- Android: demo now works in Nativescript 4 (f71e8c4)
- ng-demo: Update to Nativescript 4.0 (0f3aba1)
v2.5.0
Features
- Add min/max zoom functionality. ( Pull #242 )