0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
plugins
/
wp-google-maps
/
docs
/
[
Home
]
File: module-Circle.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Module: Circle</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Module: Circle</h1> <section> <header> </header> <article> <div class="container-overview"> </div> <h3 class="subsection-title">Requires</h3> <ul> <li>module:WPGMZA.MapObject</li> </ul> <h3 class="subsection-title">Classes</h3> <dl> <dt><a href="module-Circle-Circle.html">Circle</a></dt> <dd>Represents a generic circle. <b>Please do not instantiate this object directly, use createInstance</b></dd> <dt><a href="module-Circle-Circle.html">Circle</a></dt> <dd>Represents a generic circle. <b>Please do not instantiate this object directly, use createInstance</b></dd> </dl> <h3 class="subsection-title">Methods</h3> <h4 class="name" id="~createInstance"><span class="type-signature">(inner) </span>createInstance<span class="signature">(options)</span><span class="type-signature"></span></h4> <p class="summary">Creates an instance of a circle, <b>please always use this function rather than calling the constructor directly</b></p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>options</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Options for the object (optional)</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line30">line 30</a> </li></ul></dd> </dl> <h4 class="name" id="~createInstance"><span class="type-signature">(inner) </span>createInstance<span class="signature">(options)</span><span class="type-signature"></span></h4> <p class="summary">Creates an instance of a circle, <b>please always use this function rather than calling the constructor directly</b></p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>options</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Options for the object (optional)</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1128">line 1128</a> </li></ul></dd> </dl> <h4 class="name" id="~getCenter"><span class="type-signature">(inner) </span>getCenter<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1145">line 1145</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~getCenter"><span class="type-signature">(inner) </span>getCenter<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line47">line 47</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~getMap"><span class="type-signature">(inner) </span>getMap<span class="signature">()</span><span class="type-signature"> → {WPGMZA.Map}</span></h4> <p class="summary">Returns the map that this circle is being displayed on</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line87">line 87</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.Map</span> </dd> </dl> <h4 class="name" id="~getMap"><span class="type-signature">(inner) </span>getMap<span class="signature">()</span><span class="type-signature"> → {WPGMZA.Map}</span></h4> <p class="summary">Returns the map that this circle is being displayed on</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1185">line 1185</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.Map</span> </dd> </dl> <h4 class="name" id="~getRadius"><span class="type-signature">(inner) </span>getRadius<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <p class="summary">Returns the circles radius in kilometers</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1165">line 1165</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~getRadius"><span class="type-signature">(inner) </span>getRadius<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <p class="summary">Returns the circles radius in kilometers</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line67">line 67</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~setCenter"><span class="type-signature">(inner) </span>setCenter<span class="signature">(latLng)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>latLng</code></td> <td class="type"> <span class="param-type">object</span> | <span class="param-type">WPGMZA.LatLng</span> </td> <td class="description last">either a literal or as a WPGMZA.LatLng</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1154">line 1154</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setCenter"><span class="type-signature">(inner) </span>setCenter<span class="signature">(latLng)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>latLng</code></td> <td class="type"> <span class="param-type">object</span> | <span class="param-type">WPGMZA.LatLng</span> </td> <td class="description last">either a literal or as a WPGMZA.LatLng</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line56">line 56</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setMap"><span class="type-signature">(inner) </span>setMap<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <p class="summary">Puts this circle on a map</p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">WPGMZA.Map</span> </td> <td class="description last">target map</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line97">line 97</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setMap"><span class="type-signature">(inner) </span>setMap<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <p class="summary">Puts this circle on a map</p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">WPGMZA.Map</span> </td> <td class="description last">target map</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1195">line 1195</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setRadius"><span class="type-signature">(inner) </span>setRadius<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last">radius</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line77">line 77</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setRadius"><span class="type-signature">(inner) </span>setRadius<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last">radius</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1175">line 1175</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> </article> </section> <section> <header> </header> <article> <div class="container-overview"> </div> <h3 class="subsection-title">Requires</h3> <ul> <li>module:WPGMZA.MapObject</li> </ul> <h3 class="subsection-title">Classes</h3> <dl> <dt><a href="module-Circle-Circle.html">Circle</a></dt> <dd>Represents a generic circle. <b>Please do not instantiate this object directly, use createInstance</b></dd> <dt><a href="module-Circle-Circle.html">Circle</a></dt> <dd>Represents a generic circle. <b>Please do not instantiate this object directly, use createInstance</b></dd> </dl> <h3 class="subsection-title">Methods</h3> <h4 class="name" id="~createInstance"><span class="type-signature">(inner) </span>createInstance<span class="signature">(options)</span><span class="type-signature"></span></h4> <p class="summary">Creates an instance of a circle, <b>please always use this function rather than calling the constructor directly</b></p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>options</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Options for the object (optional)</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line30">line 30</a> </li></ul></dd> </dl> <h4 class="name" id="~createInstance"><span class="type-signature">(inner) </span>createInstance<span class="signature">(options)</span><span class="type-signature"></span></h4> <p class="summary">Creates an instance of a circle, <b>please always use this function rather than calling the constructor directly</b></p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>options</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="description last">Options for the object (optional)</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1128">line 1128</a> </li></ul></dd> </dl> <h4 class="name" id="~getCenter"><span class="type-signature">(inner) </span>getCenter<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1145">line 1145</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~getCenter"><span class="type-signature">(inner) </span>getCenter<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line47">line 47</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~getMap"><span class="type-signature">(inner) </span>getMap<span class="signature">()</span><span class="type-signature"> → {WPGMZA.Map}</span></h4> <p class="summary">Returns the map that this circle is being displayed on</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line87">line 87</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.Map</span> </dd> </dl> <h4 class="name" id="~getMap"><span class="type-signature">(inner) </span>getMap<span class="signature">()</span><span class="type-signature"> → {WPGMZA.Map}</span></h4> <p class="summary">Returns the map that this circle is being displayed on</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1185">line 1185</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.Map</span> </dd> </dl> <h4 class="name" id="~getRadius"><span class="type-signature">(inner) </span>getRadius<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <p class="summary">Returns the circles radius in kilometers</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1165">line 1165</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~getRadius"><span class="type-signature">(inner) </span>getRadius<span class="signature">()</span><span class="type-signature"> → {WPGMZA.LatLng}</span></h4> <p class="summary">Returns the circles radius in kilometers</p> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line67">line 67</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">WPGMZA.LatLng</span> </dd> </dl> <h4 class="name" id="~setCenter"><span class="type-signature">(inner) </span>setCenter<span class="signature">(latLng)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>latLng</code></td> <td class="type"> <span class="param-type">object</span> | <span class="param-type">WPGMZA.LatLng</span> </td> <td class="description last">either a literal or as a WPGMZA.LatLng</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1154">line 1154</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setCenter"><span class="type-signature">(inner) </span>setCenter<span class="signature">(latLng)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>latLng</code></td> <td class="type"> <span class="param-type">object</span> | <span class="param-type">WPGMZA.LatLng</span> </td> <td class="description last">either a literal or as a WPGMZA.LatLng</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line56">line 56</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setMap"><span class="type-signature">(inner) </span>setMap<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <p class="summary">Puts this circle on a map</p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">WPGMZA.Map</span> </td> <td class="description last">target map</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line97">line 97</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setMap"><span class="type-signature">(inner) </span>setMap<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <p class="summary">Puts this circle on a map</p> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">WPGMZA.Map</span> </td> <td class="description last">target map</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1195">line 1195</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setRadius"><span class="type-signature">(inner) </span>setRadius<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last">radius</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="circle.js.html">circle.js</a>, <a href="circle.js.html#line77">line 77</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> <h4 class="name" id="~setRadius"><span class="type-signature">(inner) </span>setRadius<span class="signature">(The)</span><span class="type-signature"> → {void}</span></h4> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>The</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last">radius</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="wp-google-maps.combined.js.html">wp-google-maps.combined.js</a>, <a href="wp-google-maps.combined.js.html#line1175">line 1175</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type">void</span> </dd> </dl> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul> </nav> <br class="clear"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>