Use all google maps API features in AngularJS
I am working on a project relying on AngularJS where I need to locate all
airports in the world and link them with lines.
To do so, I searched for some existing projects that set angular
directives to embed Google Maps API into my project: Namely Angular-ui-map
(https://github.com/angular-ui/ui-map), Angular-google-maps
(https://github.com/nlaplante/angular-google-maps) and AngularGM
(https://github.com/dylanfprice/angular-gm)
But the problem is that none of those projects talks about Google Maps
Polylines !
Anyone has already been able to use the complete set of Google Maps
features ? Or I should create my own directives to achieve this ?
Thanks a lot.
No comments:
Post a Comment