ngmap
Version:
The Simplest AngularJS Google Maps V3 Directive
19 lines (17 loc) • 444 B
HTML
<html ng-app="ngMap">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="script-tags-for-development.js"></script>
</head>
<body>
Control options
<ng-map center="-33, 151" zoom="4"
pan-control="true"
map-type-control="true"
map-type-control-options="{style:'DROPDOWN_MENU'}"
zoom-control="true"
zoom-control-options="{style:'SMALL'}">
</ng-map>
</body>
</html>