Top "Ng-map" questions

ng-map is a Google map AngularJS Directive.

Using ng-repeat with markers in ngMap

I want to use ngMap to add Google Maps to my app. The demos are "static" in the sense that …

angularjs angularjs-ng-repeat ng-map angularjs-google-maps
Using Event listeners with ngMap

I'm using Allenhwkim's wonderful ngMap in a project. I know that I need to use Maps Javascript v3 API to …

javascript google-maps google-maps-api-3 ng-map
Click to get Latitude and Longitude in google map using angular ng-map?

First of all I'm using Angular Google Map (ng-map). I want to get clicked location of google map's latitude and …

angularjs ng-map angularjs-google-maps
ng-map show the best way between two points (waypoints)

I am using Angularjs with IonicFramework and ng-map. I have read all the documentation here (link), but I don't find …

angularjs google-maps ionic-framework ng-map
How can i use custom icon in ng-map marker(angular)?

I have list of shops which contains latitude and longitude and i have particuler user latitude and longitude. when user …

javascript angularjs google-maps ng-map
AngularJS: Force ng-repeat update when property of an element changes

I'm wrestling with the way angular watches arrays. I have the following markup: <map name="theMap" center="{{mapInfo.center.…

angularjs ng-map