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
votes
1 answer

Geolocation-marker with AngularJS

I have a AngularJS application that displays a ngmap, however, i want to use this library to mark the current location of user. I already have downloaded the library using bower. My question is, how do I use it with ngmap? Sorry for bad…
-1
votes
1 answer

How to create google map with multiple marker from current location to 10 km range in rectangle form

I am developing a web app that are based on google map. I am using angular js for it. I have to develop multiple marker on google map but I have to show only these markers which will be in 10 KM range but not in radius it should be from corners. I…
mishraoft
  • 113
  • 1
  • 4
  • 13
-1
votes
1 answer

How to add info window in angular google maps with out marker?

I am trying below angular plugin for google maps. https://ngmap.github.io/ can any one please help me how to add info window, with out a marker ? Thanks in advance
freshtoUI
  • 311
  • 1
  • 3
  • 13
-1
votes
1 answer

AngularJS/NgMap - Recenter map as pin sets change

I'm using AngularJS and NgMap to display a Google Map instance that displays a set of pins that is filtered up/down based upon location selections in 3 different select lists. As the focus gets tighter (from Region, to State/Province/EU Country, to…
TWLATL
  • 2,859
  • 4
  • 25
  • 37
-2
votes
1 answer

Error: [$injector:unpr] http://errors.angularjs.org/1.3.4/$injector/unpr?p0=%24ngMapProvider%20%3C-%20%24ngMap at Error (native)

I get following error when I run my application. Just want to know what this means if anyone has experienced with the same? Error: [$injector:unpr] http://errors.angularjs.org/1.3.4/$injector/unpr?p0=%24ngMapProvider%20%3C-%20%24ngMap at Error…
Gayan Pathirage
  • 1,979
  • 1
  • 24
  • 21
1 2 3
13
14