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

NgMap directive showing fusion table remove some data

So I have recently switched to using an open-source directive called ngMap that takes care of a lot of the work for generating Google Maps for me. I previously had a Google Map showing on the about page, and when I changed everything over to use…
Bailey Miller
  • 1,376
  • 2
  • 20
  • 36
0
votes
1 answer

angular ng-Map setBounds to adjust with circle radius

I am using ngMaps in Angular. I have created a map and included a shape (circle) that can be adjusted depending on my radius value. Is it possible to set the bounds of the map to adjust to include the entire circle? Here is my view:
Sachin Karia
  • 547
  • 2
  • 8
  • 22
0
votes
2 answers

angularjs ng-map will auto focus on my location for seemingly no reason

I am using angular ng-map in my web app. I built a function that will take the selected user's address, put a marker there, then zoom into it. However, if I do not use a setTimeout to focus on my marker, the map will automatically snap to my…
IWI
  • 1,528
  • 4
  • 27
  • 47
0
votes
1 answer

Opening all outside-app links in a system browser

I have an Ionic 1 app which includes Google Maps via the ngMap directive. This works great. What doesn't work great is when the user clicks on the "Credits" element in the map and the entire app is redirected away to the Google map credits page-…
caitlin
  • 2,769
  • 4
  • 29
  • 65
0
votes
1 answer

How to hide names of roads in ng-map

I am creating a basic map with ng-Map. I want to hide names of all roads/streets. How can I do it?
Chirag
  • 179
  • 3
  • 16
0
votes
0 answers

ng-map showing two maps instead of one

I am using This map library to show map in my website. My html code for map is following: In my controller $scope.center = "Manchester, UK"; When i load page it shows…
Divyesh Savaliya
  • 2,692
  • 2
  • 18
  • 37
0
votes
1 answer

Usin addListener on Polygon to delete vertex with AngularJs NgMap

I'm trying to delete a single vertex on the polygon drawn on the map using AngularJs NgMap, but nothing happens. I know I need to bind a rightClick event on the polygon, but nothing is happening. I know there is a guide on how to delete the vertex…
celsomtrindade
  • 4,501
  • 18
  • 61
  • 116
0
votes
0 answers

Ng-Map show me multiple instance of the map. Why?

I got this bug. And I don't know from where it comes out. I spent a lot of time on check the code, but while in development everything is correct, on production this comes out. No differences there are basically on the environment. Maybe some who…
Giuseppe Canto
  • 159
  • 1
  • 1
  • 14
0
votes
1 answer

Using ngMap in gulp project - build failing - getting 'google' is not defined

I've set up an angular project using Yeoman, and embedding a google map in a page using ngmap, using a given address to centre it. I'm adding a marker to the map using the google geocode service to get the latitude/longitude for the address, once…
Joseph McCarthy
  • 897
  • 2
  • 19
  • 41
0
votes
1 answer

optimizeWaypoints option in ngmap

Hello I am using angularjs and ngmap I want to display a direction going through different points in an optimized way ie the direction which leads to the shortest path I am using the option optimized way to do so but that doesn't seem to work , I…
raton roguille
  • 181
  • 2
  • 11
0
votes
1 answer

AngularJS ng-map set view position as rectangle coordinates

Do U know how can I i ng-map directive set position of ng-map view not as center="[40.74, -74.18]", but as rectangle - corner values of map view where i have 4 values [north, south, east, west]? now i have something like that:
rizon
  • 13
  • 6
0
votes
1 answer

Access map.directionsRenderers[0].directions.routes[0].overview_path.

I am using angular JS and ng-map. Is it possible to get distance by using map.directionsRenderers[0].directions.routes[0].overview_path
0
votes
1 answer

ng-map Drawing Manager to GeoAlchemy

I am trying to allow users on my app to define a "territory" (as a polygon). Then others can query a point (lat and long), to determine whos territory that point falls in. I have determined from the docs for GeoAlchemy2, that this would likely be…
GMarsh
  • 2,401
  • 3
  • 13
  • 22
0
votes
2 answers

Display a simple path between two points using ngmap in angularjs

I have followed the Demo and the github documentation of ngmap but still can't load a simple map with two points plotted and connected in it using the "directions" directive. (Weirdly though I can plot simple unconnected points in my map using the…
jmevangelist
  • 31
  • 1
  • 1
  • 8
0
votes
1 answer

ngMap/Google Maps Api v3: call function when shape edited

I have an issue with ngMap and a shape. A shape can have the two different properties, draggable or editable. The editable adds a point in the middle of the circle to drag it around. And 4 points on the outside to change the size of the radius. As…
HideAndSeek
  • 374
  • 3
  • 16