- renamed module to @ngui/map
- Added @Output initialized$ on all dierctives
- Fixed emit/subscribe issue, issue #99
- added geo fallback options for map and marker
- 0.15.1 (2017-01-29)
- Added more webtest
- 0.15.2 (2017-02-11)
- Fixed a bug of geocode callback losing setMethod name
- Exposed
mapReady$
andinitialized$
as an Output
- 0.15.3 (2017-02-13)
- Made available for both imports of
NguiMapModule
andNguiMapModule.forRoot()
- Made available for both imports of
- 0.15.4 (2017-02-16)
- Upgraded webpack from 1.* tp 2.*
- Fixed multiple map instance not loading on the first page.
- 0.15.5 (2017-02-16) Removed debug line
- 0.15.6/7 (2017-02-16)
- Fixed custom marker positioning
- issue #91, #92 fixed bug of not displaying map with places-autocomplete
- new directive, custom-marker
- event parameter is changed from object to event. event.target is a google map object from now on.
- new directive, drawing-manager
- new directive, directions-renderer
- new directive, places-auto-complete
- new directive, data-layer, street-view-panorama
- little re-factoring on build
- new directive, polyline, ground-overlay
- layer directives, traffic-layer, transit-layer, heatmap-layer, bicycling-layer, kml-layer
- added Polygon Directive
- [options] property is added for all directives
- added BaseMapDirective for the super class of all map directives
- Added Circle Directive (Thanks to Abdellatif Ait boudad)