Questions tagged [ng-map]

ng-map is a Google map AngularJS Directive. Its main features are everything in tag and attributes and it exposes all original Google Maps V3 api to the user.

ng-map is a Google map AngularJS Directive. Its main features are:

  • Everything in tag and attributes - Thus, basic users don't even have to know what Javascript is.

  • Expose all original Google Maps V3 api to the user - No hiding, no wraping, or whatsoever. By doing so, programmers don't need to learn how to use this module. You only need to know Google Maps V3 API.

Demos can be found here.

Documentation at: https://rawgit.com/allenhwkim/angularjs-google-maps/master/build/docs/index.html

Github link: https://github.com/allenhwkim/angularjs-google-maps

200 questions
1
vote
1 answer

angular google maps lacks for search functionality

I use the ng-map api in my project but I am stuck now because I am trying to find a search functionality where I can locate for example the gas stations around a specific coordinates but I can't find it so could anyone help me and guide me if should…
Mo Haidar
  • 3,748
  • 6
  • 37
  • 76
1
vote
2 answers

ng-map change the color of the shape dynamically

I'm using NgMap and angular 1 to display a google map, and draw various shapes on it. I'm trying to change the color of the shape dynamically, by changing a scope variable. In the template I have:
nagyf
  • 859
  • 5
  • 17
1
vote
1 answer

NgMap not rendered in ngDialog

i have this ng-template