- UMD
- All attributes can have
{{}}
expression evaluated.
- Prepared for Angular2 transition by removing all scopes
- NgMap service is introduced
- Refactored
- New directive
custom-marker
- Refactored documentation with angular-jsdoc
- Added an event
objectChanged
to broadcast change of objects in map. e.g., markers, shapes, etc
- Refactored directory structure
- added street-view-panorama directive with its examples; street view with marker and street view in its own container
- added geo-callback attribute for map, marker, shape, and info-window. Example
- support lazy loading of maps js with directive, map-lazy-load, which does not require to
https://maps.google.com/maps/api/js
Example
- added drawing-manager directive. Thanks to Fangming Du Example
- events with
controller as
syntax, thanks to Simon
- marker directive can have icon attribute as JSON
- map with init-event attribute for initialization by an event
- Cover all official google maps v3 examples using directives.