You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already [one](https://github.com/nlaplante/angular-google-maps) for this. However, I found myself doing totally different approach than the existing one, such as;
20
20
21
21
1.**Everything in tag and attributes.**
22
-
Thus, basic users don't even have to know what Javascript is.
22
+
Thus, basic users don't even have to know what Javascript is.
23
23
24
24
2.**Expose all original Google Maps V3 api to the user.**
25
-
No hiding, no wraping, or whatsoever.
25
+
No hiding, no wraping, or whatsoever.
26
26
By doing so, programmers don't need to learn how to use this module.
27
27
You only need to know Google Maps V3 API.
28
28
29
29
There is a blog that introduces this module. The title of it is '[Google Map As The Simplest Way](http://allenhwkim.tumblr.com/post/70986888283/google-map-as-the-simplest-way)'
30
30
31
31
To Get Started
32
32
--------------
33
-
For Bower users,
33
+
For Bower users,
34
34
35
35
`$ bower install ngmap`
36
36
@@ -54,7 +54,7 @@ To get the map instance use the `NgMap.getMap()` function
54
54
});
55
55
});
56
56
57
-
For npm users,
57
+
For npm users,
58
58
59
59
`$ npm install ngmap`
60
60
@@ -76,7 +76,7 @@ Lazy Loading of Google Maps Javascript
76
76
map-lazy-load-params="{{googleMapsUrl}}">
77
77
<ng-map center="41,-87" zoom="3"></ng-map>
78
78
</div>
79
-
79
+
80
80
FAQ
81
81
----
82
82
## Grey area in Google maps
@@ -113,7 +113,7 @@ You use getDirections() or directions, then calculate the distance from there. e
0 commit comments