All Questions
3 questions
1
vote
1
answer
5k
views
Angular google map get latitude and longitude center of the map
From Angular-Google Map perspective using a controller how can i get the (longitude and latitude) center of the current map if like say my controller looks like this:
$scope.map = {
center: {
...
2
votes
1
answer
549
views
Persist GoogleMaps map object between views in AngularJS
I have decided to use AngularUI Map plugin to render Google Maps map within one of my views.
The template looks like this:
<div id="map">
<div ui-map="map" ui-options="mapOptions" id="map-...
3
votes
1
answer
1k
views
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 ...