MapController.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: directive: MapController</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">directive: MapController</h1>
  17. <section>
  18. <header>
  19. <h2>
  20. MapController
  21. </h2>
  22. </header>
  23. <article>
  24. <div class="container-overview">
  25. <dt>
  26. <a href="map_controller.js.html#line1" class="name-link"><h4 class="name" id="MapController"><span class="type-signature"></span>MapController<span class="signature">()</span><span class="type-signature"></span></h4></a>
  27. </dt>
  28. <dd>
  29. <dl class="details">
  30. <h5 class="subsection-title">Properties:</h5>
  31. <dl>
  32. <table class="props">
  33. <thead>
  34. <tr>
  35. <th>Name</th>
  36. <th>Type</th>
  37. <th class="last">Description</th>
  38. </tr>
  39. </thead>
  40. <tbody>
  41. <tr>
  42. <td class="name"><code>controls</code></td>
  43. <td class="type">
  44. <span class="param-type">Hash</span>
  45. </td>
  46. <td class="description last"><p>collection of Controls initiated within <code>map</code> directive</p></td>
  47. </tr>
  48. <tr>
  49. <td class="name"><code>markersi</code></td>
  50. <td class="type">
  51. <span class="param-type">Hash</span>
  52. </td>
  53. <td class="description last"><p>collection of Markers initiated within <code>map</code> directive</p></td>
  54. </tr>
  55. <tr>
  56. <td class="name"><code>shapes</code></td>
  57. <td class="type">
  58. <span class="param-type">Hash</span>
  59. </td>
  60. <td class="description last"><p>collection of shapes initiated within <code>map</code> directive</p></td>
  61. </tr>
  62. <tr>
  63. <td class="name"><code>markerClusterer</code></td>
  64. <td class="type">
  65. <span class="param-type">MarkerClusterer</span>
  66. </td>
  67. <td class="description last"><p>MarkerClusterer initiated within <code>map</code> directive</p></td>
  68. </tr>
  69. </tbody>
  70. </table></dl>
  71. <dt class="tag-source">Source:</dt>
  72. <dd class="tag-source"><ul class="dummy"><li>
  73. <a href="map_controller.js.html">directives/map_controller.js</a>, <a href="map_controller.js.html#line1">line 1</a>
  74. </li></ul></dd>
  75. </dl>
  76. <h5>Requires:</h5>
  77. <ul>
  78. <li>module:$scope</li>
  79. </ul>
  80. </dd>
  81. </div>
  82. <h3 class="subsection-title">Requires</h3>
  83. <ul>
  84. <li>module:$scope</li>
  85. </ul>
  86. <h3 class="subsection-title">Members</h3>
  87. <dl>
  88. <dt>
  89. <h4 class="name" id="addMarker"><span class="type-signature">(static) </span>addMarker<span class="type-signature"></span></h4>
  90. </dt>
  91. <dd>
  92. <div class="description">
  93. <p>Add a marker to map and $scope.markers</p>
  94. </div>
  95. <dl class="details">
  96. <dt class="tag-source">Source:</dt>
  97. <dd class="tag-source"><ul class="dummy"><li>
  98. <a href="map_controller.js.html">directives/map_controller.js</a>, <a href="map_controller.js.html#line16">line 16</a>
  99. </li></ul></dd>
  100. </dl>
  101. </dd>
  102. <dt>
  103. <h4 class="name" id="addShape"><span class="type-signature">(static) </span>addShape<span class="type-signature"></span></h4>
  104. </dt>
  105. <dd>
  106. <div class="description">
  107. <p>Add a shape to map and $scope.shapes</p>
  108. </div>
  109. <dl class="details">
  110. <dt class="tag-source">Source:</dt>
  111. <dd class="tag-source"><ul class="dummy"><li>
  112. <a href="map_controller.js.html">directives/map_controller.js</a>, <a href="map_controller.js.html#line72">line 72</a>
  113. </li></ul></dd>
  114. </dl>
  115. </dd>
  116. <dt>
  117. <h4 class="name" id="addShape"><span class="type-signature">(static) </span>addShape<span class="type-signature"></span></h4>
  118. </dt>
  119. <dd>
  120. <div class="description">
  121. <p>Add a shape to map and $scope.shapes</p>
  122. </div>
  123. <dl class="details">
  124. <dt class="tag-source">Source:</dt>
  125. <dd class="tag-source"><ul class="dummy"><li>
  126. <a href="map_controller.js.html">directives/map_controller.js</a>, <a href="map_controller.js.html#line41">line 41</a>
  127. </li></ul></dd>
  128. </dl>
  129. </dd>
  130. </dl>
  131. </article>
  132. </section>
  133. </div>
  134. <nav>
  135. <h2><a href="index.html">Index</a></h2><h3>service</h3><ul><li><a href="Attr2Options.html">Attr2Options</a></li><li><a href="GeoCoder.html">GeoCoder</a></li><li><a href="NavigatorGeolocation.html">NavigatorGeolocation</a></li><li><a href="StreetView.html">StreetView</a></li></ul><h3>directive</h3><ul><li><a href="bicycling-layer.html">bicycling-layer</a></li><li><a href="cloud-layer.html">cloud-layer</a></li><li><a href="custom-control.html">custom-control</a></li><li><a href="drawing-manager.html">drawing-manager</a></li><li><a href="dynamic-maps-engine-layer.html">dynamic-maps-engine-layer</a></li><li><a href="fusion-tables-layer.html">fusion-tables-layer</a></li><li><a href="heatmap-layer.html">heatmap-layer</a></li><li><a href="info-window.html">info-window</a></li><li><a href="kml-layer.html">kml-layer</a></li><li><a href="lazy-load.html">lazy-load</a></li><li><a href="map.html">map</a></li><li><a href="map-data.html">map-data</a></li><li><a href="map-type.html">map-type</a></li><li><a href="MapController.html">MapController</a></li><li><a href="maps-engine-layer.html">maps-engine-layer</a></li><li><a href="marker.html">marker</a></li><li><a href="overlay-map-type.html">overlay-map-type</a></li><li><a href="shape.html">shape</a></li><li><a href="traffic-layer.html">traffic-layer</a></li><li><a href="transit-layer.html">transit-layer</a></li><li><a href="weather-layer.html">weather-layer</a></li></ul>
  136. </nav>
  137. <br clear="both">
  138. <footer>
  139. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
  140. and <a href="https://github.com/allenhwkim/angular-jsdoc">angular-jsdoc</a>
  141. </footer>
  142. <script> prettyPrint(); </script>
  143. <script src="scripts/linenumber.js"> </script>
  144. <script>
  145. var href=window.location.href.match(/\/([^\/]+$)/)[1];
  146. document.querySelector("nav a[href='"+href+"']").scrollIntoView(true);
  147. if (window.location.hash == "")
  148. document.querySelector("body").scrollIntoView(true);
  149. </script>
  150. </body>
  151. </html>