WP Google Maps - Version 7.11.20

Version Description

:- 2019-04-09 :- Low priority = * Added Mexican Spanish (es_MX) translations * Added revert back to DB pull when XML folder not present * Updated PO files from sources * Fixed rectangles not working when using v6 of Pro

Download this release

Release Info

Developer perryrylance
Plugin Icon 128x128 WP Google Maps
Version 7.11.20
Comparing to
See all releases

Code changes from version 7.11.19 to 7.11.20

docs/js/WPGMZA.Circle.html CHANGED
@@ -1,2687 +1,2687 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Circle</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Circle</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Circle
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Circle</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Circle"><span class="type-signature"></span>new Circle()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for circles. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
- <dd class="tag-see">
152
- <ul>
153
- <li><a href="WPGMZA.Circle.html#.createInstance">WPGMZA.Circle.createInstance</a></li>
154
- </ul>
155
- </dd>
156
-
157
-
158
-
159
- </dl>
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- </dd>
176
-
177
-
178
- </div>
179
-
180
-
181
- <h3 class="subsection-title">Extends</h3>
182
-
183
-
184
-
185
-
186
- <ul>
187
- <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
188
- </ul>
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
- <h3 class="subsection-title">Methods</h3>
205
-
206
- <dl>
207
-
208
- <hr>
209
- <dt>
210
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance(options)</h4>
211
-
212
-
213
- </dt>
214
- <dd>
215
-
216
-
217
- <div class="description">
218
- Creates an instance of a circle, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
219
- </div>
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
- <h5>Parameters:</h5>
229
-
230
-
231
- <table class="params table table-striped">
232
- <thead>
233
- <tr>
234
-
235
- <th>Name</th>
236
-
237
-
238
- <th>Type</th>
239
-
240
-
241
-
242
-
243
-
244
- <th class="last">Description</th>
245
- </tr>
246
- </thead>
247
-
248
- <tbody>
249
-
250
-
251
- <tr>
252
-
253
- <td class="name"><code>options</code></td>
254
-
255
-
256
- <td class="type">
257
-
258
-
259
- <span class="param-type">object</span>
260
-
261
-
262
-
263
-
264
- </td>
265
-
266
-
267
-
268
-
269
-
270
- <td class="description last">Options for the object (optional)</td>
271
- </tr>
272
-
273
-
274
- </tbody>
275
- </table>
276
-
277
-
278
-
279
-
280
- <dl class="details">
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
- </dl>
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
- </dd>
333
-
334
-
335
-
336
- <hr>
337
- <dt>
338
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
339
-
340
-
341
- </dt>
342
- <dd>
343
-
344
-
345
- <div class="description">
346
- Handles the logic of triggering listeners
347
- </div>
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
- <dl class="details">
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
367
- <dd class="inherited-from">
368
- <ul class="dummy">
369
- <li>
370
- <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
371
- </li>
372
- </ul>
373
- </dd>
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
- </dl>
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
-
417
-
418
-
419
- </dd>
420
-
421
-
422
-
423
- <hr>
424
- <dt>
425
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
426
-
427
-
428
- </dt>
429
- <dd>
430
-
431
-
432
- <div class="description">
433
- Adds an event listener on this object
434
- </div>
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
- <h5>Parameters:</h5>
444
-
445
-
446
- <table class="params table table-striped">
447
- <thead>
448
- <tr>
449
-
450
- <th>Name</th>
451
-
452
-
453
- <th>Type</th>
454
-
455
-
456
- <th>Argument</th>
457
-
458
-
459
-
460
-
461
- <th class="last">Description</th>
462
- </tr>
463
- </thead>
464
-
465
- <tbody>
466
-
467
-
468
- <tr>
469
-
470
- <td class="name"><code>type</code></td>
471
-
472
-
473
- <td class="type">
474
-
475
-
476
- <span class="param-type">string</span>
477
-
478
-
479
-
480
-
481
- </td>
482
-
483
-
484
- <td class="attributes">
485
-
486
-
487
-
488
-
489
-
490
- </td>
491
-
492
-
493
-
494
-
495
- <td class="description last">The event type, or multiple types separated by spaces</td>
496
- </tr>
497
-
498
-
499
-
500
- <tr>
501
-
502
- <td class="name"><code>callback</code></td>
503
-
504
-
505
- <td class="type">
506
-
507
-
508
- <span class="param-type">function</span>
509
-
510
-
511
-
512
-
513
- </td>
514
-
515
-
516
- <td class="attributes">
517
-
518
-
519
-
520
-
521
-
522
- </td>
523
-
524
-
525
-
526
-
527
- <td class="description last">The callback to call when the event fires</td>
528
- </tr>
529
-
530
-
531
-
532
- <tr>
533
-
534
- <td class="name"><code>thisObject</code></td>
535
-
536
-
537
- <td class="type">
538
-
539
-
540
- <span class="param-type">object</span>
541
-
542
-
543
-
544
-
545
- </td>
546
-
547
-
548
- <td class="attributes">
549
-
550
- &lt;optional><br>
551
-
552
-
553
-
554
-
555
-
556
- </td>
557
-
558
-
559
-
560
-
561
- <td class="description last">The object to use as "this" when firing the callback</td>
562
- </tr>
563
-
564
-
565
-
566
- <tr>
567
-
568
- <td class="name"><code>useCapture</code></td>
569
-
570
-
571
- <td class="type">
572
-
573
-
574
- <span class="param-type">bool</span>
575
-
576
-
577
-
578
-
579
- </td>
580
-
581
-
582
- <td class="attributes">
583
-
584
- &lt;optional><br>
585
-
586
-
587
-
588
-
589
-
590
- </td>
591
-
592
-
593
-
594
-
595
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
596
- </tr>
597
-
598
-
599
- </tbody>
600
- </table>
601
-
602
-
603
-
604
-
605
- <dl class="details">
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
614
- <dd class="inherited-from">
615
- <ul class="dummy">
616
- <li>
617
- <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
618
- </li>
619
- </ul>
620
- </dd>
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
- </dl>
651
-
652
-
653
-
654
-
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
-
663
-
664
-
665
-
666
- </dd>
667
-
668
-
669
-
670
- <hr>
671
- <dt>
672
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
673
-
674
-
675
- </dt>
676
- <dd>
677
-
678
-
679
- <div class="description">
680
- Fires an event on this object
681
- </div>
682
-
683
-
684
-
685
-
686
-
687
-
688
-
689
-
690
- <h5>Parameters:</h5>
691
-
692
-
693
- <table class="params table table-striped">
694
- <thead>
695
- <tr>
696
-
697
- <th>Name</th>
698
-
699
-
700
- <th>Type</th>
701
-
702
-
703
-
704
-
705
-
706
- <th class="last">Description</th>
707
- </tr>
708
- </thead>
709
-
710
- <tbody>
711
-
712
-
713
- <tr>
714
-
715
- <td class="name"><code>event</code></td>
716
-
717
-
718
- <td class="type">
719
-
720
-
721
- <span class="param-type">string</span>
722
- |
723
-
724
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
725
-
726
-
727
-
728
-
729
- </td>
730
-
731
-
732
-
733
-
734
-
735
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
736
- </tr>
737
-
738
-
739
- </tbody>
740
- </table>
741
-
742
-
743
-
744
-
745
- <dl class="details">
746
-
747
-
748
-
749
-
750
-
751
-
752
-
753
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
754
- <dd class="inherited-from">
755
- <ul class="dummy">
756
- <li>
757
- <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
758
- </li>
759
- </ul>
760
- </dd>
761
-
762
-
763
-
764
-
765
-
766
-
767
-
768
-
769
-
770
-
771
-
772
-
773
-
774
-
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
-
788
-
789
-
790
- </dl>
791
-
792
-
793
-
794
-
795
-
796
-
797
-
798
-
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
- </dd>
807
-
808
-
809
-
810
- <hr>
811
- <dt>
812
- <h4 class="name" id="getCenter"><span class="type-signature"></span>getCenter()</h4>
813
-
814
-
815
- </dt>
816
- <dd>
817
-
818
-
819
- <div class="description">
820
- Gets the circles center
821
- </div>
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
-
830
-
831
-
832
- <dl class="details">
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
-
849
-
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
- </dl>
869
-
870
-
871
-
872
-
873
-
874
-
875
-
876
-
877
-
878
-
879
-
880
-
881
-
882
- <h5>Returns:</h5>
883
-
884
-
885
-
886
-
887
- <dl>
888
- <dt>
889
- Type
890
- </dt>
891
- <dd>
892
-
893
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
894
-
895
-
896
-
897
- </dd>
898
- </dl>
899
-
900
-
901
-
902
-
903
-
904
- </dd>
905
-
906
-
907
-
908
- <hr>
909
- <dt>
910
- <h4 class="name" id="getMap"><span class="type-signature"></span>getMap()</h4>
911
-
912
-
913
- </dt>
914
- <dd>
915
-
916
-
917
- <div class="description">
918
- Returns the map that this circle is being displayed on
919
- </div>
920
-
921
-
922
-
923
-
924
-
925
-
926
-
927
-
928
-
929
-
930
- <dl class="details">
931
-
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
-
956
-
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
-
965
-
966
- </dl>
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
- <h5>Returns:</h5>
981
-
982
-
983
-
984
-
985
- <dl>
986
- <dt>
987
- Type
988
- </dt>
989
- <dd>
990
-
991
- <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
992
-
993
-
994
-
995
- </dd>
996
- </dl>
997
-
998
-
999
-
1000
-
1001
-
1002
- </dd>
1003
-
1004
-
1005
-
1006
- <hr>
1007
- <dt>
1008
- <h4 class="name" id="getRadius"><span class="type-signature"></span>getRadius(latLng)</h4>
1009
-
1010
-
1011
- </dt>
1012
- <dd>
1013
-
1014
-
1015
- <div class="description">
1016
- Gets the circles radius, in kilometers
1017
- </div>
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
- <h5>Parameters:</h5>
1027
-
1028
-
1029
- <table class="params table table-striped">
1030
- <thead>
1031
- <tr>
1032
-
1033
- <th>Name</th>
1034
-
1035
-
1036
- <th>Type</th>
1037
-
1038
-
1039
-
1040
-
1041
-
1042
- <th class="last">Description</th>
1043
- </tr>
1044
- </thead>
1045
-
1046
- <tbody>
1047
-
1048
-
1049
- <tr>
1050
-
1051
- <td class="name"><code>latLng</code></td>
1052
-
1053
-
1054
- <td class="type">
1055
-
1056
-
1057
- <span class="param-type">object</span>
1058
- |
1059
-
1060
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1061
-
1062
-
1063
-
1064
-
1065
- </td>
1066
-
1067
-
1068
-
1069
-
1070
-
1071
- <td class="description last">either a literal or as a WPGMZA.LatLng</td>
1072
- </tr>
1073
-
1074
-
1075
- </tbody>
1076
- </table>
1077
-
1078
-
1079
-
1080
-
1081
- <dl class="details">
1082
-
1083
-
1084
-
1085
-
1086
-
1087
-
1088
-
1089
-
1090
-
1091
-
1092
-
1093
-
1094
-
1095
-
1096
-
1097
-
1098
-
1099
-
1100
-
1101
-
1102
-
1103
-
1104
-
1105
-
1106
-
1107
-
1108
-
1109
-
1110
-
1111
-
1112
-
1113
-
1114
-
1115
-
1116
-
1117
- </dl>
1118
-
1119
-
1120
-
1121
-
1122
-
1123
-
1124
-
1125
-
1126
-
1127
-
1128
-
1129
-
1130
-
1131
- <h5>Returns:</h5>
1132
-
1133
-
1134
-
1135
-
1136
- <dl>
1137
- <dt>
1138
- Type
1139
- </dt>
1140
- <dd>
1141
-
1142
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1143
-
1144
-
1145
-
1146
- </dd>
1147
- </dl>
1148
-
1149
-
1150
-
1151
-
1152
-
1153
- </dd>
1154
-
1155
-
1156
-
1157
- <hr>
1158
- <dt>
1159
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1160
-
1161
-
1162
- </dt>
1163
- <dd>
1164
-
1165
-
1166
- <div class="description">
1167
- Test for listeners of type on this object
1168
- </div>
1169
-
1170
-
1171
-
1172
-
1173
-
1174
-
1175
-
1176
-
1177
- <h5>Parameters:</h5>
1178
-
1179
-
1180
- <table class="params table table-striped">
1181
- <thead>
1182
- <tr>
1183
-
1184
- <th>Name</th>
1185
-
1186
-
1187
- <th>Type</th>
1188
-
1189
-
1190
-
1191
-
1192
-
1193
- <th class="last">Description</th>
1194
- </tr>
1195
- </thead>
1196
-
1197
- <tbody>
1198
-
1199
-
1200
- <tr>
1201
-
1202
- <td class="name"><code>type</code></td>
1203
-
1204
-
1205
- <td class="type">
1206
-
1207
-
1208
- <span class="param-type">string</span>
1209
-
1210
-
1211
-
1212
-
1213
- </td>
1214
-
1215
-
1216
-
1217
-
1218
-
1219
- <td class="description last">The event type to test for</td>
1220
- </tr>
1221
-
1222
-
1223
- </tbody>
1224
- </table>
1225
-
1226
-
1227
-
1228
-
1229
- <dl class="details">
1230
-
1231
-
1232
-
1233
-
1234
-
1235
-
1236
-
1237
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1238
- <dd class="inherited-from">
1239
- <ul class="dummy">
1240
- <li>
1241
- <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1242
- </li>
1243
- </ul>
1244
- </dd>
1245
-
1246
-
1247
-
1248
-
1249
-
1250
-
1251
-
1252
-
1253
-
1254
-
1255
-
1256
-
1257
-
1258
-
1259
-
1260
-
1261
-
1262
-
1263
-
1264
-
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
- </dl>
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
- <h5>Returns:</h5>
1289
-
1290
-
1291
- <div class="param-desc">
1292
- True if this object has listeners bound for the specified type
1293
- </div>
1294
-
1295
-
1296
-
1297
- <dl>
1298
- <dt>
1299
- Type
1300
- </dt>
1301
- <dd>
1302
-
1303
- <span class="param-type">bool</span>
1304
-
1305
-
1306
-
1307
- </dd>
1308
- </dl>
1309
-
1310
-
1311
-
1312
-
1313
-
1314
- </dd>
1315
-
1316
-
1317
-
1318
- <hr>
1319
- <dt>
1320
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1321
-
1322
-
1323
- </dt>
1324
- <dd>
1325
-
1326
-
1327
- <div class="description">
1328
- Alias for removeEventListener
1329
- </div>
1330
-
1331
-
1332
-
1333
-
1334
-
1335
-
1336
-
1337
-
1338
-
1339
-
1340
- <dl class="details">
1341
-
1342
-
1343
-
1344
-
1345
-
1346
-
1347
-
1348
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1349
- <dd class="inherited-from">
1350
- <ul class="dummy">
1351
- <li>
1352
- <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1353
- </li>
1354
- </ul>
1355
- </dd>
1356
-
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1384
- <dd class="tag-see">
1385
- <ul>
1386
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1387
- </ul>
1388
- </dd>
1389
-
1390
-
1391
-
1392
- </dl>
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
-
1408
- </dd>
1409
-
1410
-
1411
-
1412
- <hr>
1413
- <dt>
1414
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1415
-
1416
-
1417
- </dt>
1418
- <dd>
1419
-
1420
-
1421
- <div class="description">
1422
- Alias for addEventListener
1423
- </div>
1424
-
1425
-
1426
-
1427
-
1428
-
1429
-
1430
-
1431
-
1432
-
1433
-
1434
- <dl class="details">
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1443
- <dd class="inherited-from">
1444
- <ul class="dummy">
1445
- <li>
1446
- <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1447
- </li>
1448
- </ul>
1449
- </dd>
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
-
1464
-
1465
-
1466
-
1467
-
1468
-
1469
-
1470
-
1471
-
1472
-
1473
-
1474
-
1475
-
1476
-
1477
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1478
- <dd class="tag-see">
1479
- <ul>
1480
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1481
- </ul>
1482
- </dd>
1483
-
1484
-
1485
-
1486
- </dl>
1487
-
1488
-
1489
-
1490
-
1491
-
1492
-
1493
-
1494
-
1495
-
1496
-
1497
-
1498
-
1499
-
1500
-
1501
-
1502
- </dd>
1503
-
1504
-
1505
-
1506
- <hr>
1507
- <dt>
1508
- <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1509
-
1510
-
1511
- </dt>
1512
- <dd>
1513
-
1514
-
1515
- <div class="description">
1516
- Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1517
- </div>
1518
-
1519
-
1520
-
1521
-
1522
-
1523
-
1524
-
1525
-
1526
- <h5>Parameters:</h5>
1527
-
1528
-
1529
- <table class="params table table-striped">
1530
- <thead>
1531
- <tr>
1532
-
1533
- <th>Name</th>
1534
-
1535
-
1536
- <th>Type</th>
1537
-
1538
-
1539
-
1540
-
1541
-
1542
- <th class="last">Description</th>
1543
- </tr>
1544
- </thead>
1545
-
1546
- <tbody>
1547
-
1548
-
1549
- <tr>
1550
-
1551
- <td class="name"><code>string</code></td>
1552
-
1553
-
1554
- <td class="type">
1555
-
1556
-
1557
- <span class="param-type">string</span>
1558
-
1559
-
1560
-
1561
-
1562
- </td>
1563
-
1564
-
1565
-
1566
-
1567
-
1568
- <td class="description last">The string to parse numbers from</td>
1569
- </tr>
1570
-
1571
-
1572
- </tbody>
1573
- </table>
1574
-
1575
-
1576
-
1577
-
1578
- <dl class="details">
1579
-
1580
-
1581
-
1582
-
1583
-
1584
-
1585
-
1586
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1587
- <dd class="inherited-from">
1588
- <ul class="dummy">
1589
- <li>
1590
- <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1591
- </li>
1592
- </ul>
1593
- </dd>
1594
-
1595
-
1596
-
1597
-
1598
-
1599
-
1600
-
1601
-
1602
-
1603
-
1604
-
1605
-
1606
-
1607
-
1608
-
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
-
1616
-
1617
-
1618
-
1619
-
1620
-
1621
-
1622
-
1623
- </dl>
1624
-
1625
-
1626
-
1627
-
1628
-
1629
-
1630
-
1631
-
1632
-
1633
-
1634
-
1635
-
1636
-
1637
- <h5>Returns:</h5>
1638
-
1639
-
1640
- <div class="param-desc">
1641
- An array of LatLng literals parsed from the string
1642
- </div>
1643
-
1644
-
1645
-
1646
- <dl>
1647
- <dt>
1648
- Type
1649
- </dt>
1650
- <dd>
1651
-
1652
- <span class="param-type">array</span>
1653
-
1654
-
1655
-
1656
- </dd>
1657
- </dl>
1658
-
1659
-
1660
-
1661
-
1662
-
1663
- </dd>
1664
-
1665
-
1666
-
1667
- <hr>
1668
- <dt>
1669
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1670
-
1671
-
1672
- </dt>
1673
- <dd>
1674
-
1675
-
1676
- <div class="description">
1677
- Removes event listeners from this object
1678
- </div>
1679
-
1680
-
1681
-
1682
-
1683
-
1684
-
1685
-
1686
-
1687
- <h5>Parameters:</h5>
1688
-
1689
-
1690
- <table class="params table table-striped">
1691
- <thead>
1692
- <tr>
1693
-
1694
- <th>Name</th>
1695
-
1696
-
1697
- <th>Type</th>
1698
-
1699
-
1700
- <th>Argument</th>
1701
-
1702
-
1703
-
1704
-
1705
- <th class="last">Description</th>
1706
- </tr>
1707
- </thead>
1708
-
1709
- <tbody>
1710
-
1711
-
1712
- <tr>
1713
-
1714
- <td class="name"><code>type</code></td>
1715
-
1716
-
1717
- <td class="type">
1718
-
1719
-
1720
- <span class="param-type">string</span>
1721
-
1722
-
1723
-
1724
-
1725
- </td>
1726
-
1727
-
1728
- <td class="attributes">
1729
-
1730
-
1731
-
1732
-
1733
-
1734
- </td>
1735
-
1736
-
1737
-
1738
-
1739
- <td class="description last">The event type to remove listeners from</td>
1740
- </tr>
1741
-
1742
-
1743
-
1744
- <tr>
1745
-
1746
- <td class="name"><code>listener</code></td>
1747
-
1748
-
1749
- <td class="type">
1750
-
1751
-
1752
- <span class="param-type">function</span>
1753
-
1754
-
1755
-
1756
-
1757
- </td>
1758
-
1759
-
1760
- <td class="attributes">
1761
-
1762
- &lt;optional><br>
1763
-
1764
-
1765
-
1766
-
1767
-
1768
- </td>
1769
-
1770
-
1771
-
1772
-
1773
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1774
- </tr>
1775
-
1776
-
1777
-
1778
- <tr>
1779
-
1780
- <td class="name"><code>thisObject</code></td>
1781
-
1782
-
1783
- <td class="type">
1784
-
1785
-
1786
- <span class="param-type">object</span>
1787
-
1788
-
1789
-
1790
-
1791
- </td>
1792
-
1793
-
1794
- <td class="attributes">
1795
-
1796
- &lt;optional><br>
1797
-
1798
-
1799
-
1800
-
1801
-
1802
- </td>
1803
-
1804
-
1805
-
1806
-
1807
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1808
- </tr>
1809
-
1810
-
1811
-
1812
- <tr>
1813
-
1814
- <td class="name"><code>useCapture</code></td>
1815
-
1816
-
1817
- <td class="type">
1818
-
1819
-
1820
- <span class="param-type">bool</span>
1821
-
1822
-
1823
-
1824
-
1825
- </td>
1826
-
1827
-
1828
- <td class="attributes">
1829
-
1830
- &lt;optional><br>
1831
-
1832
-
1833
-
1834
-
1835
-
1836
- </td>
1837
-
1838
-
1839
-
1840
-
1841
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1842
- </tr>
1843
-
1844
-
1845
- </tbody>
1846
- </table>
1847
-
1848
-
1849
-
1850
-
1851
- <dl class="details">
1852
-
1853
-
1854
-
1855
-
1856
-
1857
-
1858
-
1859
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1860
- <dd class="inherited-from">
1861
- <ul class="dummy">
1862
- <li>
1863
- <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1864
- </li>
1865
- </ul>
1866
- </dd>
1867
-
1868
-
1869
-
1870
-
1871
-
1872
-
1873
-
1874
-
1875
-
1876
-
1877
-
1878
-
1879
-
1880
-
1881
-
1882
-
1883
-
1884
-
1885
-
1886
-
1887
-
1888
-
1889
-
1890
-
1891
-
1892
-
1893
-
1894
-
1895
-
1896
- </dl>
1897
-
1898
-
1899
-
1900
-
1901
-
1902
-
1903
-
1904
-
1905
-
1906
-
1907
-
1908
-
1909
-
1910
-
1911
-
1912
- </dd>
1913
-
1914
-
1915
-
1916
- <hr>
1917
- <dt>
1918
- <h4 class="name" id="setCenter"><span class="type-signature"></span>setCenter(latLng)</h4>
1919
-
1920
-
1921
- </dt>
1922
- <dd>
1923
-
1924
-
1925
- <div class="description">
1926
- Sets the circles center
1927
- </div>
1928
-
1929
-
1930
-
1931
-
1932
-
1933
-
1934
-
1935
-
1936
- <h5>Parameters:</h5>
1937
-
1938
-
1939
- <table class="params table table-striped">
1940
- <thead>
1941
- <tr>
1942
-
1943
- <th>Name</th>
1944
-
1945
-
1946
- <th>Type</th>
1947
-
1948
-
1949
-
1950
-
1951
-
1952
- <th class="last">Description</th>
1953
- </tr>
1954
- </thead>
1955
-
1956
- <tbody>
1957
-
1958
-
1959
- <tr>
1960
-
1961
- <td class="name"><code>latLng</code></td>
1962
-
1963
-
1964
- <td class="type">
1965
-
1966
-
1967
- <span class="param-type">object</span>
1968
- |
1969
-
1970
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1971
-
1972
-
1973
-
1974
-
1975
- </td>
1976
-
1977
-
1978
-
1979
-
1980
-
1981
- <td class="description last">either a literal or as a WPGMZA.LatLng</td>
1982
- </tr>
1983
-
1984
-
1985
- </tbody>
1986
- </table>
1987
-
1988
-
1989
-
1990
-
1991
- <dl class="details">
1992
-
1993
-
1994
-
1995
-
1996
-
1997
-
1998
-
1999
-
2000
-
2001
-
2002
-
2003
-
2004
-
2005
-
2006
-
2007
-
2008
-
2009
-
2010
-
2011
-
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
- </dl>
2028
-
2029
-
2030
-
2031
-
2032
-
2033
-
2034
-
2035
-
2036
-
2037
-
2038
-
2039
-
2040
-
2041
-
2042
-
2043
- </dd>
2044
-
2045
-
2046
-
2047
- <hr>
2048
- <dt>
2049
- <h4 class="name" id="setMap"><span class="type-signature"></span>setMap(map)</h4>
2050
-
2051
-
2052
- </dt>
2053
- <dd>
2054
-
2055
-
2056
- <div class="description">
2057
- Puts this circle on a map
2058
- </div>
2059
-
2060
-
2061
-
2062
-
2063
-
2064
-
2065
-
2066
-
2067
- <h5>Parameters:</h5>
2068
-
2069
-
2070
- <table class="params table table-striped">
2071
- <thead>
2072
- <tr>
2073
-
2074
- <th>Name</th>
2075
-
2076
-
2077
- <th>Type</th>
2078
-
2079
-
2080
-
2081
-
2082
-
2083
- <th class="last">Description</th>
2084
- </tr>
2085
- </thead>
2086
-
2087
- <tbody>
2088
-
2089
-
2090
- <tr>
2091
-
2092
- <td class="name"><code>map</code></td>
2093
-
2094
-
2095
- <td class="type">
2096
-
2097
-
2098
- <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
2099
-
2100
-
2101
-
2102
-
2103
- </td>
2104
-
2105
-
2106
-
2107
-
2108
-
2109
- <td class="description last">The target map</td>
2110
- </tr>
2111
-
2112
-
2113
- </tbody>
2114
- </table>
2115
-
2116
-
2117
-
2118
-
2119
- <dl class="details">
2120
-
2121
-
2122
-
2123
-
2124
-
2125
-
2126
-
2127
-
2128
-
2129
-
2130
-
2131
-
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
-
2144
-
2145
-
2146
-
2147
-
2148
-
2149
-
2150
-
2151
-
2152
-
2153
-
2154
-
2155
- </dl>
2156
-
2157
-
2158
-
2159
-
2160
-
2161
-
2162
-
2163
-
2164
-
2165
-
2166
-
2167
-
2168
-
2169
- <h5>Returns:</h5>
2170
-
2171
-
2172
-
2173
-
2174
- <dl>
2175
- <dt>
2176
- Type
2177
- </dt>
2178
- <dd>
2179
-
2180
- <span class="param-type">void</span>
2181
-
2182
-
2183
-
2184
- </dd>
2185
- </dl>
2186
-
2187
-
2188
-
2189
-
2190
-
2191
- </dd>
2192
-
2193
-
2194
-
2195
- <hr>
2196
- <dt>
2197
- <h4 class="name" id="setRadius"><span class="type-signature"></span>setRadius(radius)</h4>
2198
-
2199
-
2200
- </dt>
2201
- <dd>
2202
-
2203
-
2204
- <div class="description">
2205
- Sets the circles radius, in kilometers
2206
- </div>
2207
-
2208
-
2209
-
2210
-
2211
-
2212
-
2213
-
2214
-
2215
- <h5>Parameters:</h5>
2216
-
2217
-
2218
- <table class="params table table-striped">
2219
- <thead>
2220
- <tr>
2221
-
2222
- <th>Name</th>
2223
-
2224
-
2225
- <th>Type</th>
2226
-
2227
-
2228
-
2229
-
2230
-
2231
- <th class="last">Description</th>
2232
- </tr>
2233
- </thead>
2234
-
2235
- <tbody>
2236
-
2237
-
2238
- <tr>
2239
-
2240
- <td class="name"><code>radius</code></td>
2241
-
2242
-
2243
- <td class="type">
2244
-
2245
-
2246
- <span class="param-type">number</span>
2247
-
2248
-
2249
-
2250
-
2251
- </td>
2252
-
2253
-
2254
-
2255
-
2256
-
2257
- <td class="description last">The radius</td>
2258
- </tr>
2259
-
2260
-
2261
- </tbody>
2262
- </table>
2263
-
2264
-
2265
-
2266
-
2267
- <dl class="details">
2268
-
2269
-
2270
-
2271
-
2272
-
2273
-
2274
-
2275
-
2276
-
2277
-
2278
-
2279
-
2280
-
2281
-
2282
-
2283
-
2284
-
2285
-
2286
-
2287
-
2288
-
2289
-
2290
-
2291
-
2292
-
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
-
2300
-
2301
-
2302
-
2303
- </dl>
2304
-
2305
-
2306
-
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
- <h5>Returns:</h5>
2318
-
2319
-
2320
-
2321
-
2322
- <dl>
2323
- <dt>
2324
- Type
2325
- </dt>
2326
- <dd>
2327
-
2328
- <span class="param-type">void</span>
2329
-
2330
-
2331
-
2332
- </dd>
2333
- </dl>
2334
-
2335
-
2336
-
2337
-
2338
-
2339
- </dd>
2340
-
2341
-
2342
-
2343
- <hr>
2344
- <dt>
2345
- <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
2346
-
2347
-
2348
- </dt>
2349
- <dd>
2350
-
2351
-
2352
- <div class="description">
2353
- Returns a copy of this object as a JSON object for serializsation
2354
- </div>
2355
-
2356
-
2357
-
2358
-
2359
-
2360
-
2361
-
2362
-
2363
-
2364
-
2365
- <dl class="details">
2366
-
2367
-
2368
-
2369
-
2370
-
2371
-
2372
-
2373
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2374
- <dd class="inherited-from">
2375
- <ul class="dummy">
2376
- <li>
2377
- <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
2378
- </li>
2379
- </ul>
2380
- </dd>
2381
-
2382
-
2383
-
2384
-
2385
-
2386
-
2387
-
2388
-
2389
-
2390
-
2391
-
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
-
2403
-
2404
-
2405
-
2406
-
2407
-
2408
-
2409
-
2410
- </dl>
2411
-
2412
-
2413
-
2414
-
2415
-
2416
-
2417
-
2418
-
2419
-
2420
-
2421
-
2422
-
2423
-
2424
- <h5>Returns:</h5>
2425
-
2426
-
2427
- <div class="param-desc">
2428
- This object as represented by JSON
2429
- </div>
2430
-
2431
-
2432
-
2433
- <dl>
2434
- <dt>
2435
- Type
2436
- </dt>
2437
- <dd>
2438
-
2439
- <span class="param-type">object</span>
2440
-
2441
-
2442
-
2443
- </dd>
2444
- </dl>
2445
-
2446
-
2447
-
2448
-
2449
-
2450
- </dd>
2451
-
2452
-
2453
-
2454
- <hr>
2455
- <dt>
2456
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
2457
-
2458
-
2459
- </dt>
2460
- <dd>
2461
-
2462
-
2463
- <div class="description">
2464
- Alias for removeEventListener
2465
- </div>
2466
-
2467
-
2468
-
2469
-
2470
-
2471
-
2472
-
2473
-
2474
-
2475
-
2476
- <dl class="details">
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2485
- <dd class="inherited-from">
2486
- <ul class="dummy">
2487
- <li>
2488
- <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
2489
- </li>
2490
- </ul>
2491
- </dd>
2492
-
2493
-
2494
-
2495
-
2496
-
2497
-
2498
-
2499
-
2500
-
2501
-
2502
-
2503
-
2504
-
2505
-
2506
-
2507
-
2508
-
2509
-
2510
-
2511
-
2512
-
2513
-
2514
-
2515
-
2516
-
2517
-
2518
-
2519
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2520
- <dd class="tag-see">
2521
- <ul>
2522
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2523
- </ul>
2524
- </dd>
2525
-
2526
-
2527
-
2528
- </dl>
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
-
2537
-
2538
-
2539
-
2540
-
2541
-
2542
-
2543
-
2544
- </dd>
2545
-
2546
- </dl>
2547
-
2548
-
2549
-
2550
-
2551
-
2552
- </article>
2553
-
2554
- </section>
2555
-
2556
-
2557
-
2558
-
2559
- </div>
2560
- </div>
2561
-
2562
- <div class="clearfix"></div>
2563
-
2564
-
2565
- <div class="col-md-3">
2566
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2567
- </div>
2568
-
2569
-
2570
- </div>
2571
- </div>
2572
-
2573
-
2574
- <div class="modal fade" id="searchResults">
2575
- <div class="modal-dialog">
2576
- <div class="modal-content">
2577
- <div class="modal-header">
2578
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2579
- <h4 class="modal-title">Search results</h4>
2580
- </div>
2581
- <div class="modal-body"></div>
2582
- <div class="modal-footer">
2583
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2584
- </div>
2585
- </div><!-- /.modal-content -->
2586
- </div><!-- /.modal-dialog -->
2587
- </div>
2588
-
2589
-
2590
- <footer>
2591
-
2592
-
2593
- <span class="jsdoc-message">
2594
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2595
-
2596
- on 2019-01-18T10:34:57+00:00
2597
-
2598
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2599
- </span>
2600
- </footer>
2601
-
2602
- <script src="scripts/docstrap.lib.js"></script>
2603
- <script src="scripts/toc.js"></script>
2604
-
2605
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2606
-
2607
-
2608
- <script>
2609
- $( function () {
2610
- $( "[id*='$']" ).each( function () {
2611
- var $this = $( this );
2612
-
2613
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2614
- } );
2615
-
2616
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2617
- var $this = $( this );
2618
-
2619
- var example = $this.find( "code" );
2620
- exampleText = example.html();
2621
- var lang = /{@lang (.*?)}/.exec( exampleText );
2622
- if ( lang && lang[1] ) {
2623
- exampleText = exampleText.replace( lang[0], "" );
2624
- example.html( exampleText );
2625
- lang = lang[1];
2626
- } else {
2627
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2628
- lang = langClassMatch ? langClassMatch[1] : "javascript";
2629
- }
2630
-
2631
- if ( lang ) {
2632
-
2633
- $this
2634
- .addClass( "sunlight-highlight-" + lang )
2635
- .addClass( "linenums" )
2636
- .html( example.html() );
2637
-
2638
- }
2639
- } );
2640
-
2641
- Sunlight.highlightAll( {
2642
- lineNumbers : false,
2643
- showMenu : true,
2644
- enableDoclinks : true
2645
- } );
2646
-
2647
- $.catchAnchorLinks( {
2648
- navbarOffset: 10
2649
- } );
2650
- $( "#toc" ).toc( {
2651
- anchorName : function ( i, heading, prefix ) {
2652
- return $( heading ).attr( "id" ) || ( prefix + i );
2653
- },
2654
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2655
- showAndHide : false,
2656
- smoothScrolling: true
2657
- } );
2658
-
2659
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2660
- $( '.dropdown-toggle' ).dropdown();
2661
-
2662
- $( "table" ).each( function () {
2663
- var $this = $( this );
2664
- $this.addClass('table');
2665
- } );
2666
-
2667
- } );
2668
- </script>
2669
-
2670
-
2671
-
2672
- <!--Navigation and Symbol Display-->
2673
-
2674
-
2675
- <!--Google Analytics-->
2676
-
2677
-
2678
-
2679
- <script type="text/javascript">
2680
- $(document).ready(function() {
2681
- SearcherDisplay.init();
2682
- });
2683
- </script>
2684
-
2685
-
2686
- </body>
2687
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Circle</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Circle</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Circle
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Circle</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Circle"><span class="type-signature"></span>new Circle()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for circles. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
+ <dd class="tag-see">
152
+ <ul>
153
+ <li><a href="WPGMZA.Circle.html#.createInstance">WPGMZA.Circle.createInstance</a></li>
154
+ </ul>
155
+ </dd>
156
+
157
+
158
+
159
+ </dl>
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </dd>
176
+
177
+
178
+ </div>
179
+
180
+
181
+ <h3 class="subsection-title">Extends</h3>
182
+
183
+
184
+
185
+
186
+ <ul>
187
+ <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
188
+ </ul>
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ <h3 class="subsection-title">Methods</h3>
205
+
206
+ <dl>
207
+
208
+ <hr>
209
+ <dt>
210
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance(options)</h4>
211
+
212
+
213
+ </dt>
214
+ <dd>
215
+
216
+
217
+ <div class="description">
218
+ Creates an instance of a circle, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
219
+ </div>
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+ <h5>Parameters:</h5>
229
+
230
+
231
+ <table class="params table table-striped">
232
+ <thead>
233
+ <tr>
234
+
235
+ <th>Name</th>
236
+
237
+
238
+ <th>Type</th>
239
+
240
+
241
+
242
+
243
+
244
+ <th class="last">Description</th>
245
+ </tr>
246
+ </thead>
247
+
248
+ <tbody>
249
+
250
+
251
+ <tr>
252
+
253
+ <td class="name"><code>options</code></td>
254
+
255
+
256
+ <td class="type">
257
+
258
+
259
+ <span class="param-type">object</span>
260
+
261
+
262
+
263
+
264
+ </td>
265
+
266
+
267
+
268
+
269
+
270
+ <td class="description last">Options for the object (optional)</td>
271
+ </tr>
272
+
273
+
274
+ </tbody>
275
+ </table>
276
+
277
+
278
+
279
+
280
+ <dl class="details">
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+ </dl>
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+ </dd>
333
+
334
+
335
+
336
+ <hr>
337
+ <dt>
338
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
339
+
340
+
341
+ </dt>
342
+ <dd>
343
+
344
+
345
+ <div class="description">
346
+ Handles the logic of triggering listeners
347
+ </div>
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+ <dl class="details">
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
367
+ <dd class="inherited-from">
368
+ <ul class="dummy">
369
+ <li>
370
+ <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
371
+ </li>
372
+ </ul>
373
+ </dd>
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+ </dl>
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+ </dd>
420
+
421
+
422
+
423
+ <hr>
424
+ <dt>
425
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
426
+
427
+
428
+ </dt>
429
+ <dd>
430
+
431
+
432
+ <div class="description">
433
+ Adds an event listener on this object
434
+ </div>
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+ <h5>Parameters:</h5>
444
+
445
+
446
+ <table class="params table table-striped">
447
+ <thead>
448
+ <tr>
449
+
450
+ <th>Name</th>
451
+
452
+
453
+ <th>Type</th>
454
+
455
+
456
+ <th>Argument</th>
457
+
458
+
459
+
460
+
461
+ <th class="last">Description</th>
462
+ </tr>
463
+ </thead>
464
+
465
+ <tbody>
466
+
467
+
468
+ <tr>
469
+
470
+ <td class="name"><code>type</code></td>
471
+
472
+
473
+ <td class="type">
474
+
475
+
476
+ <span class="param-type">string</span>
477
+
478
+
479
+
480
+
481
+ </td>
482
+
483
+
484
+ <td class="attributes">
485
+
486
+
487
+
488
+
489
+
490
+ </td>
491
+
492
+
493
+
494
+
495
+ <td class="description last">The event type, or multiple types separated by spaces</td>
496
+ </tr>
497
+
498
+
499
+
500
+ <tr>
501
+
502
+ <td class="name"><code>callback</code></td>
503
+
504
+
505
+ <td class="type">
506
+
507
+
508
+ <span class="param-type">function</span>
509
+
510
+
511
+
512
+
513
+ </td>
514
+
515
+
516
+ <td class="attributes">
517
+
518
+
519
+
520
+
521
+
522
+ </td>
523
+
524
+
525
+
526
+
527
+ <td class="description last">The callback to call when the event fires</td>
528
+ </tr>
529
+
530
+
531
+
532
+ <tr>
533
+
534
+ <td class="name"><code>thisObject</code></td>
535
+
536
+
537
+ <td class="type">
538
+
539
+
540
+ <span class="param-type">object</span>
541
+
542
+
543
+
544
+
545
+ </td>
546
+
547
+
548
+ <td class="attributes">
549
+
550
+ &lt;optional><br>
551
+
552
+
553
+
554
+
555
+
556
+ </td>
557
+
558
+
559
+
560
+
561
+ <td class="description last">The object to use as "this" when firing the callback</td>
562
+ </tr>
563
+
564
+
565
+
566
+ <tr>
567
+
568
+ <td class="name"><code>useCapture</code></td>
569
+
570
+
571
+ <td class="type">
572
+
573
+
574
+ <span class="param-type">bool</span>
575
+
576
+
577
+
578
+
579
+ </td>
580
+
581
+
582
+ <td class="attributes">
583
+
584
+ &lt;optional><br>
585
+
586
+
587
+
588
+
589
+
590
+ </td>
591
+
592
+
593
+
594
+
595
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
596
+ </tr>
597
+
598
+
599
+ </tbody>
600
+ </table>
601
+
602
+
603
+
604
+
605
+ <dl class="details">
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
614
+ <dd class="inherited-from">
615
+ <ul class="dummy">
616
+ <li>
617
+ <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
618
+ </li>
619
+ </ul>
620
+ </dd>
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+ </dl>
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+ </dd>
667
+
668
+
669
+
670
+ <hr>
671
+ <dt>
672
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
673
+
674
+
675
+ </dt>
676
+ <dd>
677
+
678
+
679
+ <div class="description">
680
+ Fires an event on this object
681
+ </div>
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+ <h5>Parameters:</h5>
691
+
692
+
693
+ <table class="params table table-striped">
694
+ <thead>
695
+ <tr>
696
+
697
+ <th>Name</th>
698
+
699
+
700
+ <th>Type</th>
701
+
702
+
703
+
704
+
705
+
706
+ <th class="last">Description</th>
707
+ </tr>
708
+ </thead>
709
+
710
+ <tbody>
711
+
712
+
713
+ <tr>
714
+
715
+ <td class="name"><code>event</code></td>
716
+
717
+
718
+ <td class="type">
719
+
720
+
721
+ <span class="param-type">string</span>
722
+ |
723
+
724
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
725
+
726
+
727
+
728
+
729
+ </td>
730
+
731
+
732
+
733
+
734
+
735
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
736
+ </tr>
737
+
738
+
739
+ </tbody>
740
+ </table>
741
+
742
+
743
+
744
+
745
+ <dl class="details">
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
754
+ <dd class="inherited-from">
755
+ <ul class="dummy">
756
+ <li>
757
+ <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
758
+ </li>
759
+ </ul>
760
+ </dd>
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+ </dl>
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+ </dd>
807
+
808
+
809
+
810
+ <hr>
811
+ <dt>
812
+ <h4 class="name" id="getCenter"><span class="type-signature"></span>getCenter()</h4>
813
+
814
+
815
+ </dt>
816
+ <dd>
817
+
818
+
819
+ <div class="description">
820
+ Gets the circles center
821
+ </div>
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+ <dl class="details">
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+ </dl>
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+ <h5>Returns:</h5>
883
+
884
+
885
+
886
+
887
+ <dl>
888
+ <dt>
889
+ Type
890
+ </dt>
891
+ <dd>
892
+
893
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
894
+
895
+
896
+
897
+ </dd>
898
+ </dl>
899
+
900
+
901
+
902
+
903
+
904
+ </dd>
905
+
906
+
907
+
908
+ <hr>
909
+ <dt>
910
+ <h4 class="name" id="getMap"><span class="type-signature"></span>getMap()</h4>
911
+
912
+
913
+ </dt>
914
+ <dd>
915
+
916
+
917
+ <div class="description">
918
+ Returns the map that this circle is being displayed on
919
+ </div>
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+ <dl class="details">
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+ </dl>
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+ <h5>Returns:</h5>
981
+
982
+
983
+
984
+
985
+ <dl>
986
+ <dt>
987
+ Type
988
+ </dt>
989
+ <dd>
990
+
991
+ <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
992
+
993
+
994
+
995
+ </dd>
996
+ </dl>
997
+
998
+
999
+
1000
+
1001
+
1002
+ </dd>
1003
+
1004
+
1005
+
1006
+ <hr>
1007
+ <dt>
1008
+ <h4 class="name" id="getRadius"><span class="type-signature"></span>getRadius(latLng)</h4>
1009
+
1010
+
1011
+ </dt>
1012
+ <dd>
1013
+
1014
+
1015
+ <div class="description">
1016
+ Gets the circles radius, in kilometers
1017
+ </div>
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+ <h5>Parameters:</h5>
1027
+
1028
+
1029
+ <table class="params table table-striped">
1030
+ <thead>
1031
+ <tr>
1032
+
1033
+ <th>Name</th>
1034
+
1035
+
1036
+ <th>Type</th>
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+ <th class="last">Description</th>
1043
+ </tr>
1044
+ </thead>
1045
+
1046
+ <tbody>
1047
+
1048
+
1049
+ <tr>
1050
+
1051
+ <td class="name"><code>latLng</code></td>
1052
+
1053
+
1054
+ <td class="type">
1055
+
1056
+
1057
+ <span class="param-type">object</span>
1058
+ |
1059
+
1060
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1061
+
1062
+
1063
+
1064
+
1065
+ </td>
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+ <td class="description last">either a literal or as a WPGMZA.LatLng</td>
1072
+ </tr>
1073
+
1074
+
1075
+ </tbody>
1076
+ </table>
1077
+
1078
+
1079
+
1080
+
1081
+ <dl class="details">
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+ </dl>
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+ <h5>Returns:</h5>
1132
+
1133
+
1134
+
1135
+
1136
+ <dl>
1137
+ <dt>
1138
+ Type
1139
+ </dt>
1140
+ <dd>
1141
+
1142
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1143
+
1144
+
1145
+
1146
+ </dd>
1147
+ </dl>
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ </dd>
1154
+
1155
+
1156
+
1157
+ <hr>
1158
+ <dt>
1159
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1160
+
1161
+
1162
+ </dt>
1163
+ <dd>
1164
+
1165
+
1166
+ <div class="description">
1167
+ Test for listeners of type on this object
1168
+ </div>
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+ <h5>Parameters:</h5>
1178
+
1179
+
1180
+ <table class="params table table-striped">
1181
+ <thead>
1182
+ <tr>
1183
+
1184
+ <th>Name</th>
1185
+
1186
+
1187
+ <th>Type</th>
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+ <th class="last">Description</th>
1194
+ </tr>
1195
+ </thead>
1196
+
1197
+ <tbody>
1198
+
1199
+
1200
+ <tr>
1201
+
1202
+ <td class="name"><code>type</code></td>
1203
+
1204
+
1205
+ <td class="type">
1206
+
1207
+
1208
+ <span class="param-type">string</span>
1209
+
1210
+
1211
+
1212
+
1213
+ </td>
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+ <td class="description last">The event type to test for</td>
1220
+ </tr>
1221
+
1222
+
1223
+ </tbody>
1224
+ </table>
1225
+
1226
+
1227
+
1228
+
1229
+ <dl class="details">
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1238
+ <dd class="inherited-from">
1239
+ <ul class="dummy">
1240
+ <li>
1241
+ <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1242
+ </li>
1243
+ </ul>
1244
+ </dd>
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+ </dl>
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+ <h5>Returns:</h5>
1289
+
1290
+
1291
+ <div class="param-desc">
1292
+ True if this object has listeners bound for the specified type
1293
+ </div>
1294
+
1295
+
1296
+
1297
+ <dl>
1298
+ <dt>
1299
+ Type
1300
+ </dt>
1301
+ <dd>
1302
+
1303
+ <span class="param-type">bool</span>
1304
+
1305
+
1306
+
1307
+ </dd>
1308
+ </dl>
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+ </dd>
1315
+
1316
+
1317
+
1318
+ <hr>
1319
+ <dt>
1320
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1321
+
1322
+
1323
+ </dt>
1324
+ <dd>
1325
+
1326
+
1327
+ <div class="description">
1328
+ Alias for removeEventListener
1329
+ </div>
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ <dl class="details">
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1349
+ <dd class="inherited-from">
1350
+ <ul class="dummy">
1351
+ <li>
1352
+ <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1353
+ </li>
1354
+ </ul>
1355
+ </dd>
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1384
+ <dd class="tag-see">
1385
+ <ul>
1386
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1387
+ </ul>
1388
+ </dd>
1389
+
1390
+
1391
+
1392
+ </dl>
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+ </dd>
1409
+
1410
+
1411
+
1412
+ <hr>
1413
+ <dt>
1414
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1415
+
1416
+
1417
+ </dt>
1418
+ <dd>
1419
+
1420
+
1421
+ <div class="description">
1422
+ Alias for addEventListener
1423
+ </div>
1424
+
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+ <dl class="details">
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1443
+ <dd class="inherited-from">
1444
+ <ul class="dummy">
1445
+ <li>
1446
+ <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1447
+ </li>
1448
+ </ul>
1449
+ </dd>
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1478
+ <dd class="tag-see">
1479
+ <ul>
1480
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1481
+ </ul>
1482
+ </dd>
1483
+
1484
+
1485
+
1486
+ </dl>
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ </dd>
1503
+
1504
+
1505
+
1506
+ <hr>
1507
+ <dt>
1508
+ <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1509
+
1510
+
1511
+ </dt>
1512
+ <dd>
1513
+
1514
+
1515
+ <div class="description">
1516
+ Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1517
+ </div>
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+ <h5>Parameters:</h5>
1527
+
1528
+
1529
+ <table class="params table table-striped">
1530
+ <thead>
1531
+ <tr>
1532
+
1533
+ <th>Name</th>
1534
+
1535
+
1536
+ <th>Type</th>
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+ <th class="last">Description</th>
1543
+ </tr>
1544
+ </thead>
1545
+
1546
+ <tbody>
1547
+
1548
+
1549
+ <tr>
1550
+
1551
+ <td class="name"><code>string</code></td>
1552
+
1553
+
1554
+ <td class="type">
1555
+
1556
+
1557
+ <span class="param-type">string</span>
1558
+
1559
+
1560
+
1561
+
1562
+ </td>
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+ <td class="description last">The string to parse numbers from</td>
1569
+ </tr>
1570
+
1571
+
1572
+ </tbody>
1573
+ </table>
1574
+
1575
+
1576
+
1577
+
1578
+ <dl class="details">
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1587
+ <dd class="inherited-from">
1588
+ <ul class="dummy">
1589
+ <li>
1590
+ <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1591
+ </li>
1592
+ </ul>
1593
+ </dd>
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+ </dl>
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+ <h5>Returns:</h5>
1638
+
1639
+
1640
+ <div class="param-desc">
1641
+ An array of LatLng literals parsed from the string
1642
+ </div>
1643
+
1644
+
1645
+
1646
+ <dl>
1647
+ <dt>
1648
+ Type
1649
+ </dt>
1650
+ <dd>
1651
+
1652
+ <span class="param-type">array</span>
1653
+
1654
+
1655
+
1656
+ </dd>
1657
+ </dl>
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+ </dd>
1664
+
1665
+
1666
+
1667
+ <hr>
1668
+ <dt>
1669
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1670
+
1671
+
1672
+ </dt>
1673
+ <dd>
1674
+
1675
+
1676
+ <div class="description">
1677
+ Removes event listeners from this object
1678
+ </div>
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+ <h5>Parameters:</h5>
1688
+
1689
+
1690
+ <table class="params table table-striped">
1691
+ <thead>
1692
+ <tr>
1693
+
1694
+ <th>Name</th>
1695
+
1696
+
1697
+ <th>Type</th>
1698
+
1699
+
1700
+ <th>Argument</th>
1701
+
1702
+
1703
+
1704
+
1705
+ <th class="last">Description</th>
1706
+ </tr>
1707
+ </thead>
1708
+
1709
+ <tbody>
1710
+
1711
+
1712
+ <tr>
1713
+
1714
+ <td class="name"><code>type</code></td>
1715
+
1716
+
1717
+ <td class="type">
1718
+
1719
+
1720
+ <span class="param-type">string</span>
1721
+
1722
+
1723
+
1724
+
1725
+ </td>
1726
+
1727
+
1728
+ <td class="attributes">
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+ </td>
1735
+
1736
+
1737
+
1738
+
1739
+ <td class="description last">The event type to remove listeners from</td>
1740
+ </tr>
1741
+
1742
+
1743
+
1744
+ <tr>
1745
+
1746
+ <td class="name"><code>listener</code></td>
1747
+
1748
+
1749
+ <td class="type">
1750
+
1751
+
1752
+ <span class="param-type">function</span>
1753
+
1754
+
1755
+
1756
+
1757
+ </td>
1758
+
1759
+
1760
+ <td class="attributes">
1761
+
1762
+ &lt;optional><br>
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+ </td>
1769
+
1770
+
1771
+
1772
+
1773
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1774
+ </tr>
1775
+
1776
+
1777
+
1778
+ <tr>
1779
+
1780
+ <td class="name"><code>thisObject</code></td>
1781
+
1782
+
1783
+ <td class="type">
1784
+
1785
+
1786
+ <span class="param-type">object</span>
1787
+
1788
+
1789
+
1790
+
1791
+ </td>
1792
+
1793
+
1794
+ <td class="attributes">
1795
+
1796
+ &lt;optional><br>
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+ </td>
1803
+
1804
+
1805
+
1806
+
1807
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1808
+ </tr>
1809
+
1810
+
1811
+
1812
+ <tr>
1813
+
1814
+ <td class="name"><code>useCapture</code></td>
1815
+
1816
+
1817
+ <td class="type">
1818
+
1819
+
1820
+ <span class="param-type">bool</span>
1821
+
1822
+
1823
+
1824
+
1825
+ </td>
1826
+
1827
+
1828
+ <td class="attributes">
1829
+
1830
+ &lt;optional><br>
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+ </td>
1837
+
1838
+
1839
+
1840
+
1841
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1842
+ </tr>
1843
+
1844
+
1845
+ </tbody>
1846
+ </table>
1847
+
1848
+
1849
+
1850
+
1851
+ <dl class="details">
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1860
+ <dd class="inherited-from">
1861
+ <ul class="dummy">
1862
+ <li>
1863
+ <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1864
+ </li>
1865
+ </ul>
1866
+ </dd>
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+ </dl>
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+ </dd>
1913
+
1914
+
1915
+
1916
+ <hr>
1917
+ <dt>
1918
+ <h4 class="name" id="setCenter"><span class="type-signature"></span>setCenter(latLng)</h4>
1919
+
1920
+
1921
+ </dt>
1922
+ <dd>
1923
+
1924
+
1925
+ <div class="description">
1926
+ Sets the circles center
1927
+ </div>
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+
1934
+
1935
+
1936
+ <h5>Parameters:</h5>
1937
+
1938
+
1939
+ <table class="params table table-striped">
1940
+ <thead>
1941
+ <tr>
1942
+
1943
+ <th>Name</th>
1944
+
1945
+
1946
+ <th>Type</th>
1947
+
1948
+
1949
+
1950
+
1951
+
1952
+ <th class="last">Description</th>
1953
+ </tr>
1954
+ </thead>
1955
+
1956
+ <tbody>
1957
+
1958
+
1959
+ <tr>
1960
+
1961
+ <td class="name"><code>latLng</code></td>
1962
+
1963
+
1964
+ <td class="type">
1965
+
1966
+
1967
+ <span class="param-type">object</span>
1968
+ |
1969
+
1970
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1971
+
1972
+
1973
+
1974
+
1975
+ </td>
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+ <td class="description last">either a literal or as a WPGMZA.LatLng</td>
1982
+ </tr>
1983
+
1984
+
1985
+ </tbody>
1986
+ </table>
1987
+
1988
+
1989
+
1990
+
1991
+ <dl class="details">
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+ </dl>
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+
2036
+
2037
+
2038
+
2039
+
2040
+
2041
+
2042
+
2043
+ </dd>
2044
+
2045
+
2046
+
2047
+ <hr>
2048
+ <dt>
2049
+ <h4 class="name" id="setMap"><span class="type-signature"></span>setMap(map)</h4>
2050
+
2051
+
2052
+ </dt>
2053
+ <dd>
2054
+
2055
+
2056
+ <div class="description">
2057
+ Puts this circle on a map
2058
+ </div>
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+ <h5>Parameters:</h5>
2068
+
2069
+
2070
+ <table class="params table table-striped">
2071
+ <thead>
2072
+ <tr>
2073
+
2074
+ <th>Name</th>
2075
+
2076
+
2077
+ <th>Type</th>
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+ <th class="last">Description</th>
2084
+ </tr>
2085
+ </thead>
2086
+
2087
+ <tbody>
2088
+
2089
+
2090
+ <tr>
2091
+
2092
+ <td class="name"><code>map</code></td>
2093
+
2094
+
2095
+ <td class="type">
2096
+
2097
+
2098
+ <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
2099
+
2100
+
2101
+
2102
+
2103
+ </td>
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+ <td class="description last">The target map</td>
2110
+ </tr>
2111
+
2112
+
2113
+ </tbody>
2114
+ </table>
2115
+
2116
+
2117
+
2118
+
2119
+ <dl class="details">
2120
+
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+ </dl>
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+ <h5>Returns:</h5>
2170
+
2171
+
2172
+
2173
+
2174
+ <dl>
2175
+ <dt>
2176
+ Type
2177
+ </dt>
2178
+ <dd>
2179
+
2180
+ <span class="param-type">void</span>
2181
+
2182
+
2183
+
2184
+ </dd>
2185
+ </dl>
2186
+
2187
+
2188
+
2189
+
2190
+
2191
+ </dd>
2192
+
2193
+
2194
+
2195
+ <hr>
2196
+ <dt>
2197
+ <h4 class="name" id="setRadius"><span class="type-signature"></span>setRadius(radius)</h4>
2198
+
2199
+
2200
+ </dt>
2201
+ <dd>
2202
+
2203
+
2204
+ <div class="description">
2205
+ Sets the circles radius, in kilometers
2206
+ </div>
2207
+
2208
+
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+ <h5>Parameters:</h5>
2216
+
2217
+
2218
+ <table class="params table table-striped">
2219
+ <thead>
2220
+ <tr>
2221
+
2222
+ <th>Name</th>
2223
+
2224
+
2225
+ <th>Type</th>
2226
+
2227
+
2228
+
2229
+
2230
+
2231
+ <th class="last">Description</th>
2232
+ </tr>
2233
+ </thead>
2234
+
2235
+ <tbody>
2236
+
2237
+
2238
+ <tr>
2239
+
2240
+ <td class="name"><code>radius</code></td>
2241
+
2242
+
2243
+ <td class="type">
2244
+
2245
+
2246
+ <span class="param-type">number</span>
2247
+
2248
+
2249
+
2250
+
2251
+ </td>
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+ <td class="description last">The radius</td>
2258
+ </tr>
2259
+
2260
+
2261
+ </tbody>
2262
+ </table>
2263
+
2264
+
2265
+
2266
+
2267
+ <dl class="details">
2268
+
2269
+
2270
+
2271
+
2272
+
2273
+
2274
+
2275
+
2276
+
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+
2291
+
2292
+
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+
2299
+
2300
+
2301
+
2302
+
2303
+ </dl>
2304
+
2305
+
2306
+
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+ <h5>Returns:</h5>
2318
+
2319
+
2320
+
2321
+
2322
+ <dl>
2323
+ <dt>
2324
+ Type
2325
+ </dt>
2326
+ <dd>
2327
+
2328
+ <span class="param-type">void</span>
2329
+
2330
+
2331
+
2332
+ </dd>
2333
+ </dl>
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+ </dd>
2340
+
2341
+
2342
+
2343
+ <hr>
2344
+ <dt>
2345
+ <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
2346
+
2347
+
2348
+ </dt>
2349
+ <dd>
2350
+
2351
+
2352
+ <div class="description">
2353
+ Returns a copy of this object as a JSON object for serializsation
2354
+ </div>
2355
+
2356
+
2357
+
2358
+
2359
+
2360
+
2361
+
2362
+
2363
+
2364
+
2365
+ <dl class="details">
2366
+
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+
2373
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2374
+ <dd class="inherited-from">
2375
+ <ul class="dummy">
2376
+ <li>
2377
+ <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
2378
+ </li>
2379
+ </ul>
2380
+ </dd>
2381
+
2382
+
2383
+
2384
+
2385
+
2386
+
2387
+
2388
+
2389
+
2390
+
2391
+
2392
+
2393
+
2394
+
2395
+
2396
+
2397
+
2398
+
2399
+
2400
+
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+ </dl>
2411
+
2412
+
2413
+
2414
+
2415
+
2416
+
2417
+
2418
+
2419
+
2420
+
2421
+
2422
+
2423
+
2424
+ <h5>Returns:</h5>
2425
+
2426
+
2427
+ <div class="param-desc">
2428
+ This object as represented by JSON
2429
+ </div>
2430
+
2431
+
2432
+
2433
+ <dl>
2434
+ <dt>
2435
+ Type
2436
+ </dt>
2437
+ <dd>
2438
+
2439
+ <span class="param-type">object</span>
2440
+
2441
+
2442
+
2443
+ </dd>
2444
+ </dl>
2445
+
2446
+
2447
+
2448
+
2449
+
2450
+ </dd>
2451
+
2452
+
2453
+
2454
+ <hr>
2455
+ <dt>
2456
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
2457
+
2458
+
2459
+ </dt>
2460
+ <dd>
2461
+
2462
+
2463
+ <div class="description">
2464
+ Alias for removeEventListener
2465
+ </div>
2466
+
2467
+
2468
+
2469
+
2470
+
2471
+
2472
+
2473
+
2474
+
2475
+
2476
+ <dl class="details">
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+
2484
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2485
+ <dd class="inherited-from">
2486
+ <ul class="dummy">
2487
+ <li>
2488
+ <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
2489
+ </li>
2490
+ </ul>
2491
+ </dd>
2492
+
2493
+
2494
+
2495
+
2496
+
2497
+
2498
+
2499
+
2500
+
2501
+
2502
+
2503
+
2504
+
2505
+
2506
+
2507
+
2508
+
2509
+
2510
+
2511
+
2512
+
2513
+
2514
+
2515
+
2516
+
2517
+
2518
+
2519
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2520
+ <dd class="tag-see">
2521
+ <ul>
2522
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2523
+ </ul>
2524
+ </dd>
2525
+
2526
+
2527
+
2528
+ </dl>
2529
+
2530
+
2531
+
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+
2538
+
2539
+
2540
+
2541
+
2542
+
2543
+
2544
+ </dd>
2545
+
2546
+ </dl>
2547
+
2548
+
2549
+
2550
+
2551
+
2552
+ </article>
2553
+
2554
+ </section>
2555
+
2556
+
2557
+
2558
+
2559
+ </div>
2560
+ </div>
2561
+
2562
+ <div class="clearfix"></div>
2563
+
2564
+
2565
+ <div class="col-md-3">
2566
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2567
+ </div>
2568
+
2569
+
2570
+ </div>
2571
+ </div>
2572
+
2573
+
2574
+ <div class="modal fade" id="searchResults">
2575
+ <div class="modal-dialog">
2576
+ <div class="modal-content">
2577
+ <div class="modal-header">
2578
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2579
+ <h4 class="modal-title">Search results</h4>
2580
+ </div>
2581
+ <div class="modal-body"></div>
2582
+ <div class="modal-footer">
2583
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2584
+ </div>
2585
+ </div><!-- /.modal-content -->
2586
+ </div><!-- /.modal-dialog -->
2587
+ </div>
2588
+
2589
+
2590
+ <footer>
2591
+
2592
+
2593
+ <span class="jsdoc-message">
2594
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2595
+
2596
+ on 2019-01-20T11:35:48+00:00
2597
+
2598
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2599
+ </span>
2600
+ </footer>
2601
+
2602
+ <script src="scripts/docstrap.lib.js"></script>
2603
+ <script src="scripts/toc.js"></script>
2604
+
2605
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2606
+
2607
+
2608
+ <script>
2609
+ $( function () {
2610
+ $( "[id*='$']" ).each( function () {
2611
+ var $this = $( this );
2612
+
2613
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2614
+ } );
2615
+
2616
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2617
+ var $this = $( this );
2618
+
2619
+ var example = $this.find( "code" );
2620
+ exampleText = example.html();
2621
+ var lang = /{@lang (.*?)}/.exec( exampleText );
2622
+ if ( lang && lang[1] ) {
2623
+ exampleText = exampleText.replace( lang[0], "" );
2624
+ example.html( exampleText );
2625
+ lang = lang[1];
2626
+ } else {
2627
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2628
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
2629
+ }
2630
+
2631
+ if ( lang ) {
2632
+
2633
+ $this
2634
+ .addClass( "sunlight-highlight-" + lang )
2635
+ .addClass( "linenums" )
2636
+ .html( example.html() );
2637
+
2638
+ }
2639
+ } );
2640
+
2641
+ Sunlight.highlightAll( {
2642
+ lineNumbers : false,
2643
+ showMenu : true,
2644
+ enableDoclinks : true
2645
+ } );
2646
+
2647
+ $.catchAnchorLinks( {
2648
+ navbarOffset: 10
2649
+ } );
2650
+ $( "#toc" ).toc( {
2651
+ anchorName : function ( i, heading, prefix ) {
2652
+ return $( heading ).attr( "id" ) || ( prefix + i );
2653
+ },
2654
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2655
+ showAndHide : false,
2656
+ smoothScrolling: true
2657
+ } );
2658
+
2659
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2660
+ $( '.dropdown-toggle' ).dropdown();
2661
+
2662
+ $( "table" ).each( function () {
2663
+ var $this = $( this );
2664
+ $this.addClass('table');
2665
+ } );
2666
+
2667
+ } );
2668
+ </script>
2669
+
2670
+
2671
+
2672
+ <!--Navigation and Symbol Display-->
2673
+
2674
+
2675
+ <!--Google Analytics-->
2676
+
2677
+
2678
+
2679
+ <script type="text/javascript">
2680
+ $(document).ready(function() {
2681
+ SearcherDisplay.init();
2682
+ });
2683
+ </script>
2684
+
2685
+
2686
+ </body>
2687
  </html>
docs/js/WPGMZA.Compatibility.html CHANGED
@@ -1,407 +1,407 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Compatibility</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Compatibility</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Compatibility
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Compatibility</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Compatibility"><span class="type-signature"></span>new Compatibility()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Reverse compatibility module
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
- <h3 class="subsection-title">Methods</h3>
187
-
188
- <dl>
189
-
190
- <hr>
191
- <dt>
192
- <h4 class="name" id="preventDocumentWriteGoogleMapsAPI"><span class="type-signature"></span>preventDocumentWriteGoogleMapsAPI()</h4>
193
-
194
-
195
- </dt>
196
- <dd>
197
-
198
-
199
- <div class="description">
200
- Prevents document.write from outputting Google Maps API script tag
201
- </div>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
- </dl>
267
-
268
-
269
-
270
-
271
-
272
- </article>
273
-
274
- </section>
275
-
276
-
277
-
278
-
279
- </div>
280
- </div>
281
-
282
- <div class="clearfix"></div>
283
-
284
-
285
- <div class="col-md-3">
286
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
287
- </div>
288
-
289
-
290
- </div>
291
- </div>
292
-
293
-
294
- <div class="modal fade" id="searchResults">
295
- <div class="modal-dialog">
296
- <div class="modal-content">
297
- <div class="modal-header">
298
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
299
- <h4 class="modal-title">Search results</h4>
300
- </div>
301
- <div class="modal-body"></div>
302
- <div class="modal-footer">
303
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
304
- </div>
305
- </div><!-- /.modal-content -->
306
- </div><!-- /.modal-dialog -->
307
- </div>
308
-
309
-
310
- <footer>
311
-
312
-
313
- <span class="jsdoc-message">
314
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
315
-
316
- on 2019-01-18T10:34:57+00:00
317
-
318
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
319
- </span>
320
- </footer>
321
-
322
- <script src="scripts/docstrap.lib.js"></script>
323
- <script src="scripts/toc.js"></script>
324
-
325
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
326
-
327
-
328
- <script>
329
- $( function () {
330
- $( "[id*='$']" ).each( function () {
331
- var $this = $( this );
332
-
333
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
334
- } );
335
-
336
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
337
- var $this = $( this );
338
-
339
- var example = $this.find( "code" );
340
- exampleText = example.html();
341
- var lang = /{@lang (.*?)}/.exec( exampleText );
342
- if ( lang && lang[1] ) {
343
- exampleText = exampleText.replace( lang[0], "" );
344
- example.html( exampleText );
345
- lang = lang[1];
346
- } else {
347
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
348
- lang = langClassMatch ? langClassMatch[1] : "javascript";
349
- }
350
-
351
- if ( lang ) {
352
-
353
- $this
354
- .addClass( "sunlight-highlight-" + lang )
355
- .addClass( "linenums" )
356
- .html( example.html() );
357
-
358
- }
359
- } );
360
-
361
- Sunlight.highlightAll( {
362
- lineNumbers : false,
363
- showMenu : true,
364
- enableDoclinks : true
365
- } );
366
-
367
- $.catchAnchorLinks( {
368
- navbarOffset: 10
369
- } );
370
- $( "#toc" ).toc( {
371
- anchorName : function ( i, heading, prefix ) {
372
- return $( heading ).attr( "id" ) || ( prefix + i );
373
- },
374
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
375
- showAndHide : false,
376
- smoothScrolling: true
377
- } );
378
-
379
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
380
- $( '.dropdown-toggle' ).dropdown();
381
-
382
- $( "table" ).each( function () {
383
- var $this = $( this );
384
- $this.addClass('table');
385
- } );
386
-
387
- } );
388
- </script>
389
-
390
-
391
-
392
- <!--Navigation and Symbol Display-->
393
-
394
-
395
- <!--Google Analytics-->
396
-
397
-
398
-
399
- <script type="text/javascript">
400
- $(document).ready(function() {
401
- SearcherDisplay.init();
402
- });
403
- </script>
404
-
405
-
406
- </body>
407
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Compatibility</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Compatibility</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Compatibility
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Compatibility</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Compatibility"><span class="type-signature"></span>new Compatibility()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Reverse compatibility module
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <h3 class="subsection-title">Methods</h3>
187
+
188
+ <dl>
189
+
190
+ <hr>
191
+ <dt>
192
+ <h4 class="name" id="preventDocumentWriteGoogleMapsAPI"><span class="type-signature"></span>preventDocumentWriteGoogleMapsAPI()</h4>
193
+
194
+
195
+ </dt>
196
+ <dd>
197
+
198
+
199
+ <div class="description">
200
+ Prevents document.write from outputting Google Maps API script tag
201
+ </div>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+ </dl>
267
+
268
+
269
+
270
+
271
+
272
+ </article>
273
+
274
+ </section>
275
+
276
+
277
+
278
+
279
+ </div>
280
+ </div>
281
+
282
+ <div class="clearfix"></div>
283
+
284
+
285
+ <div class="col-md-3">
286
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
287
+ </div>
288
+
289
+
290
+ </div>
291
+ </div>
292
+
293
+
294
+ <div class="modal fade" id="searchResults">
295
+ <div class="modal-dialog">
296
+ <div class="modal-content">
297
+ <div class="modal-header">
298
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
299
+ <h4 class="modal-title">Search results</h4>
300
+ </div>
301
+ <div class="modal-body"></div>
302
+ <div class="modal-footer">
303
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
304
+ </div>
305
+ </div><!-- /.modal-content -->
306
+ </div><!-- /.modal-dialog -->
307
+ </div>
308
+
309
+
310
+ <footer>
311
+
312
+
313
+ <span class="jsdoc-message">
314
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
315
+
316
+ on 2019-01-20T11:35:48+00:00
317
+
318
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
319
+ </span>
320
+ </footer>
321
+
322
+ <script src="scripts/docstrap.lib.js"></script>
323
+ <script src="scripts/toc.js"></script>
324
+
325
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
326
+
327
+
328
+ <script>
329
+ $( function () {
330
+ $( "[id*='$']" ).each( function () {
331
+ var $this = $( this );
332
+
333
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
334
+ } );
335
+
336
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
337
+ var $this = $( this );
338
+
339
+ var example = $this.find( "code" );
340
+ exampleText = example.html();
341
+ var lang = /{@lang (.*?)}/.exec( exampleText );
342
+ if ( lang && lang[1] ) {
343
+ exampleText = exampleText.replace( lang[0], "" );
344
+ example.html( exampleText );
345
+ lang = lang[1];
346
+ } else {
347
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
348
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
349
+ }
350
+
351
+ if ( lang ) {
352
+
353
+ $this
354
+ .addClass( "sunlight-highlight-" + lang )
355
+ .addClass( "linenums" )
356
+ .html( example.html() );
357
+
358
+ }
359
+ } );
360
+
361
+ Sunlight.highlightAll( {
362
+ lineNumbers : false,
363
+ showMenu : true,
364
+ enableDoclinks : true
365
+ } );
366
+
367
+ $.catchAnchorLinks( {
368
+ navbarOffset: 10
369
+ } );
370
+ $( "#toc" ).toc( {
371
+ anchorName : function ( i, heading, prefix ) {
372
+ return $( heading ).attr( "id" ) || ( prefix + i );
373
+ },
374
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
375
+ showAndHide : false,
376
+ smoothScrolling: true
377
+ } );
378
+
379
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
380
+ $( '.dropdown-toggle' ).dropdown();
381
+
382
+ $( "table" ).each( function () {
383
+ var $this = $( this );
384
+ $this.addClass('table');
385
+ } );
386
+
387
+ } );
388
+ </script>
389
+
390
+
391
+
392
+ <!--Navigation and Symbol Display-->
393
+
394
+
395
+ <!--Google Analytics-->
396
+
397
+
398
+
399
+ <script type="text/javascript">
400
+ $(document).ready(function() {
401
+ SearcherDisplay.init();
402
+ });
403
+ </script>
404
+
405
+
406
+ </body>
407
  </html>
docs/js/WPGMZA.Distance.html CHANGED
@@ -1206,7 +1206,7 @@
1206
  <span class="jsdoc-message">
1207
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1208
 
1209
- on 2019-01-18T10:34:57+00:00
1210
 
1211
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1212
  </span>
1206
  <span class="jsdoc-message">
1207
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1208
 
1209
+ on 2019-01-20T11:35:48+00:00
1210
 
1211
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1212
  </span>
docs/js/WPGMZA.Event.html CHANGED
@@ -1,460 +1,460 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Event</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Event</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Event
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Event</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Event"><span class="type-signature"></span>new Event(options)</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class used for events (for non-HTMLElement objects)
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
-
128
-
129
-
130
- <th class="last">Description</th>
131
- </tr>
132
- </thead>
133
-
134
- <tbody>
135
-
136
-
137
- <tr>
138
-
139
- <td class="name"><code>options</code></td>
140
-
141
-
142
- <td class="type">
143
-
144
-
145
- <span class="param-type">string</span>
146
- |
147
-
148
- <span class="param-type">object</span>
149
-
150
-
151
-
152
-
153
- </td>
154
-
155
-
156
-
157
-
158
-
159
- <td class="description last">The event type as a string, or an object of options to be mapped to this event</td>
160
- </tr>
161
-
162
-
163
- </tbody>
164
- </table>
165
-
166
-
167
-
168
-
169
- <dl class="details">
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
- </dl>
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
- </dd>
222
-
223
-
224
- </div>
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
- <h3 class="subsection-title">Methods</h3>
240
-
241
- <dl>
242
-
243
- <hr>
244
- <dt>
245
- <h4 class="name" id="stopPropagation"><span class="type-signature"></span>stopPropagation()</h4>
246
-
247
-
248
- </dt>
249
- <dd>
250
-
251
-
252
- <div class="description">
253
- Prevents any further propagation of this event
254
- </div>
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
- <dl class="details">
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
- </dl>
302
-
303
-
304
-
305
-
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
- </dd>
318
-
319
- </dl>
320
-
321
-
322
-
323
-
324
-
325
- </article>
326
-
327
- </section>
328
-
329
-
330
-
331
-
332
- </div>
333
- </div>
334
-
335
- <div class="clearfix"></div>
336
-
337
-
338
- <div class="col-md-3">
339
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
340
- </div>
341
-
342
-
343
- </div>
344
- </div>
345
-
346
-
347
- <div class="modal fade" id="searchResults">
348
- <div class="modal-dialog">
349
- <div class="modal-content">
350
- <div class="modal-header">
351
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
352
- <h4 class="modal-title">Search results</h4>
353
- </div>
354
- <div class="modal-body"></div>
355
- <div class="modal-footer">
356
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
357
- </div>
358
- </div><!-- /.modal-content -->
359
- </div><!-- /.modal-dialog -->
360
- </div>
361
-
362
-
363
- <footer>
364
-
365
-
366
- <span class="jsdoc-message">
367
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
368
-
369
- on 2019-01-18T10:34:57+00:00
370
-
371
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
372
- </span>
373
- </footer>
374
-
375
- <script src="scripts/docstrap.lib.js"></script>
376
- <script src="scripts/toc.js"></script>
377
-
378
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
379
-
380
-
381
- <script>
382
- $( function () {
383
- $( "[id*='$']" ).each( function () {
384
- var $this = $( this );
385
-
386
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
387
- } );
388
-
389
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
390
- var $this = $( this );
391
-
392
- var example = $this.find( "code" );
393
- exampleText = example.html();
394
- var lang = /{@lang (.*?)}/.exec( exampleText );
395
- if ( lang && lang[1] ) {
396
- exampleText = exampleText.replace( lang[0], "" );
397
- example.html( exampleText );
398
- lang = lang[1];
399
- } else {
400
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
401
- lang = langClassMatch ? langClassMatch[1] : "javascript";
402
- }
403
-
404
- if ( lang ) {
405
-
406
- $this
407
- .addClass( "sunlight-highlight-" + lang )
408
- .addClass( "linenums" )
409
- .html( example.html() );
410
-
411
- }
412
- } );
413
-
414
- Sunlight.highlightAll( {
415
- lineNumbers : false,
416
- showMenu : true,
417
- enableDoclinks : true
418
- } );
419
-
420
- $.catchAnchorLinks( {
421
- navbarOffset: 10
422
- } );
423
- $( "#toc" ).toc( {
424
- anchorName : function ( i, heading, prefix ) {
425
- return $( heading ).attr( "id" ) || ( prefix + i );
426
- },
427
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
428
- showAndHide : false,
429
- smoothScrolling: true
430
- } );
431
-
432
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
433
- $( '.dropdown-toggle' ).dropdown();
434
-
435
- $( "table" ).each( function () {
436
- var $this = $( this );
437
- $this.addClass('table');
438
- } );
439
-
440
- } );
441
- </script>
442
-
443
-
444
-
445
- <!--Navigation and Symbol Display-->
446
-
447
-
448
- <!--Google Analytics-->
449
-
450
-
451
-
452
- <script type="text/javascript">
453
- $(document).ready(function() {
454
- SearcherDisplay.init();
455
- });
456
- </script>
457
-
458
-
459
- </body>
460
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Event</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Event</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Event
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Event</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Event"><span class="type-signature"></span>new Event(options)</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class used for events (for non-HTMLElement objects)
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+
128
+
129
+
130
+ <th class="last">Description</th>
131
+ </tr>
132
+ </thead>
133
+
134
+ <tbody>
135
+
136
+
137
+ <tr>
138
+
139
+ <td class="name"><code>options</code></td>
140
+
141
+
142
+ <td class="type">
143
+
144
+
145
+ <span class="param-type">string</span>
146
+ |
147
+
148
+ <span class="param-type">object</span>
149
+
150
+
151
+
152
+
153
+ </td>
154
+
155
+
156
+
157
+
158
+
159
+ <td class="description last">The event type as a string, or an object of options to be mapped to this event</td>
160
+ </tr>
161
+
162
+
163
+ </tbody>
164
+ </table>
165
+
166
+
167
+
168
+
169
+ <dl class="details">
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+ </dl>
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+ </dd>
222
+
223
+
224
+ </div>
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+ <h3 class="subsection-title">Methods</h3>
240
+
241
+ <dl>
242
+
243
+ <hr>
244
+ <dt>
245
+ <h4 class="name" id="stopPropagation"><span class="type-signature"></span>stopPropagation()</h4>
246
+
247
+
248
+ </dt>
249
+ <dd>
250
+
251
+
252
+ <div class="description">
253
+ Prevents any further propagation of this event
254
+ </div>
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+ <dl class="details">
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+ </dl>
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+ </dd>
318
+
319
+ </dl>
320
+
321
+
322
+
323
+
324
+
325
+ </article>
326
+
327
+ </section>
328
+
329
+
330
+
331
+
332
+ </div>
333
+ </div>
334
+
335
+ <div class="clearfix"></div>
336
+
337
+
338
+ <div class="col-md-3">
339
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
340
+ </div>
341
+
342
+
343
+ </div>
344
+ </div>
345
+
346
+
347
+ <div class="modal fade" id="searchResults">
348
+ <div class="modal-dialog">
349
+ <div class="modal-content">
350
+ <div class="modal-header">
351
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
352
+ <h4 class="modal-title">Search results</h4>
353
+ </div>
354
+ <div class="modal-body"></div>
355
+ <div class="modal-footer">
356
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
357
+ </div>
358
+ </div><!-- /.modal-content -->
359
+ </div><!-- /.modal-dialog -->
360
+ </div>
361
+
362
+
363
+ <footer>
364
+
365
+
366
+ <span class="jsdoc-message">
367
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
368
+
369
+ on 2019-01-20T11:35:48+00:00
370
+
371
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
372
+ </span>
373
+ </footer>
374
+
375
+ <script src="scripts/docstrap.lib.js"></script>
376
+ <script src="scripts/toc.js"></script>
377
+
378
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
379
+
380
+
381
+ <script>
382
+ $( function () {
383
+ $( "[id*='$']" ).each( function () {
384
+ var $this = $( this );
385
+
386
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
387
+ } );
388
+
389
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
390
+ var $this = $( this );
391
+
392
+ var example = $this.find( "code" );
393
+ exampleText = example.html();
394
+ var lang = /{@lang (.*?)}/.exec( exampleText );
395
+ if ( lang && lang[1] ) {
396
+ exampleText = exampleText.replace( lang[0], "" );
397
+ example.html( exampleText );
398
+ lang = lang[1];
399
+ } else {
400
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
401
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
402
+ }
403
+
404
+ if ( lang ) {
405
+
406
+ $this
407
+ .addClass( "sunlight-highlight-" + lang )
408
+ .addClass( "linenums" )
409
+ .html( example.html() );
410
+
411
+ }
412
+ } );
413
+
414
+ Sunlight.highlightAll( {
415
+ lineNumbers : false,
416
+ showMenu : true,
417
+ enableDoclinks : true
418
+ } );
419
+
420
+ $.catchAnchorLinks( {
421
+ navbarOffset: 10
422
+ } );
423
+ $( "#toc" ).toc( {
424
+ anchorName : function ( i, heading, prefix ) {
425
+ return $( heading ).attr( "id" ) || ( prefix + i );
426
+ },
427
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
428
+ showAndHide : false,
429
+ smoothScrolling: true
430
+ } );
431
+
432
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
433
+ $( '.dropdown-toggle' ).dropdown();
434
+
435
+ $( "table" ).each( function () {
436
+ var $this = $( this );
437
+ $this.addClass('table');
438
+ } );
439
+
440
+ } );
441
+ </script>
442
+
443
+
444
+
445
+ <!--Navigation and Symbol Display-->
446
+
447
+
448
+ <!--Google Analytics-->
449
+
450
+
451
+
452
+ <script type="text/javascript">
453
+ $(document).ready(function() {
454
+ SearcherDisplay.init();
455
+ });
456
+ </script>
457
+
458
+
459
+ </body>
460
  </html>
docs/js/WPGMZA.EventDispatcher.html CHANGED
@@ -1,1423 +1,1423 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: EventDispatcher</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: EventDispatcher</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- EventDispatcher
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.EventDispatcher</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="EventDispatcher"><span class="type-signature"></span>new EventDispatcher()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for any (non HTMLElement) object which dispatches or listens for events
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
- <h3 class="subsection-title">Methods</h3>
187
-
188
- <dl>
189
-
190
- <hr>
191
- <dt>
192
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
193
-
194
-
195
- </dt>
196
- <dd>
197
-
198
-
199
- <div class="description">
200
- Handles the logic of triggering listeners
201
- </div>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
-
267
-
268
- <hr>
269
- <dt>
270
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
271
-
272
-
273
- </dt>
274
- <dd>
275
-
276
-
277
- <div class="description">
278
- Adds an event listener on this object
279
- </div>
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
- <h5>Parameters:</h5>
289
-
290
-
291
- <table class="params table table-striped">
292
- <thead>
293
- <tr>
294
-
295
- <th>Name</th>
296
-
297
-
298
- <th>Type</th>
299
-
300
-
301
- <th>Argument</th>
302
-
303
-
304
-
305
-
306
- <th class="last">Description</th>
307
- </tr>
308
- </thead>
309
-
310
- <tbody>
311
-
312
-
313
- <tr>
314
-
315
- <td class="name"><code>type</code></td>
316
-
317
-
318
- <td class="type">
319
-
320
-
321
- <span class="param-type">string</span>
322
-
323
-
324
-
325
-
326
- </td>
327
-
328
-
329
- <td class="attributes">
330
-
331
-
332
-
333
-
334
-
335
- </td>
336
-
337
-
338
-
339
-
340
- <td class="description last">The event type, or multiple types separated by spaces</td>
341
- </tr>
342
-
343
-
344
-
345
- <tr>
346
-
347
- <td class="name"><code>callback</code></td>
348
-
349
-
350
- <td class="type">
351
-
352
-
353
- <span class="param-type">function</span>
354
-
355
-
356
-
357
-
358
- </td>
359
-
360
-
361
- <td class="attributes">
362
-
363
-
364
-
365
-
366
-
367
- </td>
368
-
369
-
370
-
371
-
372
- <td class="description last">The callback to call when the event fires</td>
373
- </tr>
374
-
375
-
376
-
377
- <tr>
378
-
379
- <td class="name"><code>thisObject</code></td>
380
-
381
-
382
- <td class="type">
383
-
384
-
385
- <span class="param-type">object</span>
386
-
387
-
388
-
389
-
390
- </td>
391
-
392
-
393
- <td class="attributes">
394
-
395
- &lt;optional><br>
396
-
397
-
398
-
399
-
400
-
401
- </td>
402
-
403
-
404
-
405
-
406
- <td class="description last">The object to use as "this" when firing the callback</td>
407
- </tr>
408
-
409
-
410
-
411
- <tr>
412
-
413
- <td class="name"><code>useCapture</code></td>
414
-
415
-
416
- <td class="type">
417
-
418
-
419
- <span class="param-type">bool</span>
420
-
421
-
422
-
423
-
424
- </td>
425
-
426
-
427
- <td class="attributes">
428
-
429
- &lt;optional><br>
430
-
431
-
432
-
433
-
434
-
435
- </td>
436
-
437
-
438
-
439
-
440
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
441
- </tr>
442
-
443
-
444
- </tbody>
445
- </table>
446
-
447
-
448
-
449
-
450
- <dl class="details">
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
-
485
-
486
- </dl>
487
-
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
-
498
-
499
-
500
-
501
-
502
- </dd>
503
-
504
-
505
-
506
- <hr>
507
- <dt>
508
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
509
-
510
-
511
- </dt>
512
- <dd>
513
-
514
-
515
- <div class="description">
516
- Fires an event on this object
517
- </div>
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
- <h5>Parameters:</h5>
527
-
528
-
529
- <table class="params table table-striped">
530
- <thead>
531
- <tr>
532
-
533
- <th>Name</th>
534
-
535
-
536
- <th>Type</th>
537
-
538
-
539
-
540
-
541
-
542
- <th class="last">Description</th>
543
- </tr>
544
- </thead>
545
-
546
- <tbody>
547
-
548
-
549
- <tr>
550
-
551
- <td class="name"><code>event</code></td>
552
-
553
-
554
- <td class="type">
555
-
556
-
557
- <span class="param-type">string</span>
558
- |
559
-
560
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
561
-
562
-
563
-
564
-
565
- </td>
566
-
567
-
568
-
569
-
570
-
571
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
572
- </tr>
573
-
574
-
575
- </tbody>
576
- </table>
577
-
578
-
579
-
580
-
581
- <dl class="details">
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
-
602
-
603
-
604
-
605
-
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
- </dl>
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
- </dd>
634
-
635
-
636
-
637
- <hr>
638
- <dt>
639
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
640
-
641
-
642
- </dt>
643
- <dd>
644
-
645
-
646
- <div class="description">
647
- Test for listeners of type on this object
648
- </div>
649
-
650
-
651
-
652
-
653
-
654
-
655
-
656
-
657
- <h5>Parameters:</h5>
658
-
659
-
660
- <table class="params table table-striped">
661
- <thead>
662
- <tr>
663
-
664
- <th>Name</th>
665
-
666
-
667
- <th>Type</th>
668
-
669
-
670
-
671
-
672
-
673
- <th class="last">Description</th>
674
- </tr>
675
- </thead>
676
-
677
- <tbody>
678
-
679
-
680
- <tr>
681
-
682
- <td class="name"><code>type</code></td>
683
-
684
-
685
- <td class="type">
686
-
687
-
688
- <span class="param-type">string</span>
689
-
690
-
691
-
692
-
693
- </td>
694
-
695
-
696
-
697
-
698
-
699
- <td class="description last">The event type to test for</td>
700
- </tr>
701
-
702
-
703
- </tbody>
704
- </table>
705
-
706
-
707
-
708
-
709
- <dl class="details">
710
-
711
-
712
-
713
-
714
-
715
-
716
-
717
-
718
-
719
-
720
-
721
-
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
-
733
-
734
-
735
-
736
-
737
-
738
-
739
-
740
-
741
-
742
-
743
-
744
-
745
- </dl>
746
-
747
-
748
-
749
-
750
-
751
-
752
-
753
-
754
-
755
-
756
-
757
-
758
-
759
- <h5>Returns:</h5>
760
-
761
-
762
- <div class="param-desc">
763
- True if this object has listeners bound for the specified type
764
- </div>
765
-
766
-
767
-
768
- <dl>
769
- <dt>
770
- Type
771
- </dt>
772
- <dd>
773
-
774
- <span class="param-type">bool</span>
775
-
776
-
777
-
778
- </dd>
779
- </dl>
780
-
781
-
782
-
783
-
784
-
785
- </dd>
786
-
787
-
788
-
789
- <hr>
790
- <dt>
791
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
792
-
793
-
794
- </dt>
795
- <dd>
796
-
797
-
798
- <div class="description">
799
- Alias for removeEventListener
800
- </div>
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
- <dl class="details">
812
-
813
-
814
-
815
-
816
-
817
-
818
-
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
-
830
-
831
-
832
-
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
846
- <dd class="tag-see">
847
- <ul>
848
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
849
- </ul>
850
- </dd>
851
-
852
-
853
-
854
- </dl>
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
-
869
-
870
- </dd>
871
-
872
-
873
-
874
- <hr>
875
- <dt>
876
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
877
-
878
-
879
- </dt>
880
- <dd>
881
-
882
-
883
- <div class="description">
884
- Alias for addEventListener
885
- </div>
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
-
896
- <dl class="details">
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
-
905
-
906
-
907
-
908
-
909
-
910
-
911
-
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
-
923
-
924
-
925
-
926
-
927
-
928
-
929
-
930
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
931
- <dd class="tag-see">
932
- <ul>
933
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
934
- </ul>
935
- </dd>
936
-
937
-
938
-
939
- </dl>
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
- </dd>
956
-
957
-
958
-
959
- <hr>
960
- <dt>
961
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
962
-
963
-
964
- </dt>
965
- <dd>
966
-
967
-
968
- <div class="description">
969
- Removes event listeners from this object
970
- </div>
971
-
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
- <h5>Parameters:</h5>
980
-
981
-
982
- <table class="params table table-striped">
983
- <thead>
984
- <tr>
985
-
986
- <th>Name</th>
987
-
988
-
989
- <th>Type</th>
990
-
991
-
992
- <th>Argument</th>
993
-
994
-
995
-
996
-
997
- <th class="last">Description</th>
998
- </tr>
999
- </thead>
1000
-
1001
- <tbody>
1002
-
1003
-
1004
- <tr>
1005
-
1006
- <td class="name"><code>type</code></td>
1007
-
1008
-
1009
- <td class="type">
1010
-
1011
-
1012
- <span class="param-type">string</span>
1013
-
1014
-
1015
-
1016
-
1017
- </td>
1018
-
1019
-
1020
- <td class="attributes">
1021
-
1022
-
1023
-
1024
-
1025
-
1026
- </td>
1027
-
1028
-
1029
-
1030
-
1031
- <td class="description last">The event type to remove listeners from</td>
1032
- </tr>
1033
-
1034
-
1035
-
1036
- <tr>
1037
-
1038
- <td class="name"><code>listener</code></td>
1039
-
1040
-
1041
- <td class="type">
1042
-
1043
-
1044
- <span class="param-type">function</span>
1045
-
1046
-
1047
-
1048
-
1049
- </td>
1050
-
1051
-
1052
- <td class="attributes">
1053
-
1054
- &lt;optional><br>
1055
-
1056
-
1057
-
1058
-
1059
-
1060
- </td>
1061
-
1062
-
1063
-
1064
-
1065
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1066
- </tr>
1067
-
1068
-
1069
-
1070
- <tr>
1071
-
1072
- <td class="name"><code>thisObject</code></td>
1073
-
1074
-
1075
- <td class="type">
1076
-
1077
-
1078
- <span class="param-type">object</span>
1079
-
1080
-
1081
-
1082
-
1083
- </td>
1084
-
1085
-
1086
- <td class="attributes">
1087
-
1088
- &lt;optional><br>
1089
-
1090
-
1091
-
1092
-
1093
-
1094
- </td>
1095
-
1096
-
1097
-
1098
-
1099
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1100
- </tr>
1101
-
1102
-
1103
-
1104
- <tr>
1105
-
1106
- <td class="name"><code>useCapture</code></td>
1107
-
1108
-
1109
- <td class="type">
1110
-
1111
-
1112
- <span class="param-type">bool</span>
1113
-
1114
-
1115
-
1116
-
1117
- </td>
1118
-
1119
-
1120
- <td class="attributes">
1121
-
1122
- &lt;optional><br>
1123
-
1124
-
1125
-
1126
-
1127
-
1128
- </td>
1129
-
1130
-
1131
-
1132
-
1133
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1134
- </tr>
1135
-
1136
-
1137
- </tbody>
1138
- </table>
1139
-
1140
-
1141
-
1142
-
1143
- <dl class="details">
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
-
1159
-
1160
-
1161
-
1162
-
1163
-
1164
-
1165
-
1166
-
1167
-
1168
-
1169
-
1170
-
1171
-
1172
-
1173
-
1174
-
1175
-
1176
-
1177
-
1178
-
1179
- </dl>
1180
-
1181
-
1182
-
1183
-
1184
-
1185
-
1186
-
1187
-
1188
-
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
- </dd>
1196
-
1197
-
1198
-
1199
- <hr>
1200
- <dt>
1201
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1202
-
1203
-
1204
- </dt>
1205
- <dd>
1206
-
1207
-
1208
- <div class="description">
1209
- Alias for removeEventListener
1210
- </div>
1211
-
1212
-
1213
-
1214
-
1215
-
1216
-
1217
-
1218
-
1219
-
1220
-
1221
- <dl class="details">
1222
-
1223
-
1224
-
1225
-
1226
-
1227
-
1228
-
1229
-
1230
-
1231
-
1232
-
1233
-
1234
-
1235
-
1236
-
1237
-
1238
-
1239
-
1240
-
1241
-
1242
-
1243
-
1244
-
1245
-
1246
-
1247
-
1248
-
1249
-
1250
-
1251
-
1252
-
1253
-
1254
-
1255
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1256
- <dd class="tag-see">
1257
- <ul>
1258
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1259
- </ul>
1260
- </dd>
1261
-
1262
-
1263
-
1264
- </dl>
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
- </dd>
1281
-
1282
- </dl>
1283
-
1284
-
1285
-
1286
-
1287
-
1288
- </article>
1289
-
1290
- </section>
1291
-
1292
-
1293
-
1294
-
1295
- </div>
1296
- </div>
1297
-
1298
- <div class="clearfix"></div>
1299
-
1300
-
1301
- <div class="col-md-3">
1302
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1303
- </div>
1304
-
1305
-
1306
- </div>
1307
- </div>
1308
-
1309
-
1310
- <div class="modal fade" id="searchResults">
1311
- <div class="modal-dialog">
1312
- <div class="modal-content">
1313
- <div class="modal-header">
1314
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1315
- <h4 class="modal-title">Search results</h4>
1316
- </div>
1317
- <div class="modal-body"></div>
1318
- <div class="modal-footer">
1319
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1320
- </div>
1321
- </div><!-- /.modal-content -->
1322
- </div><!-- /.modal-dialog -->
1323
- </div>
1324
-
1325
-
1326
- <footer>
1327
-
1328
-
1329
- <span class="jsdoc-message">
1330
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1331
-
1332
- on 2019-01-18T10:34:57+00:00
1333
-
1334
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1335
- </span>
1336
- </footer>
1337
-
1338
- <script src="scripts/docstrap.lib.js"></script>
1339
- <script src="scripts/toc.js"></script>
1340
-
1341
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1342
-
1343
-
1344
- <script>
1345
- $( function () {
1346
- $( "[id*='$']" ).each( function () {
1347
- var $this = $( this );
1348
-
1349
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1350
- } );
1351
-
1352
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1353
- var $this = $( this );
1354
-
1355
- var example = $this.find( "code" );
1356
- exampleText = example.html();
1357
- var lang = /{@lang (.*?)}/.exec( exampleText );
1358
- if ( lang && lang[1] ) {
1359
- exampleText = exampleText.replace( lang[0], "" );
1360
- example.html( exampleText );
1361
- lang = lang[1];
1362
- } else {
1363
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1364
- lang = langClassMatch ? langClassMatch[1] : "javascript";
1365
- }
1366
-
1367
- if ( lang ) {
1368
-
1369
- $this
1370
- .addClass( "sunlight-highlight-" + lang )
1371
- .addClass( "linenums" )
1372
- .html( example.html() );
1373
-
1374
- }
1375
- } );
1376
-
1377
- Sunlight.highlightAll( {
1378
- lineNumbers : false,
1379
- showMenu : true,
1380
- enableDoclinks : true
1381
- } );
1382
-
1383
- $.catchAnchorLinks( {
1384
- navbarOffset: 10
1385
- } );
1386
- $( "#toc" ).toc( {
1387
- anchorName : function ( i, heading, prefix ) {
1388
- return $( heading ).attr( "id" ) || ( prefix + i );
1389
- },
1390
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1391
- showAndHide : false,
1392
- smoothScrolling: true
1393
- } );
1394
-
1395
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1396
- $( '.dropdown-toggle' ).dropdown();
1397
-
1398
- $( "table" ).each( function () {
1399
- var $this = $( this );
1400
- $this.addClass('table');
1401
- } );
1402
-
1403
- } );
1404
- </script>
1405
-
1406
-
1407
-
1408
- <!--Navigation and Symbol Display-->
1409
-
1410
-
1411
- <!--Google Analytics-->
1412
-
1413
-
1414
-
1415
- <script type="text/javascript">
1416
- $(document).ready(function() {
1417
- SearcherDisplay.init();
1418
- });
1419
- </script>
1420
-
1421
-
1422
- </body>
1423
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: EventDispatcher</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: EventDispatcher</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ EventDispatcher
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.EventDispatcher</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="EventDispatcher"><span class="type-signature"></span>new EventDispatcher()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for any (non HTMLElement) object which dispatches or listens for events
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <h3 class="subsection-title">Methods</h3>
187
+
188
+ <dl>
189
+
190
+ <hr>
191
+ <dt>
192
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
193
+
194
+
195
+ </dt>
196
+ <dd>
197
+
198
+
199
+ <div class="description">
200
+ Handles the logic of triggering listeners
201
+ </div>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+
267
+
268
+ <hr>
269
+ <dt>
270
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
271
+
272
+
273
+ </dt>
274
+ <dd>
275
+
276
+
277
+ <div class="description">
278
+ Adds an event listener on this object
279
+ </div>
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ <h5>Parameters:</h5>
289
+
290
+
291
+ <table class="params table table-striped">
292
+ <thead>
293
+ <tr>
294
+
295
+ <th>Name</th>
296
+
297
+
298
+ <th>Type</th>
299
+
300
+
301
+ <th>Argument</th>
302
+
303
+
304
+
305
+
306
+ <th class="last">Description</th>
307
+ </tr>
308
+ </thead>
309
+
310
+ <tbody>
311
+
312
+
313
+ <tr>
314
+
315
+ <td class="name"><code>type</code></td>
316
+
317
+
318
+ <td class="type">
319
+
320
+
321
+ <span class="param-type">string</span>
322
+
323
+
324
+
325
+
326
+ </td>
327
+
328
+
329
+ <td class="attributes">
330
+
331
+
332
+
333
+
334
+
335
+ </td>
336
+
337
+
338
+
339
+
340
+ <td class="description last">The event type, or multiple types separated by spaces</td>
341
+ </tr>
342
+
343
+
344
+
345
+ <tr>
346
+
347
+ <td class="name"><code>callback</code></td>
348
+
349
+
350
+ <td class="type">
351
+
352
+
353
+ <span class="param-type">function</span>
354
+
355
+
356
+
357
+
358
+ </td>
359
+
360
+
361
+ <td class="attributes">
362
+
363
+
364
+
365
+
366
+
367
+ </td>
368
+
369
+
370
+
371
+
372
+ <td class="description last">The callback to call when the event fires</td>
373
+ </tr>
374
+
375
+
376
+
377
+ <tr>
378
+
379
+ <td class="name"><code>thisObject</code></td>
380
+
381
+
382
+ <td class="type">
383
+
384
+
385
+ <span class="param-type">object</span>
386
+
387
+
388
+
389
+
390
+ </td>
391
+
392
+
393
+ <td class="attributes">
394
+
395
+ &lt;optional><br>
396
+
397
+
398
+
399
+
400
+
401
+ </td>
402
+
403
+
404
+
405
+
406
+ <td class="description last">The object to use as "this" when firing the callback</td>
407
+ </tr>
408
+
409
+
410
+
411
+ <tr>
412
+
413
+ <td class="name"><code>useCapture</code></td>
414
+
415
+
416
+ <td class="type">
417
+
418
+
419
+ <span class="param-type">bool</span>
420
+
421
+
422
+
423
+
424
+ </td>
425
+
426
+
427
+ <td class="attributes">
428
+
429
+ &lt;optional><br>
430
+
431
+
432
+
433
+
434
+
435
+ </td>
436
+
437
+
438
+
439
+
440
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
441
+ </tr>
442
+
443
+
444
+ </tbody>
445
+ </table>
446
+
447
+
448
+
449
+
450
+ <dl class="details">
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+ </dl>
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+ </dd>
503
+
504
+
505
+
506
+ <hr>
507
+ <dt>
508
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
509
+
510
+
511
+ </dt>
512
+ <dd>
513
+
514
+
515
+ <div class="description">
516
+ Fires an event on this object
517
+ </div>
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+ <h5>Parameters:</h5>
527
+
528
+
529
+ <table class="params table table-striped">
530
+ <thead>
531
+ <tr>
532
+
533
+ <th>Name</th>
534
+
535
+
536
+ <th>Type</th>
537
+
538
+
539
+
540
+
541
+
542
+ <th class="last">Description</th>
543
+ </tr>
544
+ </thead>
545
+
546
+ <tbody>
547
+
548
+
549
+ <tr>
550
+
551
+ <td class="name"><code>event</code></td>
552
+
553
+
554
+ <td class="type">
555
+
556
+
557
+ <span class="param-type">string</span>
558
+ |
559
+
560
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
561
+
562
+
563
+
564
+
565
+ </td>
566
+
567
+
568
+
569
+
570
+
571
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
572
+ </tr>
573
+
574
+
575
+ </tbody>
576
+ </table>
577
+
578
+
579
+
580
+
581
+ <dl class="details">
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+ </dl>
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+ </dd>
634
+
635
+
636
+
637
+ <hr>
638
+ <dt>
639
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
640
+
641
+
642
+ </dt>
643
+ <dd>
644
+
645
+
646
+ <div class="description">
647
+ Test for listeners of type on this object
648
+ </div>
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+ <h5>Parameters:</h5>
658
+
659
+
660
+ <table class="params table table-striped">
661
+ <thead>
662
+ <tr>
663
+
664
+ <th>Name</th>
665
+
666
+
667
+ <th>Type</th>
668
+
669
+
670
+
671
+
672
+
673
+ <th class="last">Description</th>
674
+ </tr>
675
+ </thead>
676
+
677
+ <tbody>
678
+
679
+
680
+ <tr>
681
+
682
+ <td class="name"><code>type</code></td>
683
+
684
+
685
+ <td class="type">
686
+
687
+
688
+ <span class="param-type">string</span>
689
+
690
+
691
+
692
+
693
+ </td>
694
+
695
+
696
+
697
+
698
+
699
+ <td class="description last">The event type to test for</td>
700
+ </tr>
701
+
702
+
703
+ </tbody>
704
+ </table>
705
+
706
+
707
+
708
+
709
+ <dl class="details">
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+ </dl>
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+ <h5>Returns:</h5>
760
+
761
+
762
+ <div class="param-desc">
763
+ True if this object has listeners bound for the specified type
764
+ </div>
765
+
766
+
767
+
768
+ <dl>
769
+ <dt>
770
+ Type
771
+ </dt>
772
+ <dd>
773
+
774
+ <span class="param-type">bool</span>
775
+
776
+
777
+
778
+ </dd>
779
+ </dl>
780
+
781
+
782
+
783
+
784
+
785
+ </dd>
786
+
787
+
788
+
789
+ <hr>
790
+ <dt>
791
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
792
+
793
+
794
+ </dt>
795
+ <dd>
796
+
797
+
798
+ <div class="description">
799
+ Alias for removeEventListener
800
+ </div>
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+ <dl class="details">
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
846
+ <dd class="tag-see">
847
+ <ul>
848
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
849
+ </ul>
850
+ </dd>
851
+
852
+
853
+
854
+ </dl>
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+ </dd>
871
+
872
+
873
+
874
+ <hr>
875
+ <dt>
876
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
877
+
878
+
879
+ </dt>
880
+ <dd>
881
+
882
+
883
+ <div class="description">
884
+ Alias for addEventListener
885
+ </div>
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+ <dl class="details">
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
931
+ <dd class="tag-see">
932
+ <ul>
933
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
934
+ </ul>
935
+ </dd>
936
+
937
+
938
+
939
+ </dl>
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+ </dd>
956
+
957
+
958
+
959
+ <hr>
960
+ <dt>
961
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
962
+
963
+
964
+ </dt>
965
+ <dd>
966
+
967
+
968
+ <div class="description">
969
+ Removes event listeners from this object
970
+ </div>
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+ <h5>Parameters:</h5>
980
+
981
+
982
+ <table class="params table table-striped">
983
+ <thead>
984
+ <tr>
985
+
986
+ <th>Name</th>
987
+
988
+
989
+ <th>Type</th>
990
+
991
+
992
+ <th>Argument</th>
993
+
994
+
995
+
996
+
997
+ <th class="last">Description</th>
998
+ </tr>
999
+ </thead>
1000
+
1001
+ <tbody>
1002
+
1003
+
1004
+ <tr>
1005
+
1006
+ <td class="name"><code>type</code></td>
1007
+
1008
+
1009
+ <td class="type">
1010
+
1011
+
1012
+ <span class="param-type">string</span>
1013
+
1014
+
1015
+
1016
+
1017
+ </td>
1018
+
1019
+
1020
+ <td class="attributes">
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+ </td>
1027
+
1028
+
1029
+
1030
+
1031
+ <td class="description last">The event type to remove listeners from</td>
1032
+ </tr>
1033
+
1034
+
1035
+
1036
+ <tr>
1037
+
1038
+ <td class="name"><code>listener</code></td>
1039
+
1040
+
1041
+ <td class="type">
1042
+
1043
+
1044
+ <span class="param-type">function</span>
1045
+
1046
+
1047
+
1048
+
1049
+ </td>
1050
+
1051
+
1052
+ <td class="attributes">
1053
+
1054
+ &lt;optional><br>
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+ </td>
1061
+
1062
+
1063
+
1064
+
1065
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1066
+ </tr>
1067
+
1068
+
1069
+
1070
+ <tr>
1071
+
1072
+ <td class="name"><code>thisObject</code></td>
1073
+
1074
+
1075
+ <td class="type">
1076
+
1077
+
1078
+ <span class="param-type">object</span>
1079
+
1080
+
1081
+
1082
+
1083
+ </td>
1084
+
1085
+
1086
+ <td class="attributes">
1087
+
1088
+ &lt;optional><br>
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ </td>
1095
+
1096
+
1097
+
1098
+
1099
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1100
+ </tr>
1101
+
1102
+
1103
+
1104
+ <tr>
1105
+
1106
+ <td class="name"><code>useCapture</code></td>
1107
+
1108
+
1109
+ <td class="type">
1110
+
1111
+
1112
+ <span class="param-type">bool</span>
1113
+
1114
+
1115
+
1116
+
1117
+ </td>
1118
+
1119
+
1120
+ <td class="attributes">
1121
+
1122
+ &lt;optional><br>
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+ </td>
1129
+
1130
+
1131
+
1132
+
1133
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1134
+ </tr>
1135
+
1136
+
1137
+ </tbody>
1138
+ </table>
1139
+
1140
+
1141
+
1142
+
1143
+ <dl class="details">
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ </dl>
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+ </dd>
1196
+
1197
+
1198
+
1199
+ <hr>
1200
+ <dt>
1201
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1202
+
1203
+
1204
+ </dt>
1205
+ <dd>
1206
+
1207
+
1208
+ <div class="description">
1209
+ Alias for removeEventListener
1210
+ </div>
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+ <dl class="details">
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1256
+ <dd class="tag-see">
1257
+ <ul>
1258
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1259
+ </ul>
1260
+ </dd>
1261
+
1262
+
1263
+
1264
+ </dl>
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+ </dd>
1281
+
1282
+ </dl>
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+ </article>
1289
+
1290
+ </section>
1291
+
1292
+
1293
+
1294
+
1295
+ </div>
1296
+ </div>
1297
+
1298
+ <div class="clearfix"></div>
1299
+
1300
+
1301
+ <div class="col-md-3">
1302
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1303
+ </div>
1304
+
1305
+
1306
+ </div>
1307
+ </div>
1308
+
1309
+
1310
+ <div class="modal fade" id="searchResults">
1311
+ <div class="modal-dialog">
1312
+ <div class="modal-content">
1313
+ <div class="modal-header">
1314
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1315
+ <h4 class="modal-title">Search results</h4>
1316
+ </div>
1317
+ <div class="modal-body"></div>
1318
+ <div class="modal-footer">
1319
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1320
+ </div>
1321
+ </div><!-- /.modal-content -->
1322
+ </div><!-- /.modal-dialog -->
1323
+ </div>
1324
+
1325
+
1326
+ <footer>
1327
+
1328
+
1329
+ <span class="jsdoc-message">
1330
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1331
+
1332
+ on 2019-01-20T11:35:48+00:00
1333
+
1334
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1335
+ </span>
1336
+ </footer>
1337
+
1338
+ <script src="scripts/docstrap.lib.js"></script>
1339
+ <script src="scripts/toc.js"></script>
1340
+
1341
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1342
+
1343
+
1344
+ <script>
1345
+ $( function () {
1346
+ $( "[id*='$']" ).each( function () {
1347
+ var $this = $( this );
1348
+
1349
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1350
+ } );
1351
+
1352
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1353
+ var $this = $( this );
1354
+
1355
+ var example = $this.find( "code" );
1356
+ exampleText = example.html();
1357
+ var lang = /{@lang (.*?)}/.exec( exampleText );
1358
+ if ( lang && lang[1] ) {
1359
+ exampleText = exampleText.replace( lang[0], "" );
1360
+ example.html( exampleText );
1361
+ lang = lang[1];
1362
+ } else {
1363
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1364
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
1365
+ }
1366
+
1367
+ if ( lang ) {
1368
+
1369
+ $this
1370
+ .addClass( "sunlight-highlight-" + lang )
1371
+ .addClass( "linenums" )
1372
+ .html( example.html() );
1373
+
1374
+ }
1375
+ } );
1376
+
1377
+ Sunlight.highlightAll( {
1378
+ lineNumbers : false,
1379
+ showMenu : true,
1380
+ enableDoclinks : true
1381
+ } );
1382
+
1383
+ $.catchAnchorLinks( {
1384
+ navbarOffset: 10
1385
+ } );
1386
+ $( "#toc" ).toc( {
1387
+ anchorName : function ( i, heading, prefix ) {
1388
+ return $( heading ).attr( "id" ) || ( prefix + i );
1389
+ },
1390
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1391
+ showAndHide : false,
1392
+ smoothScrolling: true
1393
+ } );
1394
+
1395
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1396
+ $( '.dropdown-toggle' ).dropdown();
1397
+
1398
+ $( "table" ).each( function () {
1399
+ var $this = $( this );
1400
+ $this.addClass('table');
1401
+ } );
1402
+
1403
+ } );
1404
+ </script>
1405
+
1406
+
1407
+
1408
+ <!--Navigation and Symbol Display-->
1409
+
1410
+
1411
+ <!--Google Analytics-->
1412
+
1413
+
1414
+
1415
+ <script type="text/javascript">
1416
+ $(document).ready(function() {
1417
+ SearcherDisplay.init();
1418
+ });
1419
+ </script>
1420
+
1421
+
1422
+ </body>
1423
  </html>
docs/js/WPGMZA.FriendlyError.html CHANGED
@@ -1,334 +1,334 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: FriendlyError</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: FriendlyError</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- FriendlyError
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.FriendlyError</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="FriendlyError"><span class="type-signature"></span>new FriendlyError()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Deprecated
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
- <dt class="important tag-deprecated method-doc-label method-doc-details-label">Deprecated:</dt>
135
-
136
- <dd class="yes-def tag-deprecated">
137
- <ul class="dummy">
138
- <li>Yes</li>
139
- </ul>
140
- </dd>
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
- </dl>
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
- </dd>
178
-
179
-
180
- </div>
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
- </article>
200
-
201
- </section>
202
-
203
-
204
-
205
-
206
- </div>
207
- </div>
208
-
209
- <div class="clearfix"></div>
210
-
211
-
212
- <div class="col-md-3">
213
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
214
- </div>
215
-
216
-
217
- </div>
218
- </div>
219
-
220
-
221
- <div class="modal fade" id="searchResults">
222
- <div class="modal-dialog">
223
- <div class="modal-content">
224
- <div class="modal-header">
225
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
226
- <h4 class="modal-title">Search results</h4>
227
- </div>
228
- <div class="modal-body"></div>
229
- <div class="modal-footer">
230
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
231
- </div>
232
- </div><!-- /.modal-content -->
233
- </div><!-- /.modal-dialog -->
234
- </div>
235
-
236
-
237
- <footer>
238
-
239
-
240
- <span class="jsdoc-message">
241
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
242
-
243
- on 2019-01-18T10:34:57+00:00
244
-
245
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
246
- </span>
247
- </footer>
248
-
249
- <script src="scripts/docstrap.lib.js"></script>
250
- <script src="scripts/toc.js"></script>
251
-
252
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
253
-
254
-
255
- <script>
256
- $( function () {
257
- $( "[id*='$']" ).each( function () {
258
- var $this = $( this );
259
-
260
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
261
- } );
262
-
263
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
264
- var $this = $( this );
265
-
266
- var example = $this.find( "code" );
267
- exampleText = example.html();
268
- var lang = /{@lang (.*?)}/.exec( exampleText );
269
- if ( lang && lang[1] ) {
270
- exampleText = exampleText.replace( lang[0], "" );
271
- example.html( exampleText );
272
- lang = lang[1];
273
- } else {
274
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
275
- lang = langClassMatch ? langClassMatch[1] : "javascript";
276
- }
277
-
278
- if ( lang ) {
279
-
280
- $this
281
- .addClass( "sunlight-highlight-" + lang )
282
- .addClass( "linenums" )
283
- .html( example.html() );
284
-
285
- }
286
- } );
287
-
288
- Sunlight.highlightAll( {
289
- lineNumbers : false,
290
- showMenu : true,
291
- enableDoclinks : true
292
- } );
293
-
294
- $.catchAnchorLinks( {
295
- navbarOffset: 10
296
- } );
297
- $( "#toc" ).toc( {
298
- anchorName : function ( i, heading, prefix ) {
299
- return $( heading ).attr( "id" ) || ( prefix + i );
300
- },
301
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
302
- showAndHide : false,
303
- smoothScrolling: true
304
- } );
305
-
306
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
307
- $( '.dropdown-toggle' ).dropdown();
308
-
309
- $( "table" ).each( function () {
310
- var $this = $( this );
311
- $this.addClass('table');
312
- } );
313
-
314
- } );
315
- </script>
316
-
317
-
318
-
319
- <!--Navigation and Symbol Display-->
320
-
321
-
322
- <!--Google Analytics-->
323
-
324
-
325
-
326
- <script type="text/javascript">
327
- $(document).ready(function() {
328
- SearcherDisplay.init();
329
- });
330
- </script>
331
-
332
-
333
- </body>
334
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: FriendlyError</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: FriendlyError</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ FriendlyError
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.FriendlyError</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="FriendlyError"><span class="type-signature"></span>new FriendlyError()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Deprecated
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+ <dt class="important tag-deprecated method-doc-label method-doc-details-label">Deprecated:</dt>
135
+
136
+ <dd class="yes-def tag-deprecated">
137
+ <ul class="dummy">
138
+ <li>Yes</li>
139
+ </ul>
140
+ </dd>
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+ </dl>
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+ </dd>
178
+
179
+
180
+ </div>
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+ </article>
200
+
201
+ </section>
202
+
203
+
204
+
205
+
206
+ </div>
207
+ </div>
208
+
209
+ <div class="clearfix"></div>
210
+
211
+
212
+ <div class="col-md-3">
213
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
214
+ </div>
215
+
216
+
217
+ </div>
218
+ </div>
219
+
220
+
221
+ <div class="modal fade" id="searchResults">
222
+ <div class="modal-dialog">
223
+ <div class="modal-content">
224
+ <div class="modal-header">
225
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
226
+ <h4 class="modal-title">Search results</h4>
227
+ </div>
228
+ <div class="modal-body"></div>
229
+ <div class="modal-footer">
230
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
231
+ </div>
232
+ </div><!-- /.modal-content -->
233
+ </div><!-- /.modal-dialog -->
234
+ </div>
235
+
236
+
237
+ <footer>
238
+
239
+
240
+ <span class="jsdoc-message">
241
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
242
+
243
+ on 2019-01-20T11:35:48+00:00
244
+
245
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
246
+ </span>
247
+ </footer>
248
+
249
+ <script src="scripts/docstrap.lib.js"></script>
250
+ <script src="scripts/toc.js"></script>
251
+
252
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
253
+
254
+
255
+ <script>
256
+ $( function () {
257
+ $( "[id*='$']" ).each( function () {
258
+ var $this = $( this );
259
+
260
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
261
+ } );
262
+
263
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
264
+ var $this = $( this );
265
+
266
+ var example = $this.find( "code" );
267
+ exampleText = example.html();
268
+ var lang = /{@lang (.*?)}/.exec( exampleText );
269
+ if ( lang && lang[1] ) {
270
+ exampleText = exampleText.replace( lang[0], "" );
271
+ example.html( exampleText );
272
+ lang = lang[1];
273
+ } else {
274
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
275
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
276
+ }
277
+
278
+ if ( lang ) {
279
+
280
+ $this
281
+ .addClass( "sunlight-highlight-" + lang )
282
+ .addClass( "linenums" )
283
+ .html( example.html() );
284
+
285
+ }
286
+ } );
287
+
288
+ Sunlight.highlightAll( {
289
+ lineNumbers : false,
290
+ showMenu : true,
291
+ enableDoclinks : true
292
+ } );
293
+
294
+ $.catchAnchorLinks( {
295
+ navbarOffset: 10
296
+ } );
297
+ $( "#toc" ).toc( {
298
+ anchorName : function ( i, heading, prefix ) {
299
+ return $( heading ).attr( "id" ) || ( prefix + i );
300
+ },
301
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
302
+ showAndHide : false,
303
+ smoothScrolling: true
304
+ } );
305
+
306
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
307
+ $( '.dropdown-toggle' ).dropdown();
308
+
309
+ $( "table" ).each( function () {
310
+ var $this = $( this );
311
+ $this.addClass('table');
312
+ } );
313
+
314
+ } );
315
+ </script>
316
+
317
+
318
+
319
+ <!--Navigation and Symbol Display-->
320
+
321
+
322
+ <!--Google Analytics-->
323
+
324
+
325
+
326
+ <script type="text/javascript">
327
+ $(document).ready(function() {
328
+ SearcherDisplay.init();
329
+ });
330
+ </script>
331
+
332
+
333
+ </body>
334
  </html>
docs/js/WPGMZA.Geocoder.html CHANGED
@@ -1,1228 +1,1228 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Geocoder</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Geocoder</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Geocoder
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Geocoder</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Geocoder"><span class="type-signature"></span>new Geocoder()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for geocoders. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
- <dd class="tag-see">
152
- <ul>
153
- <li><a href="WPGMZA.Geocoder.html#.createInstance">WPGMZA.Geocoder.createInstance</a></li>
154
- </ul>
155
- </dd>
156
-
157
-
158
-
159
- </dl>
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- </dd>
176
-
177
-
178
- </div>
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
- <h3 class="subsection-title">Members</h3>
192
-
193
- <dl>
194
-
195
- <hr>
196
- <dt class="name" id=".FAIL">
197
- <h4 id=".FAIL"><span class="type-signature">&lt;static, constant> </span>FAIL<span class="type-signature"></span></h4>
198
-
199
-
200
- </dt>
201
- <dd>
202
-
203
- <div class="description">
204
- Indicates the geocode failed, usually due to technical reasons (eg connectivity)
205
- </div>
206
-
207
-
208
-
209
-
210
-
211
- <dl class="details">
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
- </dl>
248
-
249
-
250
-
251
- </dd>
252
-
253
-
254
-
255
- <hr>
256
- <dt class="name" id=".SUCCESS">
257
- <h4 id=".SUCCESS"><span class="type-signature">&lt;static, constant> </span>SUCCESS<span class="type-signature"></span></h4>
258
-
259
-
260
- </dt>
261
- <dd>
262
-
263
- <div class="description">
264
- Indicates a successful geocode, with one or more results
265
- </div>
266
-
267
-
268
-
269
-
270
-
271
- <dl class="details">
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
- </dl>
308
-
309
-
310
-
311
- </dd>
312
-
313
-
314
-
315
- <hr>
316
- <dt class="name" id=".ZERO_RESULTS">
317
- <h4 id=".ZERO_RESULTS"><span class="type-signature">&lt;static, constant> </span>ZERO_RESULTS<span class="type-signature"></span></h4>
318
-
319
-
320
- </dt>
321
- <dd>
322
-
323
- <div class="description">
324
- Indicates the geocode was successful, but returned no results
325
- </div>
326
-
327
-
328
-
329
-
330
-
331
- <dl class="details">
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
-
367
- </dl>
368
-
369
-
370
-
371
- </dd>
372
-
373
- </dl>
374
-
375
-
376
-
377
- <h3 class="subsection-title">Methods</h3>
378
-
379
- <dl>
380
-
381
- <hr>
382
- <dt>
383
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance()</h4>
384
-
385
-
386
- </dt>
387
- <dd>
388
-
389
-
390
- <div class="description">
391
- Creates an instance of a Geocoder, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>
392
- </div>
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
- <dl class="details">
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
- </dl>
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
- <h5>Returns:</h5>
454
-
455
-
456
- <div class="param-desc">
457
- A subclass of WPGMZA.Geocoder
458
- </div>
459
-
460
-
461
-
462
- <dl>
463
- <dt>
464
- Type
465
- </dt>
466
- <dd>
467
-
468
- <span class="param-type"><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></span>
469
-
470
-
471
-
472
- </dd>
473
- </dl>
474
-
475
-
476
-
477
-
478
-
479
- </dd>
480
-
481
-
482
-
483
- <hr>
484
- <dt>
485
- <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
486
-
487
-
488
- </dt>
489
- <dd>
490
-
491
-
492
- <div class="description">
493
- Returns the contructor to be used by createInstance, depending on the selected maps engine.
494
- </div>
495
-
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
-
504
-
505
- <dl class="details">
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
-
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
- </dl>
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
- <h5>Returns:</h5>
556
-
557
-
558
- <div class="param-desc">
559
- The appropriate contructor
560
- </div>
561
-
562
-
563
-
564
- <dl>
565
- <dt>
566
- Type
567
- </dt>
568
- <dd>
569
-
570
- <span class="param-type">function</span>
571
-
572
-
573
-
574
- </dd>
575
- </dl>
576
-
577
-
578
-
579
-
580
-
581
- </dd>
582
-
583
-
584
-
585
- <hr>
586
- <dt>
587
- <h4 class="name" id="geocode"><span class="type-signature"></span>geocode(options)</h4>
588
-
589
-
590
- </dt>
591
- <dd>
592
-
593
-
594
- <div class="description">
595
- Geocodes either an address or a latitude and longitude coordinate pair, depending on the input
596
- </div>
597
-
598
-
599
-
600
-
601
-
602
-
603
-
604
-
605
- <h5>Parameters:</h5>
606
-
607
-
608
- <table class="params table table-striped">
609
- <thead>
610
- <tr>
611
-
612
- <th>Name</th>
613
-
614
-
615
- <th>Type</th>
616
-
617
-
618
-
619
-
620
-
621
- <th class="last">Description</th>
622
- </tr>
623
- </thead>
624
-
625
- <tbody>
626
-
627
-
628
- <tr>
629
-
630
- <td class="name"><code>options</code></td>
631
-
632
-
633
- <td class="type">
634
-
635
-
636
- <span class="param-type">object</span>
637
-
638
-
639
-
640
-
641
- </td>
642
-
643
-
644
-
645
-
646
-
647
- <td class="description last">The options to geocode, you must supply <em>either</em> latLng <em>or</em> address.</td>
648
- </tr>
649
-
650
-
651
- </tbody>
652
- </table>
653
-
654
-
655
-
656
-
657
- <dl class="details">
658
-
659
-
660
-
661
-
662
-
663
-
664
-
665
-
666
-
667
-
668
-
669
-
670
-
671
-
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
-
680
-
681
-
682
-
683
-
684
-
685
-
686
-
687
-
688
-
689
-
690
-
691
-
692
-
693
- </dl>
694
-
695
-
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
-
705
- <h5>Throws:</h5>
706
-
707
-
708
-
709
- <div class="param-desc">
710
-
711
- You must supply either a latLng or address
712
-
713
- </div>
714
-
715
-
716
-
717
-
718
-
719
- <h5>Returns:</h5>
720
-
721
-
722
-
723
-
724
- <dl>
725
- <dt>
726
- Type
727
- </dt>
728
- <dd>
729
-
730
- <span class="param-type">void</span>
731
-
732
-
733
-
734
- </dd>
735
- </dl>
736
-
737
-
738
-
739
-
740
-
741
- </dd>
742
-
743
-
744
-
745
- <hr>
746
- <dt>
747
- <h4 class="name" id="getAddressFromLatLng"><span class="type-signature"></span>getAddressFromLatLng(options, callback)</h4>
748
-
749
-
750
- </dt>
751
- <dd>
752
-
753
-
754
- <div class="description">
755
- Attempts to convert latitud eand longitude coordinates into a street address. By default this will simply return the coordinates wrapped in an array.
756
- </div>
757
-
758
-
759
-
760
-
761
-
762
-
763
-
764
-
765
- <h5>Parameters:</h5>
766
-
767
-
768
- <table class="params table table-striped">
769
- <thead>
770
- <tr>
771
-
772
- <th>Name</th>
773
-
774
-
775
- <th>Type</th>
776
-
777
-
778
-
779
-
780
-
781
- <th class="last">Description</th>
782
- </tr>
783
- </thead>
784
-
785
- <tbody>
786
-
787
-
788
- <tr>
789
-
790
- <td class="name"><code>options</code></td>
791
-
792
-
793
- <td class="type">
794
-
795
-
796
- <span class="param-type">object</span>
797
-
798
-
799
-
800
-
801
- </td>
802
-
803
-
804
-
805
-
806
-
807
- <td class="description last">The options to geocode, latLng is mandatory.</td>
808
- </tr>
809
-
810
-
811
-
812
- <tr>
813
-
814
- <td class="name"><code>callback</code></td>
815
-
816
-
817
- <td class="type">
818
-
819
-
820
- <span class="param-type">function</span>
821
-
822
-
823
-
824
-
825
- </td>
826
-
827
-
828
-
829
-
830
-
831
- <td class="description last">The callback to receive the geocode result.</td>
832
- </tr>
833
-
834
-
835
- </tbody>
836
- </table>
837
-
838
-
839
-
840
-
841
- <dl class="details">
842
-
843
-
844
-
845
-
846
-
847
-
848
-
849
-
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
-
869
-
870
-
871
-
872
-
873
-
874
-
875
-
876
-
877
- </dl>
878
-
879
-
880
-
881
-
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
- <h5>Returns:</h5>
892
-
893
-
894
-
895
-
896
- <dl>
897
- <dt>
898
- Type
899
- </dt>
900
- <dd>
901
-
902
- <span class="param-type">void</span>
903
-
904
-
905
-
906
- </dd>
907
- </dl>
908
-
909
-
910
-
911
-
912
-
913
- </dd>
914
-
915
-
916
-
917
- <hr>
918
- <dt>
919
- <h4 class="name" id="getLatLngFromAddress"><span class="type-signature"></span>getLatLngFromAddress(options, callback)</h4>
920
-
921
-
922
- </dt>
923
- <dd>
924
-
925
-
926
- <div class="description">
927
- Attempts to convert a street address to an array of potential coordinates that match the address, which are passed to a callback. If the address is interpreted as a latitude and longitude coordinate pair, the callback is immediately fired.
928
- </div>
929
-
930
-
931
-
932
-
933
-
934
-
935
-
936
-
937
- <h5>Parameters:</h5>
938
-
939
-
940
- <table class="params table table-striped">
941
- <thead>
942
- <tr>
943
-
944
- <th>Name</th>
945
-
946
-
947
- <th>Type</th>
948
-
949
-
950
-
951
-
952
-
953
- <th class="last">Description</th>
954
- </tr>
955
- </thead>
956
-
957
- <tbody>
958
-
959
-
960
- <tr>
961
-
962
- <td class="name"><code>options</code></td>
963
-
964
-
965
- <td class="type">
966
-
967
-
968
- <span class="param-type">object</span>
969
-
970
-
971
-
972
-
973
- </td>
974
-
975
-
976
-
977
-
978
-
979
- <td class="description last">The options to geocode, address is mandatory.</td>
980
- </tr>
981
-
982
-
983
-
984
- <tr>
985
-
986
- <td class="name"><code>callback</code></td>
987
-
988
-
989
- <td class="type">
990
-
991
-
992
- <span class="param-type">function</span>
993
-
994
-
995
-
996
-
997
- </td>
998
-
999
-
1000
-
1001
-
1002
-
1003
- <td class="description last">The callback to receive the geocode result.</td>
1004
- </tr>
1005
-
1006
-
1007
- </tbody>
1008
- </table>
1009
-
1010
-
1011
-
1012
-
1013
- <dl class="details">
1014
-
1015
-
1016
-
1017
-
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
-
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
- </dl>
1050
-
1051
-
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
-
1059
-
1060
-
1061
-
1062
-
1063
- <h5>Returns:</h5>
1064
-
1065
-
1066
-
1067
-
1068
- <dl>
1069
- <dt>
1070
- Type
1071
- </dt>
1072
- <dd>
1073
-
1074
- <span class="param-type">void</span>
1075
-
1076
-
1077
-
1078
- </dd>
1079
- </dl>
1080
-
1081
-
1082
-
1083
-
1084
-
1085
- </dd>
1086
-
1087
- </dl>
1088
-
1089
-
1090
-
1091
-
1092
-
1093
- </article>
1094
-
1095
- </section>
1096
-
1097
-
1098
-
1099
-
1100
- </div>
1101
- </div>
1102
-
1103
- <div class="clearfix"></div>
1104
-
1105
-
1106
- <div class="col-md-3">
1107
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1108
- </div>
1109
-
1110
-
1111
- </div>
1112
- </div>
1113
-
1114
-
1115
- <div class="modal fade" id="searchResults">
1116
- <div class="modal-dialog">
1117
- <div class="modal-content">
1118
- <div class="modal-header">
1119
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1120
- <h4 class="modal-title">Search results</h4>
1121
- </div>
1122
- <div class="modal-body"></div>
1123
- <div class="modal-footer">
1124
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1125
- </div>
1126
- </div><!-- /.modal-content -->
1127
- </div><!-- /.modal-dialog -->
1128
- </div>
1129
-
1130
-
1131
- <footer>
1132
-
1133
-
1134
- <span class="jsdoc-message">
1135
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1136
-
1137
- on 2019-01-18T10:34:57+00:00
1138
-
1139
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1140
- </span>
1141
- </footer>
1142
-
1143
- <script src="scripts/docstrap.lib.js"></script>
1144
- <script src="scripts/toc.js"></script>
1145
-
1146
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1147
-
1148
-
1149
- <script>
1150
- $( function () {
1151
- $( "[id*='$']" ).each( function () {
1152
- var $this = $( this );
1153
-
1154
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1155
- } );
1156
-
1157
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1158
- var $this = $( this );
1159
-
1160
- var example = $this.find( "code" );
1161
- exampleText = example.html();
1162
- var lang = /{@lang (.*?)}/.exec( exampleText );
1163
- if ( lang && lang[1] ) {
1164
- exampleText = exampleText.replace( lang[0], "" );
1165
- example.html( exampleText );
1166
- lang = lang[1];
1167
- } else {
1168
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1169
- lang = langClassMatch ? langClassMatch[1] : "javascript";
1170
- }
1171
-
1172
- if ( lang ) {
1173
-
1174
- $this
1175
- .addClass( "sunlight-highlight-" + lang )
1176
- .addClass( "linenums" )
1177
- .html( example.html() );
1178
-
1179
- }
1180
- } );
1181
-
1182
- Sunlight.highlightAll( {
1183
- lineNumbers : false,
1184
- showMenu : true,
1185
- enableDoclinks : true
1186
- } );
1187
-
1188
- $.catchAnchorLinks( {
1189
- navbarOffset: 10
1190
- } );
1191
- $( "#toc" ).toc( {
1192
- anchorName : function ( i, heading, prefix ) {
1193
- return $( heading ).attr( "id" ) || ( prefix + i );
1194
- },
1195
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1196
- showAndHide : false,
1197
- smoothScrolling: true
1198
- } );
1199
-
1200
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1201
- $( '.dropdown-toggle' ).dropdown();
1202
-
1203
- $( "table" ).each( function () {
1204
- var $this = $( this );
1205
- $this.addClass('table');
1206
- } );
1207
-
1208
- } );
1209
- </script>
1210
-
1211
-
1212
-
1213
- <!--Navigation and Symbol Display-->
1214
-
1215
-
1216
- <!--Google Analytics-->
1217
-
1218
-
1219
-
1220
- <script type="text/javascript">
1221
- $(document).ready(function() {
1222
- SearcherDisplay.init();
1223
- });
1224
- </script>
1225
-
1226
-
1227
- </body>
1228
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Geocoder</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Geocoder</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Geocoder
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Geocoder</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Geocoder"><span class="type-signature"></span>new Geocoder()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for geocoders. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
+ <dd class="tag-see">
152
+ <ul>
153
+ <li><a href="WPGMZA.Geocoder.html#.createInstance">WPGMZA.Geocoder.createInstance</a></li>
154
+ </ul>
155
+ </dd>
156
+
157
+
158
+
159
+ </dl>
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </dd>
176
+
177
+
178
+ </div>
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+ <h3 class="subsection-title">Members</h3>
192
+
193
+ <dl>
194
+
195
+ <hr>
196
+ <dt class="name" id=".FAIL">
197
+ <h4 id=".FAIL"><span class="type-signature">&lt;static, constant> </span>FAIL<span class="type-signature"></span></h4>
198
+
199
+
200
+ </dt>
201
+ <dd>
202
+
203
+ <div class="description">
204
+ Indicates the geocode failed, usually due to technical reasons (eg connectivity)
205
+ </div>
206
+
207
+
208
+
209
+
210
+
211
+ <dl class="details">
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+ </dl>
248
+
249
+
250
+
251
+ </dd>
252
+
253
+
254
+
255
+ <hr>
256
+ <dt class="name" id=".SUCCESS">
257
+ <h4 id=".SUCCESS"><span class="type-signature">&lt;static, constant> </span>SUCCESS<span class="type-signature"></span></h4>
258
+
259
+
260
+ </dt>
261
+ <dd>
262
+
263
+ <div class="description">
264
+ Indicates a successful geocode, with one or more results
265
+ </div>
266
+
267
+
268
+
269
+
270
+
271
+ <dl class="details">
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+ </dl>
308
+
309
+
310
+
311
+ </dd>
312
+
313
+
314
+
315
+ <hr>
316
+ <dt class="name" id=".ZERO_RESULTS">
317
+ <h4 id=".ZERO_RESULTS"><span class="type-signature">&lt;static, constant> </span>ZERO_RESULTS<span class="type-signature"></span></h4>
318
+
319
+
320
+ </dt>
321
+ <dd>
322
+
323
+ <div class="description">
324
+ Indicates the geocode was successful, but returned no results
325
+ </div>
326
+
327
+
328
+
329
+
330
+
331
+ <dl class="details">
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+ </dl>
368
+
369
+
370
+
371
+ </dd>
372
+
373
+ </dl>
374
+
375
+
376
+
377
+ <h3 class="subsection-title">Methods</h3>
378
+
379
+ <dl>
380
+
381
+ <hr>
382
+ <dt>
383
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance()</h4>
384
+
385
+
386
+ </dt>
387
+ <dd>
388
+
389
+
390
+ <div class="description">
391
+ Creates an instance of a Geocoder, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>
392
+ </div>
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+ <dl class="details">
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+ </dl>
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+ <h5>Returns:</h5>
454
+
455
+
456
+ <div class="param-desc">
457
+ A subclass of WPGMZA.Geocoder
458
+ </div>
459
+
460
+
461
+
462
+ <dl>
463
+ <dt>
464
+ Type
465
+ </dt>
466
+ <dd>
467
+
468
+ <span class="param-type"><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></span>
469
+
470
+
471
+
472
+ </dd>
473
+ </dl>
474
+
475
+
476
+
477
+
478
+
479
+ </dd>
480
+
481
+
482
+
483
+ <hr>
484
+ <dt>
485
+ <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
486
+
487
+
488
+ </dt>
489
+ <dd>
490
+
491
+
492
+ <div class="description">
493
+ Returns the contructor to be used by createInstance, depending on the selected maps engine.
494
+ </div>
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+ <dl class="details">
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+ </dl>
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+ <h5>Returns:</h5>
556
+
557
+
558
+ <div class="param-desc">
559
+ The appropriate contructor
560
+ </div>
561
+
562
+
563
+
564
+ <dl>
565
+ <dt>
566
+ Type
567
+ </dt>
568
+ <dd>
569
+
570
+ <span class="param-type">function</span>
571
+
572
+
573
+
574
+ </dd>
575
+ </dl>
576
+
577
+
578
+
579
+
580
+
581
+ </dd>
582
+
583
+
584
+
585
+ <hr>
586
+ <dt>
587
+ <h4 class="name" id="geocode"><span class="type-signature"></span>geocode(options)</h4>
588
+
589
+
590
+ </dt>
591
+ <dd>
592
+
593
+
594
+ <div class="description">
595
+ Geocodes either an address or a latitude and longitude coordinate pair, depending on the input
596
+ </div>
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+ <h5>Parameters:</h5>
606
+
607
+
608
+ <table class="params table table-striped">
609
+ <thead>
610
+ <tr>
611
+
612
+ <th>Name</th>
613
+
614
+
615
+ <th>Type</th>
616
+
617
+
618
+
619
+
620
+
621
+ <th class="last">Description</th>
622
+ </tr>
623
+ </thead>
624
+
625
+ <tbody>
626
+
627
+
628
+ <tr>
629
+
630
+ <td class="name"><code>options</code></td>
631
+
632
+
633
+ <td class="type">
634
+
635
+
636
+ <span class="param-type">object</span>
637
+
638
+
639
+
640
+
641
+ </td>
642
+
643
+
644
+
645
+
646
+
647
+ <td class="description last">The options to geocode, you must supply <em>either</em> latLng <em>or</em> address.</td>
648
+ </tr>
649
+
650
+
651
+ </tbody>
652
+ </table>
653
+
654
+
655
+
656
+
657
+ <dl class="details">
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+ </dl>
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+ <h5>Throws:</h5>
706
+
707
+
708
+
709
+ <div class="param-desc">
710
+
711
+ You must supply either a latLng or address
712
+
713
+ </div>
714
+
715
+
716
+
717
+
718
+
719
+ <h5>Returns:</h5>
720
+
721
+
722
+
723
+
724
+ <dl>
725
+ <dt>
726
+ Type
727
+ </dt>
728
+ <dd>
729
+
730
+ <span class="param-type">void</span>
731
+
732
+
733
+
734
+ </dd>
735
+ </dl>
736
+
737
+
738
+
739
+
740
+
741
+ </dd>
742
+
743
+
744
+
745
+ <hr>
746
+ <dt>
747
+ <h4 class="name" id="getAddressFromLatLng"><span class="type-signature"></span>getAddressFromLatLng(options, callback)</h4>
748
+
749
+
750
+ </dt>
751
+ <dd>
752
+
753
+
754
+ <div class="description">
755
+ Attempts to convert latitud eand longitude coordinates into a street address. By default this will simply return the coordinates wrapped in an array.
756
+ </div>
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+ <h5>Parameters:</h5>
766
+
767
+
768
+ <table class="params table table-striped">
769
+ <thead>
770
+ <tr>
771
+
772
+ <th>Name</th>
773
+
774
+
775
+ <th>Type</th>
776
+
777
+
778
+
779
+
780
+
781
+ <th class="last">Description</th>
782
+ </tr>
783
+ </thead>
784
+
785
+ <tbody>
786
+
787
+
788
+ <tr>
789
+
790
+ <td class="name"><code>options</code></td>
791
+
792
+
793
+ <td class="type">
794
+
795
+
796
+ <span class="param-type">object</span>
797
+
798
+
799
+
800
+
801
+ </td>
802
+
803
+
804
+
805
+
806
+
807
+ <td class="description last">The options to geocode, latLng is mandatory.</td>
808
+ </tr>
809
+
810
+
811
+
812
+ <tr>
813
+
814
+ <td class="name"><code>callback</code></td>
815
+
816
+
817
+ <td class="type">
818
+
819
+
820
+ <span class="param-type">function</span>
821
+
822
+
823
+
824
+
825
+ </td>
826
+
827
+
828
+
829
+
830
+
831
+ <td class="description last">The callback to receive the geocode result.</td>
832
+ </tr>
833
+
834
+
835
+ </tbody>
836
+ </table>
837
+
838
+
839
+
840
+
841
+ <dl class="details">
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+ </dl>
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+ <h5>Returns:</h5>
892
+
893
+
894
+
895
+
896
+ <dl>
897
+ <dt>
898
+ Type
899
+ </dt>
900
+ <dd>
901
+
902
+ <span class="param-type">void</span>
903
+
904
+
905
+
906
+ </dd>
907
+ </dl>
908
+
909
+
910
+
911
+
912
+
913
+ </dd>
914
+
915
+
916
+
917
+ <hr>
918
+ <dt>
919
+ <h4 class="name" id="getLatLngFromAddress"><span class="type-signature"></span>getLatLngFromAddress(options, callback)</h4>
920
+
921
+
922
+ </dt>
923
+ <dd>
924
+
925
+
926
+ <div class="description">
927
+ Attempts to convert a street address to an array of potential coordinates that match the address, which are passed to a callback. If the address is interpreted as a latitude and longitude coordinate pair, the callback is immediately fired.
928
+ </div>
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+ <h5>Parameters:</h5>
938
+
939
+
940
+ <table class="params table table-striped">
941
+ <thead>
942
+ <tr>
943
+
944
+ <th>Name</th>
945
+
946
+
947
+ <th>Type</th>
948
+
949
+
950
+
951
+
952
+
953
+ <th class="last">Description</th>
954
+ </tr>
955
+ </thead>
956
+
957
+ <tbody>
958
+
959
+
960
+ <tr>
961
+
962
+ <td class="name"><code>options</code></td>
963
+
964
+
965
+ <td class="type">
966
+
967
+
968
+ <span class="param-type">object</span>
969
+
970
+
971
+
972
+
973
+ </td>
974
+
975
+
976
+
977
+
978
+
979
+ <td class="description last">The options to geocode, address is mandatory.</td>
980
+ </tr>
981
+
982
+
983
+
984
+ <tr>
985
+
986
+ <td class="name"><code>callback</code></td>
987
+
988
+
989
+ <td class="type">
990
+
991
+
992
+ <span class="param-type">function</span>
993
+
994
+
995
+
996
+
997
+ </td>
998
+
999
+
1000
+
1001
+
1002
+
1003
+ <td class="description last">The callback to receive the geocode result.</td>
1004
+ </tr>
1005
+
1006
+
1007
+ </tbody>
1008
+ </table>
1009
+
1010
+
1011
+
1012
+
1013
+ <dl class="details">
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+ </dl>
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+ <h5>Returns:</h5>
1064
+
1065
+
1066
+
1067
+
1068
+ <dl>
1069
+ <dt>
1070
+ Type
1071
+ </dt>
1072
+ <dd>
1073
+
1074
+ <span class="param-type">void</span>
1075
+
1076
+
1077
+
1078
+ </dd>
1079
+ </dl>
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+ </dd>
1086
+
1087
+ </dl>
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+ </article>
1094
+
1095
+ </section>
1096
+
1097
+
1098
+
1099
+
1100
+ </div>
1101
+ </div>
1102
+
1103
+ <div class="clearfix"></div>
1104
+
1105
+
1106
+ <div class="col-md-3">
1107
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1108
+ </div>
1109
+
1110
+
1111
+ </div>
1112
+ </div>
1113
+
1114
+
1115
+ <div class="modal fade" id="searchResults">
1116
+ <div class="modal-dialog">
1117
+ <div class="modal-content">
1118
+ <div class="modal-header">
1119
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1120
+ <h4 class="modal-title">Search results</h4>
1121
+ </div>
1122
+ <div class="modal-body"></div>
1123
+ <div class="modal-footer">
1124
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1125
+ </div>
1126
+ </div><!-- /.modal-content -->
1127
+ </div><!-- /.modal-dialog -->
1128
+ </div>
1129
+
1130
+
1131
+ <footer>
1132
+
1133
+
1134
+ <span class="jsdoc-message">
1135
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1136
+
1137
+ on 2019-01-20T11:35:48+00:00
1138
+
1139
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1140
+ </span>
1141
+ </footer>
1142
+
1143
+ <script src="scripts/docstrap.lib.js"></script>
1144
+ <script src="scripts/toc.js"></script>
1145
+
1146
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1147
+
1148
+
1149
+ <script>
1150
+ $( function () {
1151
+ $( "[id*='$']" ).each( function () {
1152
+ var $this = $( this );
1153
+
1154
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1155
+ } );
1156
+
1157
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1158
+ var $this = $( this );
1159
+
1160
+ var example = $this.find( "code" );
1161
+ exampleText = example.html();
1162
+ var lang = /{@lang (.*?)}/.exec( exampleText );
1163
+ if ( lang && lang[1] ) {
1164
+ exampleText = exampleText.replace( lang[0], "" );
1165
+ example.html( exampleText );
1166
+ lang = lang[1];
1167
+ } else {
1168
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1169
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
1170
+ }
1171
+
1172
+ if ( lang ) {
1173
+
1174
+ $this
1175
+ .addClass( "sunlight-highlight-" + lang )
1176
+ .addClass( "linenums" )
1177
+ .html( example.html() );
1178
+
1179
+ }
1180
+ } );
1181
+
1182
+ Sunlight.highlightAll( {
1183
+ lineNumbers : false,
1184
+ showMenu : true,
1185
+ enableDoclinks : true
1186
+ } );
1187
+
1188
+ $.catchAnchorLinks( {
1189
+ navbarOffset: 10
1190
+ } );
1191
+ $( "#toc" ).toc( {
1192
+ anchorName : function ( i, heading, prefix ) {
1193
+ return $( heading ).attr( "id" ) || ( prefix + i );
1194
+ },
1195
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1196
+ showAndHide : false,
1197
+ smoothScrolling: true
1198
+ } );
1199
+
1200
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1201
+ $( '.dropdown-toggle' ).dropdown();
1202
+
1203
+ $( "table" ).each( function () {
1204
+ var $this = $( this );
1205
+ $this.addClass('table');
1206
+ } );
1207
+
1208
+ } );
1209
+ </script>
1210
+
1211
+
1212
+
1213
+ <!--Navigation and Symbol Display-->
1214
+
1215
+
1216
+ <!--Google Analytics-->
1217
+
1218
+
1219
+
1220
+ <script type="text/javascript">
1221
+ $(document).ready(function() {
1222
+ SearcherDisplay.init();
1223
+ });
1224
+ </script>
1225
+
1226
+
1227
+ </body>
1228
  </html>
docs/js/WPGMZA.GoogleAPIErrorHandler.html CHANGED
@@ -1,629 +1,629 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: GoogleAPIErrorHandler</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: GoogleAPIErrorHandler</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- GoogleAPIErrorHandler
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.GoogleAPIErrorHandler</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="GoogleAPIErrorHandler"><span class="type-signature"></span>new GoogleAPIErrorHandler()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- This class catches Google Maps API errors and presents them in a friendly manner, before sending them on to the consoles default error handler.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
- <h3 class="subsection-title">Methods</h3>
187
-
188
- <dl>
189
-
190
- <hr>
191
- <dt>
192
- <h4 class="name" id="addErrorMessage"><span class="type-signature"></span>addErrorMessage(message [, urls])</h4>
193
-
194
-
195
- </dt>
196
- <dd>
197
-
198
-
199
- <div class="description">
200
- Called by onErrorMessage when a Google Maps API error is picked up, this will add the specified message to the Maps API error message dialog, along with URLs to compliment it. This function ignores duplicate error messages.
201
- </div>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
- <h5>Parameters:</h5>
211
-
212
-
213
- <table class="params table table-striped">
214
- <thead>
215
- <tr>
216
-
217
- <th>Name</th>
218
-
219
-
220
- <th>Type</th>
221
-
222
-
223
- <th>Argument</th>
224
-
225
-
226
-
227
-
228
- <th class="last">Description</th>
229
- </tr>
230
- </thead>
231
-
232
- <tbody>
233
-
234
-
235
- <tr>
236
-
237
- <td class="name"><code>message</code></td>
238
-
239
-
240
- <td class="type">
241
-
242
-
243
- <span class="param-type">string</span>
244
-
245
-
246
-
247
-
248
- </td>
249
-
250
-
251
- <td class="attributes">
252
-
253
-
254
-
255
-
256
-
257
- </td>
258
-
259
-
260
-
261
-
262
- <td class="description last">The message, or part of the message, intercepted from the console</td>
263
- </tr>
264
-
265
-
266
-
267
- <tr>
268
-
269
- <td class="name"><code>urls</code></td>
270
-
271
-
272
- <td class="type">
273
-
274
-
275
- <span class="param-type">array</span>
276
-
277
-
278
-
279
-
280
- </td>
281
-
282
-
283
- <td class="attributes">
284
-
285
- &lt;optional><br>
286
-
287
-
288
-
289
-
290
-
291
- </td>
292
-
293
-
294
-
295
-
296
- <td class="description last">An array of URLs relating to the error message to compliment the message.</td>
297
- </tr>
298
-
299
-
300
- </tbody>
301
- </table>
302
-
303
-
304
-
305
-
306
- <dl class="details">
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
- </dl>
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
- </dd>
359
-
360
-
361
-
362
- <hr>
363
- <dt>
364
- <h4 class="name" id="onErrorMessage"><span class="type-signature"></span>onErrorMessage(message)</h4>
365
-
366
-
367
- </dt>
368
- <dd>
369
-
370
-
371
- <div class="description">
372
- Overrides console.error to scan the error message for Google Maps API error messages.
373
- </div>
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
- <h5>Parameters:</h5>
383
-
384
-
385
- <table class="params table table-striped">
386
- <thead>
387
- <tr>
388
-
389
- <th>Name</th>
390
-
391
-
392
- <th>Type</th>
393
-
394
-
395
-
396
-
397
-
398
- <th class="last">Description</th>
399
- </tr>
400
- </thead>
401
-
402
- <tbody>
403
-
404
-
405
- <tr>
406
-
407
- <td class="name"><code>message</code></td>
408
-
409
-
410
- <td class="type">
411
-
412
-
413
- <span class="param-type">string</span>
414
-
415
-
416
-
417
-
418
- </td>
419
-
420
-
421
-
422
-
423
-
424
- <td class="description last">The error message passed to the console</td>
425
- </tr>
426
-
427
-
428
- </tbody>
429
- </table>
430
-
431
-
432
-
433
-
434
- <dl class="details">
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
- </dl>
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
-
485
-
486
- </dd>
487
-
488
- </dl>
489
-
490
-
491
-
492
-
493
-
494
- </article>
495
-
496
- </section>
497
-
498
-
499
-
500
-
501
- </div>
502
- </div>
503
-
504
- <div class="clearfix"></div>
505
-
506
-
507
- <div class="col-md-3">
508
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
509
- </div>
510
-
511
-
512
- </div>
513
- </div>
514
-
515
-
516
- <div class="modal fade" id="searchResults">
517
- <div class="modal-dialog">
518
- <div class="modal-content">
519
- <div class="modal-header">
520
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
521
- <h4 class="modal-title">Search results</h4>
522
- </div>
523
- <div class="modal-body"></div>
524
- <div class="modal-footer">
525
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
526
- </div>
527
- </div><!-- /.modal-content -->
528
- </div><!-- /.modal-dialog -->
529
- </div>
530
-
531
-
532
- <footer>
533
-
534
-
535
- <span class="jsdoc-message">
536
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
537
-
538
- on 2019-01-18T10:34:57+00:00
539
-
540
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
541
- </span>
542
- </footer>
543
-
544
- <script src="scripts/docstrap.lib.js"></script>
545
- <script src="scripts/toc.js"></script>
546
-
547
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
548
-
549
-
550
- <script>
551
- $( function () {
552
- $( "[id*='$']" ).each( function () {
553
- var $this = $( this );
554
-
555
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
556
- } );
557
-
558
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
559
- var $this = $( this );
560
-
561
- var example = $this.find( "code" );
562
- exampleText = example.html();
563
- var lang = /{@lang (.*?)}/.exec( exampleText );
564
- if ( lang && lang[1] ) {
565
- exampleText = exampleText.replace( lang[0], "" );
566
- example.html( exampleText );
567
- lang = lang[1];
568
- } else {
569
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
570
- lang = langClassMatch ? langClassMatch[1] : "javascript";
571
- }
572
-
573
- if ( lang ) {
574
-
575
- $this
576
- .addClass( "sunlight-highlight-" + lang )
577
- .addClass( "linenums" )
578
- .html( example.html() );
579
-
580
- }
581
- } );
582
-
583
- Sunlight.highlightAll( {
584
- lineNumbers : false,
585
- showMenu : true,
586
- enableDoclinks : true
587
- } );
588
-
589
- $.catchAnchorLinks( {
590
- navbarOffset: 10
591
- } );
592
- $( "#toc" ).toc( {
593
- anchorName : function ( i, heading, prefix ) {
594
- return $( heading ).attr( "id" ) || ( prefix + i );
595
- },
596
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
597
- showAndHide : false,
598
- smoothScrolling: true
599
- } );
600
-
601
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
602
- $( '.dropdown-toggle' ).dropdown();
603
-
604
- $( "table" ).each( function () {
605
- var $this = $( this );
606
- $this.addClass('table');
607
- } );
608
-
609
- } );
610
- </script>
611
-
612
-
613
-
614
- <!--Navigation and Symbol Display-->
615
-
616
-
617
- <!--Google Analytics-->
618
-
619
-
620
-
621
- <script type="text/javascript">
622
- $(document).ready(function() {
623
- SearcherDisplay.init();
624
- });
625
- </script>
626
-
627
-
628
- </body>
629
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: GoogleAPIErrorHandler</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: GoogleAPIErrorHandler</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ GoogleAPIErrorHandler
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.GoogleAPIErrorHandler</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="GoogleAPIErrorHandler"><span class="type-signature"></span>new GoogleAPIErrorHandler()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ This class catches Google Maps API errors and presents them in a friendly manner, before sending them on to the consoles default error handler.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <h3 class="subsection-title">Methods</h3>
187
+
188
+ <dl>
189
+
190
+ <hr>
191
+ <dt>
192
+ <h4 class="name" id="addErrorMessage"><span class="type-signature"></span>addErrorMessage(message [, urls])</h4>
193
+
194
+
195
+ </dt>
196
+ <dd>
197
+
198
+
199
+ <div class="description">
200
+ Called by onErrorMessage when a Google Maps API error is picked up, this will add the specified message to the Maps API error message dialog, along with URLs to compliment it. This function ignores duplicate error messages.
201
+ </div>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+ <h5>Parameters:</h5>
211
+
212
+
213
+ <table class="params table table-striped">
214
+ <thead>
215
+ <tr>
216
+
217
+ <th>Name</th>
218
+
219
+
220
+ <th>Type</th>
221
+
222
+
223
+ <th>Argument</th>
224
+
225
+
226
+
227
+
228
+ <th class="last">Description</th>
229
+ </tr>
230
+ </thead>
231
+
232
+ <tbody>
233
+
234
+
235
+ <tr>
236
+
237
+ <td class="name"><code>message</code></td>
238
+
239
+
240
+ <td class="type">
241
+
242
+
243
+ <span class="param-type">string</span>
244
+
245
+
246
+
247
+
248
+ </td>
249
+
250
+
251
+ <td class="attributes">
252
+
253
+
254
+
255
+
256
+
257
+ </td>
258
+
259
+
260
+
261
+
262
+ <td class="description last">The message, or part of the message, intercepted from the console</td>
263
+ </tr>
264
+
265
+
266
+
267
+ <tr>
268
+
269
+ <td class="name"><code>urls</code></td>
270
+
271
+
272
+ <td class="type">
273
+
274
+
275
+ <span class="param-type">array</span>
276
+
277
+
278
+
279
+
280
+ </td>
281
+
282
+
283
+ <td class="attributes">
284
+
285
+ &lt;optional><br>
286
+
287
+
288
+
289
+
290
+
291
+ </td>
292
+
293
+
294
+
295
+
296
+ <td class="description last">An array of URLs relating to the error message to compliment the message.</td>
297
+ </tr>
298
+
299
+
300
+ </tbody>
301
+ </table>
302
+
303
+
304
+
305
+
306
+ <dl class="details">
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+ </dl>
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+ </dd>
359
+
360
+
361
+
362
+ <hr>
363
+ <dt>
364
+ <h4 class="name" id="onErrorMessage"><span class="type-signature"></span>onErrorMessage(message)</h4>
365
+
366
+
367
+ </dt>
368
+ <dd>
369
+
370
+
371
+ <div class="description">
372
+ Overrides console.error to scan the error message for Google Maps API error messages.
373
+ </div>
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+ <h5>Parameters:</h5>
383
+
384
+
385
+ <table class="params table table-striped">
386
+ <thead>
387
+ <tr>
388
+
389
+ <th>Name</th>
390
+
391
+
392
+ <th>Type</th>
393
+
394
+
395
+
396
+
397
+
398
+ <th class="last">Description</th>
399
+ </tr>
400
+ </thead>
401
+
402
+ <tbody>
403
+
404
+
405
+ <tr>
406
+
407
+ <td class="name"><code>message</code></td>
408
+
409
+
410
+ <td class="type">
411
+
412
+
413
+ <span class="param-type">string</span>
414
+
415
+
416
+
417
+
418
+ </td>
419
+
420
+
421
+
422
+
423
+
424
+ <td class="description last">The error message passed to the console</td>
425
+ </tr>
426
+
427
+
428
+ </tbody>
429
+ </table>
430
+
431
+
432
+
433
+
434
+ <dl class="details">
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+ </dl>
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+ </dd>
487
+
488
+ </dl>
489
+
490
+
491
+
492
+
493
+
494
+ </article>
495
+
496
+ </section>
497
+
498
+
499
+
500
+
501
+ </div>
502
+ </div>
503
+
504
+ <div class="clearfix"></div>
505
+
506
+
507
+ <div class="col-md-3">
508
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
509
+ </div>
510
+
511
+
512
+ </div>
513
+ </div>
514
+
515
+
516
+ <div class="modal fade" id="searchResults">
517
+ <div class="modal-dialog">
518
+ <div class="modal-content">
519
+ <div class="modal-header">
520
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
521
+ <h4 class="modal-title">Search results</h4>
522
+ </div>
523
+ <div class="modal-body"></div>
524
+ <div class="modal-footer">
525
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
526
+ </div>
527
+ </div><!-- /.modal-content -->
528
+ </div><!-- /.modal-dialog -->
529
+ </div>
530
+
531
+
532
+ <footer>
533
+
534
+
535
+ <span class="jsdoc-message">
536
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
537
+
538
+ on 2019-01-20T11:35:48+00:00
539
+
540
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
541
+ </span>
542
+ </footer>
543
+
544
+ <script src="scripts/docstrap.lib.js"></script>
545
+ <script src="scripts/toc.js"></script>
546
+
547
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
548
+
549
+
550
+ <script>
551
+ $( function () {
552
+ $( "[id*='$']" ).each( function () {
553
+ var $this = $( this );
554
+
555
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
556
+ } );
557
+
558
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
559
+ var $this = $( this );
560
+
561
+ var example = $this.find( "code" );
562
+ exampleText = example.html();
563
+ var lang = /{@lang (.*?)}/.exec( exampleText );
564
+ if ( lang && lang[1] ) {
565
+ exampleText = exampleText.replace( lang[0], "" );
566
+ example.html( exampleText );
567
+ lang = lang[1];
568
+ } else {
569
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
570
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
571
+ }
572
+
573
+ if ( lang ) {
574
+
575
+ $this
576
+ .addClass( "sunlight-highlight-" + lang )
577
+ .addClass( "linenums" )
578
+ .html( example.html() );
579
+
580
+ }
581
+ } );
582
+
583
+ Sunlight.highlightAll( {
584
+ lineNumbers : false,
585
+ showMenu : true,
586
+ enableDoclinks : true
587
+ } );
588
+
589
+ $.catchAnchorLinks( {
590
+ navbarOffset: 10
591
+ } );
592
+ $( "#toc" ).toc( {
593
+ anchorName : function ( i, heading, prefix ) {
594
+ return $( heading ).attr( "id" ) || ( prefix + i );
595
+ },
596
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
597
+ showAndHide : false,
598
+ smoothScrolling: true
599
+ } );
600
+
601
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
602
+ $( '.dropdown-toggle' ).dropdown();
603
+
604
+ $( "table" ).each( function () {
605
+ var $this = $( this );
606
+ $this.addClass('table');
607
+ } );
608
+
609
+ } );
610
+ </script>
611
+
612
+
613
+
614
+ <!--Navigation and Symbol Display-->
615
+
616
+
617
+ <!--Google Analytics-->
618
+
619
+
620
+
621
+ <script type="text/javascript">
622
+ $(document).ready(function() {
623
+ SearcherDisplay.init();
624
+ });
625
+ </script>
626
+
627
+
628
+ </body>
629
  </html>
docs/js/WPGMZA.GoogleCircle.html CHANGED
@@ -1,2613 +1,2613 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: GoogleCircle</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: GoogleCircle</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- GoogleCircle
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.GoogleCircle</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="GoogleCircle"><span class="type-signature"></span>new GoogleCircle()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Subclass, used when Google is the maps engine. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
- <dd class="tag-see">
152
- <ul>
153
- <li><a href="WPGMZA.Circle.html#.createInstance">WPGMZA.Circle.createInstance</a></li>
154
- </ul>
155
- </dd>
156
-
157
-
158
-
159
- </dl>
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- </dd>
176
-
177
-
178
- </div>
179
-
180
-
181
- <h3 class="subsection-title">Extends</h3>
182
-
183
-
184
-
185
-
186
- <ul>
187
- <li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li>
188
- </ul>
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
- <h3 class="subsection-title">Methods</h3>
205
-
206
- <dl>
207
-
208
- <hr>
209
- <dt>
210
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
211
-
212
-
213
- </dt>
214
- <dd>
215
-
216
-
217
- <div class="description">
218
- Handles the logic of triggering listeners
219
- </div>
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
- <dl class="details">
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
239
- <dd class="inherited-from">
240
- <ul class="dummy">
241
- <li>
242
- <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
243
- </li>
244
- </ul>
245
- </dd>
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
- </dl>
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
- </dd>
292
-
293
-
294
-
295
- <hr>
296
- <dt>
297
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
298
-
299
-
300
- </dt>
301
- <dd>
302
-
303
-
304
- <div class="description">
305
- Adds an event listener on this object
306
- </div>
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
- <h5>Parameters:</h5>
316
-
317
-
318
- <table class="params table table-striped">
319
- <thead>
320
- <tr>
321
-
322
- <th>Name</th>
323
-
324
-
325
- <th>Type</th>
326
-
327
-
328
- <th>Argument</th>
329
-
330
-
331
-
332
-
333
- <th class="last">Description</th>
334
- </tr>
335
- </thead>
336
-
337
- <tbody>
338
-
339
-
340
- <tr>
341
-
342
- <td class="name"><code>type</code></td>
343
-
344
-
345
- <td class="type">
346
-
347
-
348
- <span class="param-type">string</span>
349
-
350
-
351
-
352
-
353
- </td>
354
-
355
-
356
- <td class="attributes">
357
-
358
-
359
-
360
-
361
-
362
- </td>
363
-
364
-
365
-
366
-
367
- <td class="description last">The event type, or multiple types separated by spaces</td>
368
- </tr>
369
-
370
-
371
-
372
- <tr>
373
-
374
- <td class="name"><code>callback</code></td>
375
-
376
-
377
- <td class="type">
378
-
379
-
380
- <span class="param-type">function</span>
381
-
382
-
383
-
384
-
385
- </td>
386
-
387
-
388
- <td class="attributes">
389
-
390
-
391
-
392
-
393
-
394
- </td>
395
-
396
-
397
-
398
-
399
- <td class="description last">The callback to call when the event fires</td>
400
- </tr>
401
-
402
-
403
-
404
- <tr>
405
-
406
- <td class="name"><code>thisObject</code></td>
407
-
408
-
409
- <td class="type">
410
-
411
-
412
- <span class="param-type">object</span>
413
-
414
-
415
-
416
-
417
- </td>
418
-
419
-
420
- <td class="attributes">
421
-
422
- &lt;optional><br>
423
-
424
-
425
-
426
-
427
-
428
- </td>
429
-
430
-
431
-
432
-
433
- <td class="description last">The object to use as "this" when firing the callback</td>
434
- </tr>
435
-
436
-
437
-
438
- <tr>
439
-
440
- <td class="name"><code>useCapture</code></td>
441
-
442
-
443
- <td class="type">
444
-
445
-
446
- <span class="param-type">bool</span>
447
-
448
-
449
-
450
-
451
- </td>
452
-
453
-
454
- <td class="attributes">
455
-
456
- &lt;optional><br>
457
-
458
-
459
-
460
-
461
-
462
- </td>
463
-
464
-
465
-
466
-
467
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
468
- </tr>
469
-
470
-
471
- </tbody>
472
- </table>
473
-
474
-
475
-
476
-
477
- <dl class="details">
478
-
479
-
480
-
481
-
482
-
483
-
484
-
485
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
486
- <dd class="inherited-from">
487
- <ul class="dummy">
488
- <li>
489
- <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
490
- </li>
491
- </ul>
492
- </dd>
493
-
494
-
495
-
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
-
504
-
505
-
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
-
518
-
519
-
520
-
521
-
522
- </dl>
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
- </dd>
539
-
540
-
541
-
542
- <hr>
543
- <dt>
544
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
545
-
546
-
547
- </dt>
548
- <dd>
549
-
550
-
551
- <div class="description">
552
- Fires an event on this object
553
- </div>
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
- <h5>Parameters:</h5>
563
-
564
-
565
- <table class="params table table-striped">
566
- <thead>
567
- <tr>
568
-
569
- <th>Name</th>
570
-
571
-
572
- <th>Type</th>
573
-
574
-
575
-
576
-
577
-
578
- <th class="last">Description</th>
579
- </tr>
580
- </thead>
581
-
582
- <tbody>
583
-
584
-
585
- <tr>
586
-
587
- <td class="name"><code>event</code></td>
588
-
589
-
590
- <td class="type">
591
-
592
-
593
- <span class="param-type">string</span>
594
- |
595
-
596
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
597
-
598
-
599
-
600
-
601
- </td>
602
-
603
-
604
-
605
-
606
-
607
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
608
- </tr>
609
-
610
-
611
- </tbody>
612
- </table>
613
-
614
-
615
-
616
-
617
- <dl class="details">
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
626
- <dd class="inherited-from">
627
- <ul class="dummy">
628
- <li>
629
- <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
630
- </li>
631
- </ul>
632
- </dd>
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
-
653
-
654
-
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
- </dl>
663
-
664
-
665
-
666
-
667
-
668
-
669
-
670
-
671
-
672
-
673
-
674
-
675
-
676
-
677
-
678
- </dd>
679
-
680
-
681
-
682
- <hr>
683
- <dt>
684
- <h4 class="name" id="getCenter"><span class="type-signature"></span>getCenter()</h4>
685
-
686
-
687
- </dt>
688
- <dd>
689
-
690
-
691
- <div class="description">
692
- Gets the circles center
693
- </div>
694
-
695
-
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
- <dl class="details">
705
-
706
-
707
-
708
-
709
-
710
-
711
-
712
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
713
- <dd class="inherited-from">
714
- <ul class="dummy">
715
- <li>
716
- <a href="WPGMZA.Circle.html#getCenter">WPGMZA.Circle#getCenter</a>
717
- </li>
718
- </ul>
719
- </dd>
720
-
721
-
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
-
733
-
734
-
735
-
736
-
737
-
738
-
739
-
740
-
741
-
742
-
743
-
744
-
745
-
746
-
747
-
748
-
749
- </dl>
750
-
751
-
752
-
753
-
754
-
755
-
756
-
757
-
758
-
759
-
760
-
761
-
762
-
763
- <h5>Returns:</h5>
764
-
765
-
766
-
767
-
768
- <dl>
769
- <dt>
770
- Type
771
- </dt>
772
- <dd>
773
-
774
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
775
-
776
-
777
-
778
- </dd>
779
- </dl>
780
-
781
-
782
-
783
-
784
-
785
- </dd>
786
-
787
-
788
-
789
- <hr>
790
- <dt>
791
- <h4 class="name" id="getMap"><span class="type-signature"></span>getMap()</h4>
792
-
793
-
794
- </dt>
795
- <dd>
796
-
797
-
798
- <div class="description">
799
- Returns the map that this circle is being displayed on
800
- </div>
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
- <dl class="details">
812
-
813
-
814
-
815
-
816
-
817
-
818
-
819
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
820
- <dd class="inherited-from">
821
- <ul class="dummy">
822
- <li>
823
- <a href="WPGMZA.Circle.html#getMap">WPGMZA.Circle#getMap</a>
824
- </li>
825
- </ul>
826
- </dd>
827
-
828
-
829
-
830
-
831
-
832
-
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
-
849
-
850
-
851
-
852
-
853
-
854
-
855
-
856
- </dl>
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
-
869
-
870
- <h5>Returns:</h5>
871
-
872
-
873
-
874
-
875
- <dl>
876
- <dt>
877
- Type
878
- </dt>
879
- <dd>
880
-
881
- <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
882
-
883
-
884
-
885
- </dd>
886
- </dl>
887
-
888
-
889
-
890
-
891
-
892
- </dd>
893
-
894
-
895
-
896
- <hr>
897
- <dt>
898
- <h4 class="name" id="getRadius"><span class="type-signature"></span>getRadius(latLng)</h4>
899
-
900
-
901
- </dt>
902
- <dd>
903
-
904
-
905
- <div class="description">
906
- Gets the circles radius, in kilometers
907
- </div>
908
-
909
-
910
-
911
-
912
-
913
-
914
-
915
-
916
- <h5>Parameters:</h5>
917
-
918
-
919
- <table class="params table table-striped">
920
- <thead>
921
- <tr>
922
-
923
- <th>Name</th>
924
-
925
-
926
- <th>Type</th>
927
-
928
-
929
-
930
-
931
-
932
- <th class="last">Description</th>
933
- </tr>
934
- </thead>
935
-
936
- <tbody>
937
-
938
-
939
- <tr>
940
-
941
- <td class="name"><code>latLng</code></td>
942
-
943
-
944
- <td class="type">
945
-
946
-
947
- <span class="param-type">object</span>
948
- |
949
-
950
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
951
-
952
-
953
-
954
-
955
- </td>
956
-
957
-
958
-
959
-
960
-
961
- <td class="description last">either a literal or as a WPGMZA.LatLng</td>
962
- </tr>
963
-
964
-
965
- </tbody>
966
- </table>
967
-
968
-
969
-
970
-
971
- <dl class="details">
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
980
- <dd class="inherited-from">
981
- <ul class="dummy">
982
- <li>
983
- <a href="WPGMZA.Circle.html#getRadius">WPGMZA.Circle#getRadius</a>
984
- </li>
985
- </ul>
986
- </dd>
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
-
1002
-
1003
-
1004
-
1005
-
1006
-
1007
-
1008
-
1009
-
1010
-
1011
-
1012
-
1013
-
1014
-
1015
-
1016
- </dl>
1017
-
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
- <h5>Returns:</h5>
1031
-
1032
-
1033
-
1034
-
1035
- <dl>
1036
- <dt>
1037
- Type
1038
- </dt>
1039
- <dd>
1040
-
1041
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1042
-
1043
-
1044
-
1045
- </dd>
1046
- </dl>
1047
-
1048
-
1049
-
1050
-
1051
-
1052
- </dd>
1053
-
1054
-
1055
-
1056
- <hr>
1057
- <dt>
1058
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1059
-
1060
-
1061
- </dt>
1062
- <dd>
1063
-
1064
-
1065
- <div class="description">
1066
- Test for listeners of type on this object
1067
- </div>
1068
-
1069
-
1070
-
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- <h5>Parameters:</h5>
1077
-
1078
-
1079
- <table class="params table table-striped">
1080
- <thead>
1081
- <tr>
1082
-
1083
- <th>Name</th>
1084
-
1085
-
1086
- <th>Type</th>
1087
-
1088
-
1089
-
1090
-
1091
-
1092
- <th class="last">Description</th>
1093
- </tr>
1094
- </thead>
1095
-
1096
- <tbody>
1097
-
1098
-
1099
- <tr>
1100
-
1101
- <td class="name"><code>type</code></td>
1102
-
1103
-
1104
- <td class="type">
1105
-
1106
-
1107
- <span class="param-type">string</span>
1108
-
1109
-
1110
-
1111
-
1112
- </td>
1113
-
1114
-
1115
-
1116
-
1117
-
1118
- <td class="description last">The event type to test for</td>
1119
- </tr>
1120
-
1121
-
1122
- </tbody>
1123
- </table>
1124
-
1125
-
1126
-
1127
-
1128
- <dl class="details">
1129
-
1130
-
1131
-
1132
-
1133
-
1134
-
1135
-
1136
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1137
- <dd class="inherited-from">
1138
- <ul class="dummy">
1139
- <li>
1140
- <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1141
- </li>
1142
- </ul>
1143
- </dd>
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
-
1159
-
1160
-
1161
-
1162
-
1163
-
1164
-
1165
-
1166
-
1167
-
1168
-
1169
-
1170
-
1171
-
1172
-
1173
- </dl>
1174
-
1175
-
1176
-
1177
-
1178
-
1179
-
1180
-
1181
-
1182
-
1183
-
1184
-
1185
-
1186
-
1187
- <h5>Returns:</h5>
1188
-
1189
-
1190
- <div class="param-desc">
1191
- True if this object has listeners bound for the specified type
1192
- </div>
1193
-
1194
-
1195
-
1196
- <dl>
1197
- <dt>
1198
- Type
1199
- </dt>
1200
- <dd>
1201
-
1202
- <span class="param-type">bool</span>
1203
-
1204
-
1205
-
1206
- </dd>
1207
- </dl>
1208
-
1209
-
1210
-
1211
-
1212
-
1213
- </dd>
1214
-
1215
-
1216
-
1217
- <hr>
1218
- <dt>
1219
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1220
-
1221
-
1222
- </dt>
1223
- <dd>
1224
-
1225
-
1226
- <div class="description">
1227
- Alias for removeEventListener
1228
- </div>
1229
-
1230
-
1231
-
1232
-
1233
-
1234
-
1235
-
1236
-
1237
-
1238
-
1239
- <dl class="details">
1240
-
1241
-
1242
-
1243
-
1244
-
1245
-
1246
-
1247
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1248
- <dd class="inherited-from">
1249
- <ul class="dummy">
1250
- <li>
1251
- <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1252
- </li>
1253
- </ul>
1254
- </dd>
1255
-
1256
-
1257
-
1258
-
1259
-
1260
-
1261
-
1262
-
1263
-
1264
-
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1283
- <dd class="tag-see">
1284
- <ul>
1285
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1286
- </ul>
1287
- </dd>
1288
-
1289
-
1290
-
1291
- </dl>
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
-
1301
-
1302
-
1303
-
1304
-
1305
-
1306
-
1307
- </dd>
1308
-
1309
-
1310
-
1311
- <hr>
1312
- <dt>
1313
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1314
-
1315
-
1316
- </dt>
1317
- <dd>
1318
-
1319
-
1320
- <div class="description">
1321
- Alias for addEventListener
1322
- </div>
1323
-
1324
-
1325
-
1326
-
1327
-
1328
-
1329
-
1330
-
1331
-
1332
-
1333
- <dl class="details">
1334
-
1335
-
1336
-
1337
-
1338
-
1339
-
1340
-
1341
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1342
- <dd class="inherited-from">
1343
- <ul class="dummy">
1344
- <li>
1345
- <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1346
- </li>
1347
- </ul>
1348
- </dd>
1349
-
1350
-
1351
-
1352
-
1353
-
1354
-
1355
-
1356
-
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1377
- <dd class="tag-see">
1378
- <ul>
1379
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1380
- </ul>
1381
- </dd>
1382
-
1383
-
1384
-
1385
- </dl>
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
-
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
- </dd>
1402
-
1403
-
1404
-
1405
- <hr>
1406
- <dt>
1407
- <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1408
-
1409
-
1410
- </dt>
1411
- <dd>
1412
-
1413
-
1414
- <div class="description">
1415
- Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1416
- </div>
1417
-
1418
-
1419
-
1420
-
1421
-
1422
-
1423
-
1424
-
1425
- <h5>Parameters:</h5>
1426
-
1427
-
1428
- <table class="params table table-striped">
1429
- <thead>
1430
- <tr>
1431
-
1432
- <th>Name</th>
1433
-
1434
-
1435
- <th>Type</th>
1436
-
1437
-
1438
-
1439
-
1440
-
1441
- <th class="last">Description</th>
1442
- </tr>
1443
- </thead>
1444
-
1445
- <tbody>
1446
-
1447
-
1448
- <tr>
1449
-
1450
- <td class="name"><code>string</code></td>
1451
-
1452
-
1453
- <td class="type">
1454
-
1455
-
1456
- <span class="param-type">string</span>
1457
-
1458
-
1459
-
1460
-
1461
- </td>
1462
-
1463
-
1464
-
1465
-
1466
-
1467
- <td class="description last">The string to parse numbers from</td>
1468
- </tr>
1469
-
1470
-
1471
- </tbody>
1472
- </table>
1473
-
1474
-
1475
-
1476
-
1477
- <dl class="details">
1478
-
1479
-
1480
-
1481
-
1482
-
1483
-
1484
-
1485
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1486
- <dd class="inherited-from">
1487
- <ul class="dummy">
1488
- <li>
1489
- <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1490
- </li>
1491
- </ul>
1492
- </dd>
1493
-
1494
-
1495
-
1496
-
1497
-
1498
-
1499
-
1500
-
1501
-
1502
-
1503
-
1504
-
1505
-
1506
-
1507
-
1508
-
1509
-
1510
-
1511
-
1512
-
1513
-
1514
-
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
-
1522
- </dl>
1523
-
1524
-
1525
-
1526
-
1527
-
1528
-
1529
-
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
- <h5>Returns:</h5>
1537
-
1538
-
1539
- <div class="param-desc">
1540
- An array of LatLng literals parsed from the string
1541
- </div>
1542
-
1543
-
1544
-
1545
- <dl>
1546
- <dt>
1547
- Type
1548
- </dt>
1549
- <dd>
1550
-
1551
- <span class="param-type">array</span>
1552
-
1553
-
1554
-
1555
- </dd>
1556
- </dl>
1557
-
1558
-
1559
-
1560
-
1561
-
1562
- </dd>
1563
-
1564
-
1565
-
1566
- <hr>
1567
- <dt>
1568
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1569
-
1570
-
1571
- </dt>
1572
- <dd>
1573
-
1574
-
1575
- <div class="description">
1576
- Removes event listeners from this object
1577
- </div>
1578
-
1579
-
1580
-
1581
-
1582
-
1583
-
1584
-
1585
-
1586
- <h5>Parameters:</h5>
1587
-
1588
-
1589
- <table class="params table table-striped">
1590
- <thead>
1591
- <tr>
1592
-
1593
- <th>Name</th>
1594
-
1595
-
1596
- <th>Type</th>
1597
-
1598
-
1599
- <th>Argument</th>
1600
-
1601
-
1602
-
1603
-
1604
- <th class="last">Description</th>
1605
- </tr>
1606
- </thead>
1607
-
1608
- <tbody>
1609
-
1610
-
1611
- <tr>
1612
-
1613
- <td class="name"><code>type</code></td>
1614
-
1615
-
1616
- <td class="type">
1617
-
1618
-
1619
- <span class="param-type">string</span>
1620
-
1621
-
1622
-
1623
-
1624
- </td>
1625
-
1626
-
1627
- <td class="attributes">
1628
-
1629
-
1630
-
1631
-
1632
-
1633
- </td>
1634
-
1635
-
1636
-
1637
-
1638
- <td class="description last">The event type to remove listeners from</td>
1639
- </tr>
1640
-
1641
-
1642
-
1643
- <tr>
1644
-
1645
- <td class="name"><code>listener</code></td>
1646
-
1647
-
1648
- <td class="type">
1649
-
1650
-
1651
- <span class="param-type">function</span>
1652
-
1653
-
1654
-
1655
-
1656
- </td>
1657
-
1658
-
1659
- <td class="attributes">
1660
-
1661
- &lt;optional><br>
1662
-
1663
-
1664
-
1665
-
1666
-
1667
- </td>
1668
-
1669
-
1670
-
1671
-
1672
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1673
- </tr>
1674
-
1675
-
1676
-
1677
- <tr>
1678
-
1679
- <td class="name"><code>thisObject</code></td>
1680
-
1681
-
1682
- <td class="type">
1683
-
1684
-
1685
- <span class="param-type">object</span>
1686
-
1687
-
1688
-
1689
-
1690
- </td>
1691
-
1692
-
1693
- <td class="attributes">
1694
-
1695
- &lt;optional><br>
1696
-
1697
-
1698
-
1699
-
1700
-
1701
- </td>
1702
-
1703
-
1704
-
1705
-
1706
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1707
- </tr>
1708
-
1709
-
1710
-
1711
- <tr>
1712
-
1713
- <td class="name"><code>useCapture</code></td>
1714
-
1715
-
1716
- <td class="type">
1717
-
1718
-
1719
- <span class="param-type">bool</span>
1720
-
1721
-
1722
-
1723
-
1724
- </td>
1725
-
1726
-
1727
- <td class="attributes">
1728
-
1729
- &lt;optional><br>
1730
-
1731
-
1732
-
1733
-
1734
-
1735
- </td>
1736
-
1737
-
1738
-
1739
-
1740
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1741
- </tr>
1742
-
1743
-
1744
- </tbody>
1745
- </table>
1746
-
1747
-
1748
-
1749
-
1750
- <dl class="details">
1751
-
1752
-
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1759
- <dd class="inherited-from">
1760
- <ul class="dummy">
1761
- <li>
1762
- <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1763
- </li>
1764
- </ul>
1765
- </dd>
1766
-
1767
-
1768
-
1769
-
1770
-
1771
-
1772
-
1773
-
1774
-
1775
-
1776
-
1777
-
1778
-
1779
-
1780
-
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
- </dl>
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
-
1810
-
1811
- </dd>
1812
-
1813
-
1814
-
1815
- <hr>
1816
- <dt>
1817
- <h4 class="name" id="setCenter"><span class="type-signature"></span>setCenter(latLng)</h4>
1818
-
1819
-
1820
- </dt>
1821
- <dd>
1822
-
1823
-
1824
- <div class="description">
1825
- Sets the circles center
1826
- </div>
1827
-
1828
-
1829
-
1830
-
1831
-
1832
-
1833
-
1834
-
1835
- <h5>Parameters:</h5>
1836
-
1837
-
1838
- <table class="params table table-striped">
1839
- <thead>
1840
- <tr>
1841
-
1842
- <th>Name</th>
1843
-
1844
-
1845
- <th>Type</th>
1846
-
1847
-
1848
-
1849
-
1850
-
1851
- <th class="last">Description</th>
1852
- </tr>
1853
- </thead>
1854
-
1855
- <tbody>
1856
-
1857
-
1858
- <tr>
1859
-
1860
- <td class="name"><code>latLng</code></td>
1861
-
1862
-
1863
- <td class="type">
1864
-
1865
-
1866
- <span class="param-type">object</span>
1867
- |
1868
-
1869
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1870
-
1871
-
1872
-
1873
-
1874
- </td>
1875
-
1876
-
1877
-
1878
-
1879
-
1880
- <td class="description last">either a literal or as a WPGMZA.LatLng</td>
1881
- </tr>
1882
-
1883
-
1884
- </tbody>
1885
- </table>
1886
-
1887
-
1888
-
1889
-
1890
- <dl class="details">
1891
-
1892
-
1893
-
1894
-
1895
-
1896
-
1897
-
1898
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1899
- <dd class="inherited-from">
1900
- <ul class="dummy">
1901
- <li>
1902
- <a href="WPGMZA.Circle.html#setCenter">WPGMZA.Circle#setCenter</a>
1903
- </li>
1904
- </ul>
1905
- </dd>
1906
-
1907
-
1908
-
1909
-
1910
-
1911
-
1912
-
1913
-
1914
-
1915
-
1916
-
1917
-
1918
-
1919
-
1920
-
1921
-
1922
-
1923
-
1924
-
1925
-
1926
-
1927
-
1928
-
1929
-
1930
-
1931
-
1932
-
1933
-
1934
-
1935
- </dl>
1936
-
1937
-
1938
-
1939
-
1940
-
1941
-
1942
-
1943
-
1944
-
1945
-
1946
-
1947
-
1948
-
1949
-
1950
-
1951
- </dd>
1952
-
1953
-
1954
-
1955
- <hr>
1956
- <dt>
1957
- <h4 class="name" id="setMap"><span class="type-signature"></span>setMap(map)</h4>
1958
-
1959
-
1960
- </dt>
1961
- <dd>
1962
-
1963
-
1964
- <div class="description">
1965
- Puts this circle on a map
1966
- </div>
1967
-
1968
-
1969
-
1970
-
1971
-
1972
-
1973
-
1974
-
1975
- <h5>Parameters:</h5>
1976
-
1977
-
1978
- <table class="params table table-striped">
1979
- <thead>
1980
- <tr>
1981
-
1982
- <th>Name</th>
1983
-
1984
-
1985
- <th>Type</th>
1986
-
1987
-
1988
-
1989
-
1990
-
1991
- <th class="last">Description</th>
1992
- </tr>
1993
- </thead>
1994
-
1995
- <tbody>
1996
-
1997
-
1998
- <tr>
1999
-
2000
- <td class="name"><code>map</code></td>
2001
-
2002
-
2003
- <td class="type">
2004
-
2005
-
2006
- <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
2007
-
2008
-
2009
-
2010
-
2011
- </td>
2012
-
2013
-
2014
-
2015
-
2016
-
2017
- <td class="description last">The target map</td>
2018
- </tr>
2019
-
2020
-
2021
- </tbody>
2022
- </table>
2023
-
2024
-
2025
-
2026
-
2027
- <dl class="details">
2028
-
2029
-
2030
-
2031
-
2032
-
2033
-
2034
-
2035
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2036
- <dd class="inherited-from">
2037
- <ul class="dummy">
2038
- <li>
2039
- <a href="WPGMZA.Circle.html#setMap">WPGMZA.Circle#setMap</a>
2040
- </li>
2041
- </ul>
2042
- </dd>
2043
-
2044
-
2045
-
2046
-
2047
-
2048
-
2049
-
2050
-
2051
-
2052
-
2053
-
2054
-
2055
-
2056
-
2057
-
2058
-
2059
-
2060
-
2061
-
2062
-
2063
-
2064
-
2065
-
2066
-
2067
-
2068
-
2069
-
2070
-
2071
-
2072
- </dl>
2073
-
2074
-
2075
-
2076
-
2077
-
2078
-
2079
-
2080
-
2081
-
2082
-
2083
-
2084
-
2085
-
2086
- <h5>Returns:</h5>
2087
-
2088
-
2089
-
2090
-
2091
- <dl>
2092
- <dt>
2093
- Type
2094
- </dt>
2095
- <dd>
2096
-
2097
- <span class="param-type">void</span>
2098
-
2099
-
2100
-
2101
- </dd>
2102
- </dl>
2103
-
2104
-
2105
-
2106
-
2107
-
2108
- </dd>
2109
-
2110
-
2111
-
2112
- <hr>
2113
- <dt>
2114
- <h4 class="name" id="setRadius"><span class="type-signature"></span>setRadius(radius)</h4>
2115
-
2116
-
2117
- </dt>
2118
- <dd>
2119
-
2120
-
2121
- <div class="description">
2122
- Sets the circles radius, in kilometers
2123
- </div>
2124
-
2125
-
2126
-
2127
-
2128
-
2129
-
2130
-
2131
-
2132
- <h5>Parameters:</h5>
2133
-
2134
-
2135
- <table class="params table table-striped">
2136
- <thead>
2137
- <tr>
2138
-
2139
- <th>Name</th>
2140
-
2141
-
2142
- <th>Type</th>
2143
-
2144
-
2145
-
2146
-
2147
-
2148
- <th class="last">Description</th>
2149
- </tr>
2150
- </thead>
2151
-
2152
- <tbody>
2153
-
2154
-
2155
- <tr>
2156
-
2157
- <td class="name"><code>radius</code></td>
2158
-
2159
-
2160
- <td class="type">
2161
-
2162
-
2163
- <span class="param-type">number</span>
2164
-
2165
-
2166
-
2167
-
2168
- </td>
2169
-
2170
-
2171
-
2172
-
2173
-
2174
- <td class="description last">The radius</td>
2175
- </tr>
2176
-
2177
-
2178
- </tbody>
2179
- </table>
2180
-
2181
-
2182
-
2183
-
2184
- <dl class="details">
2185
-
2186
-
2187
-
2188
-
2189
-
2190
-
2191
-
2192
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2193
- <dd class="inherited-from">
2194
- <ul class="dummy">
2195
- <li>
2196
- <a href="WPGMZA.Circle.html#setRadius">WPGMZA.Circle#setRadius</a>
2197
- </li>
2198
- </ul>
2199
- </dd>
2200
-
2201
-
2202
-
2203
-
2204
-
2205
-
2206
-
2207
-
2208
-
2209
-
2210
-
2211
-
2212
-
2213
-
2214
-
2215
-
2216
-
2217
-
2218
-
2219
-
2220
-
2221
-
2222
-
2223
-
2224
-
2225
-
2226
-
2227
-
2228
-
2229
- </dl>
2230
-
2231
-
2232
-
2233
-
2234
-
2235
-
2236
-
2237
-
2238
-
2239
-
2240
-
2241
-
2242
-
2243
- <h5>Returns:</h5>
2244
-
2245
-
2246
-
2247
-
2248
- <dl>
2249
- <dt>
2250
- Type
2251
- </dt>
2252
- <dd>
2253
-
2254
- <span class="param-type">void</span>
2255
-
2256
-
2257
-
2258
- </dd>
2259
- </dl>
2260
-
2261
-
2262
-
2263
-
2264
-
2265
- </dd>
2266
-
2267
-
2268
-
2269
- <hr>
2270
- <dt>
2271
- <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
2272
-
2273
-
2274
- </dt>
2275
- <dd>
2276
-
2277
-
2278
- <div class="description">
2279
- Returns a copy of this object as a JSON object for serializsation
2280
- </div>
2281
-
2282
-
2283
-
2284
-
2285
-
2286
-
2287
-
2288
-
2289
-
2290
-
2291
- <dl class="details">
2292
-
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2300
- <dd class="inherited-from">
2301
- <ul class="dummy">
2302
- <li>
2303
- <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
2304
- </li>
2305
- </ul>
2306
- </dd>
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
-
2318
-
2319
-
2320
-
2321
-
2322
-
2323
-
2324
-
2325
-
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
-
2336
- </dl>
2337
-
2338
-
2339
-
2340
-
2341
-
2342
-
2343
-
2344
-
2345
-
2346
-
2347
-
2348
-
2349
-
2350
- <h5>Returns:</h5>
2351
-
2352
-
2353
- <div class="param-desc">
2354
- This object as represented by JSON
2355
- </div>
2356
-
2357
-
2358
-
2359
- <dl>
2360
- <dt>
2361
- Type
2362
- </dt>
2363
- <dd>
2364
-
2365
- <span class="param-type">object</span>
2366
-
2367
-
2368
-
2369
- </dd>
2370
- </dl>
2371
-
2372
-
2373
-
2374
-
2375
-
2376
- </dd>
2377
-
2378
-
2379
-
2380
- <hr>
2381
- <dt>
2382
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
2383
-
2384
-
2385
- </dt>
2386
- <dd>
2387
-
2388
-
2389
- <div class="description">
2390
- Alias for removeEventListener
2391
- </div>
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
- <dl class="details">
2403
-
2404
-
2405
-
2406
-
2407
-
2408
-
2409
-
2410
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2411
- <dd class="inherited-from">
2412
- <ul class="dummy">
2413
- <li>
2414
- <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
2415
- </li>
2416
- </ul>
2417
- </dd>
2418
-
2419
-
2420
-
2421
-
2422
-
2423
-
2424
-
2425
-
2426
-
2427
-
2428
-
2429
-
2430
-
2431
-
2432
-
2433
-
2434
-
2435
-
2436
-
2437
-
2438
-
2439
-
2440
-
2441
-
2442
-
2443
-
2444
-
2445
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2446
- <dd class="tag-see">
2447
- <ul>
2448
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2449
- </ul>
2450
- </dd>
2451
-
2452
-
2453
-
2454
- </dl>
2455
-
2456
-
2457
-
2458
-
2459
-
2460
-
2461
-
2462
-
2463
-
2464
-
2465
-
2466
-
2467
-
2468
-
2469
-
2470
- </dd>
2471
-
2472
- </dl>
2473
-
2474
-
2475
-
2476
-
2477
-
2478
- </article>
2479
-
2480
- </section>
2481
-
2482
-
2483
-
2484
-
2485
- </div>
2486
- </div>
2487
-
2488
- <div class="clearfix"></div>
2489
-
2490
-
2491
- <div class="col-md-3">
2492
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2493
- </div>
2494
-
2495
-
2496
- </div>
2497
- </div>
2498
-
2499
-
2500
- <div class="modal fade" id="searchResults">
2501
- <div class="modal-dialog">
2502
- <div class="modal-content">
2503
- <div class="modal-header">
2504
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2505
- <h4 class="modal-title">Search results</h4>
2506
- </div>
2507
- <div class="modal-body"></div>
2508
- <div class="modal-footer">
2509
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2510
- </div>
2511
- </div><!-- /.modal-content -->
2512
- </div><!-- /.modal-dialog -->
2513
- </div>
2514
-
2515
-
2516
- <footer>
2517
-
2518
-
2519
- <span class="jsdoc-message">
2520
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2521
-
2522
- on 2019-01-18T10:34:57+00:00
2523
-
2524
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2525
- </span>
2526
- </footer>
2527
-
2528
- <script src="scripts/docstrap.lib.js"></script>
2529
- <script src="scripts/toc.js"></script>
2530
-
2531
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2532
-
2533
-
2534
- <script>
2535
- $( function () {
2536
- $( "[id*='$']" ).each( function () {
2537
- var $this = $( this );
2538
-
2539
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2540
- } );
2541
-
2542
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2543
- var $this = $( this );
2544
-
2545
- var example = $this.find( "code" );
2546
- exampleText = example.html();
2547
- var lang = /{@lang (.*?)}/.exec( exampleText );
2548
- if ( lang && lang[1] ) {
2549
- exampleText = exampleText.replace( lang[0], "" );
2550
- example.html( exampleText );
2551
- lang = lang[1];
2552
- } else {
2553
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2554
- lang = langClassMatch ? langClassMatch[1] : "javascript";
2555
- }
2556
-
2557
- if ( lang ) {
2558
-
2559
- $this
2560
- .addClass( "sunlight-highlight-" + lang )
2561
- .addClass( "linenums" )
2562
- .html( example.html() );
2563
-
2564
- }
2565
- } );
2566
-
2567
- Sunlight.highlightAll( {
2568
- lineNumbers : false,
2569
- showMenu : true,
2570
- enableDoclinks : true
2571
- } );
2572
-
2573
- $.catchAnchorLinks( {
2574
- navbarOffset: 10
2575
- } );
2576
- $( "#toc" ).toc( {
2577
- anchorName : function ( i, heading, prefix ) {
2578
- return $( heading ).attr( "id" ) || ( prefix + i );
2579
- },
2580
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2581
- showAndHide : false,
2582
- smoothScrolling: true
2583
- } );
2584
-
2585
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2586
- $( '.dropdown-toggle' ).dropdown();
2587
-
2588
- $( "table" ).each( function () {
2589
- var $this = $( this );
2590
- $this.addClass('table');
2591
- } );
2592
-
2593
- } );
2594
- </script>
2595
-
2596
-
2597
-
2598
- <!--Navigation and Symbol Display-->
2599
-
2600
-
2601
- <!--Google Analytics-->
2602
-
2603
-
2604
-
2605
- <script type="text/javascript">
2606
- $(document).ready(function() {
2607
- SearcherDisplay.init();
2608
- });
2609
- </script>
2610
-
2611
-
2612
- </body>
2613
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: GoogleCircle</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: GoogleCircle</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ GoogleCircle
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.GoogleCircle</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="GoogleCircle"><span class="type-signature"></span>new GoogleCircle()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Subclass, used when Google is the maps engine. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
+ <dd class="tag-see">
152
+ <ul>
153
+ <li><a href="WPGMZA.Circle.html#.createInstance">WPGMZA.Circle.createInstance</a></li>
154
+ </ul>
155
+ </dd>
156
+
157
+
158
+
159
+ </dl>
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </dd>
176
+
177
+
178
+ </div>
179
+
180
+
181
+ <h3 class="subsection-title">Extends</h3>
182
+
183
+
184
+
185
+
186
+ <ul>
187
+ <li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li>
188
+ </ul>
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ <h3 class="subsection-title">Methods</h3>
205
+
206
+ <dl>
207
+
208
+ <hr>
209
+ <dt>
210
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
211
+
212
+
213
+ </dt>
214
+ <dd>
215
+
216
+
217
+ <div class="description">
218
+ Handles the logic of triggering listeners
219
+ </div>
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+ <dl class="details">
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
239
+ <dd class="inherited-from">
240
+ <ul class="dummy">
241
+ <li>
242
+ <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
243
+ </li>
244
+ </ul>
245
+ </dd>
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+ </dl>
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+ </dd>
292
+
293
+
294
+
295
+ <hr>
296
+ <dt>
297
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
298
+
299
+
300
+ </dt>
301
+ <dd>
302
+
303
+
304
+ <div class="description">
305
+ Adds an event listener on this object
306
+ </div>
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+ <h5>Parameters:</h5>
316
+
317
+
318
+ <table class="params table table-striped">
319
+ <thead>
320
+ <tr>
321
+
322
+ <th>Name</th>
323
+
324
+
325
+ <th>Type</th>
326
+
327
+
328
+ <th>Argument</th>
329
+
330
+
331
+
332
+
333
+ <th class="last">Description</th>
334
+ </tr>
335
+ </thead>
336
+
337
+ <tbody>
338
+
339
+
340
+ <tr>
341
+
342
+ <td class="name"><code>type</code></td>
343
+
344
+
345
+ <td class="type">
346
+
347
+
348
+ <span class="param-type">string</span>
349
+
350
+
351
+
352
+
353
+ </td>
354
+
355
+
356
+ <td class="attributes">
357
+
358
+
359
+
360
+
361
+
362
+ </td>
363
+
364
+
365
+
366
+
367
+ <td class="description last">The event type, or multiple types separated by spaces</td>
368
+ </tr>
369
+
370
+
371
+
372
+ <tr>
373
+
374
+ <td class="name"><code>callback</code></td>
375
+
376
+
377
+ <td class="type">
378
+
379
+
380
+ <span class="param-type">function</span>
381
+
382
+
383
+
384
+
385
+ </td>
386
+
387
+
388
+ <td class="attributes">
389
+
390
+
391
+
392
+
393
+
394
+ </td>
395
+
396
+
397
+
398
+
399
+ <td class="description last">The callback to call when the event fires</td>
400
+ </tr>
401
+
402
+
403
+
404
+ <tr>
405
+
406
+ <td class="name"><code>thisObject</code></td>
407
+
408
+
409
+ <td class="type">
410
+
411
+
412
+ <span class="param-type">object</span>
413
+
414
+
415
+
416
+
417
+ </td>
418
+
419
+
420
+ <td class="attributes">
421
+
422
+ &lt;optional><br>
423
+
424
+
425
+
426
+
427
+
428
+ </td>
429
+
430
+
431
+
432
+
433
+ <td class="description last">The object to use as "this" when firing the callback</td>
434
+ </tr>
435
+
436
+
437
+
438
+ <tr>
439
+
440
+ <td class="name"><code>useCapture</code></td>
441
+
442
+
443
+ <td class="type">
444
+
445
+
446
+ <span class="param-type">bool</span>
447
+
448
+
449
+
450
+
451
+ </td>
452
+
453
+
454
+ <td class="attributes">
455
+
456
+ &lt;optional><br>
457
+
458
+
459
+
460
+
461
+
462
+ </td>
463
+
464
+
465
+
466
+
467
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
468
+ </tr>
469
+
470
+
471
+ </tbody>
472
+ </table>
473
+
474
+
475
+
476
+
477
+ <dl class="details">
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
486
+ <dd class="inherited-from">
487
+ <ul class="dummy">
488
+ <li>
489
+ <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
490
+ </li>
491
+ </ul>
492
+ </dd>
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+ </dl>
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+ </dd>
539
+
540
+
541
+
542
+ <hr>
543
+ <dt>
544
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
545
+
546
+
547
+ </dt>
548
+ <dd>
549
+
550
+
551
+ <div class="description">
552
+ Fires an event on this object
553
+ </div>
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+ <h5>Parameters:</h5>
563
+
564
+
565
+ <table class="params table table-striped">
566
+ <thead>
567
+ <tr>
568
+
569
+ <th>Name</th>
570
+
571
+
572
+ <th>Type</th>
573
+
574
+
575
+
576
+
577
+
578
+ <th class="last">Description</th>
579
+ </tr>
580
+ </thead>
581
+
582
+ <tbody>
583
+
584
+
585
+ <tr>
586
+
587
+ <td class="name"><code>event</code></td>
588
+
589
+
590
+ <td class="type">
591
+
592
+
593
+ <span class="param-type">string</span>
594
+ |
595
+
596
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
597
+
598
+
599
+
600
+
601
+ </td>
602
+
603
+
604
+
605
+
606
+
607
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
608
+ </tr>
609
+
610
+
611
+ </tbody>
612
+ </table>
613
+
614
+
615
+
616
+
617
+ <dl class="details">
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
626
+ <dd class="inherited-from">
627
+ <ul class="dummy">
628
+ <li>
629
+ <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
630
+ </li>
631
+ </ul>
632
+ </dd>
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+ </dl>
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+ </dd>
679
+
680
+
681
+
682
+ <hr>
683
+ <dt>
684
+ <h4 class="name" id="getCenter"><span class="type-signature"></span>getCenter()</h4>
685
+
686
+
687
+ </dt>
688
+ <dd>
689
+
690
+
691
+ <div class="description">
692
+ Gets the circles center
693
+ </div>
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+ <dl class="details">
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
713
+ <dd class="inherited-from">
714
+ <ul class="dummy">
715
+ <li>
716
+ <a href="WPGMZA.Circle.html#getCenter">WPGMZA.Circle#getCenter</a>
717
+ </li>
718
+ </ul>
719
+ </dd>
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+ </dl>
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+ <h5>Returns:</h5>
764
+
765
+
766
+
767
+
768
+ <dl>
769
+ <dt>
770
+ Type
771
+ </dt>
772
+ <dd>
773
+
774
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
775
+
776
+
777
+
778
+ </dd>
779
+ </dl>
780
+
781
+
782
+
783
+
784
+
785
+ </dd>
786
+
787
+
788
+
789
+ <hr>
790
+ <dt>
791
+ <h4 class="name" id="getMap"><span class="type-signature"></span>getMap()</h4>
792
+
793
+
794
+ </dt>
795
+ <dd>
796
+
797
+
798
+ <div class="description">
799
+ Returns the map that this circle is being displayed on
800
+ </div>
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+ <dl class="details">
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
820
+ <dd class="inherited-from">
821
+ <ul class="dummy">
822
+ <li>
823
+ <a href="WPGMZA.Circle.html#getMap">WPGMZA.Circle#getMap</a>
824
+ </li>
825
+ </ul>
826
+ </dd>
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+ </dl>
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+ <h5>Returns:</h5>
871
+
872
+
873
+
874
+
875
+ <dl>
876
+ <dt>
877
+ Type
878
+ </dt>
879
+ <dd>
880
+
881
+ <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
882
+
883
+
884
+
885
+ </dd>
886
+ </dl>
887
+
888
+
889
+
890
+
891
+
892
+ </dd>
893
+
894
+
895
+
896
+ <hr>
897
+ <dt>
898
+ <h4 class="name" id="getRadius"><span class="type-signature"></span>getRadius(latLng)</h4>
899
+
900
+
901
+ </dt>
902
+ <dd>
903
+
904
+
905
+ <div class="description">
906
+ Gets the circles radius, in kilometers
907
+ </div>
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+ <h5>Parameters:</h5>
917
+
918
+
919
+ <table class="params table table-striped">
920
+ <thead>
921
+ <tr>
922
+
923
+ <th>Name</th>
924
+
925
+
926
+ <th>Type</th>
927
+
928
+
929
+
930
+
931
+
932
+ <th class="last">Description</th>
933
+ </tr>
934
+ </thead>
935
+
936
+ <tbody>
937
+
938
+
939
+ <tr>
940
+
941
+ <td class="name"><code>latLng</code></td>
942
+
943
+
944
+ <td class="type">
945
+
946
+
947
+ <span class="param-type">object</span>
948
+ |
949
+
950
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
951
+
952
+
953
+
954
+
955
+ </td>
956
+
957
+
958
+
959
+
960
+
961
+ <td class="description last">either a literal or as a WPGMZA.LatLng</td>
962
+ </tr>
963
+
964
+
965
+ </tbody>
966
+ </table>
967
+
968
+
969
+
970
+
971
+ <dl class="details">
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
980
+ <dd class="inherited-from">
981
+ <ul class="dummy">
982
+ <li>
983
+ <a href="WPGMZA.Circle.html#getRadius">WPGMZA.Circle#getRadius</a>
984
+ </li>
985
+ </ul>
986
+ </dd>
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+ </dl>
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ <h5>Returns:</h5>
1031
+
1032
+
1033
+
1034
+
1035
+ <dl>
1036
+ <dt>
1037
+ Type
1038
+ </dt>
1039
+ <dd>
1040
+
1041
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1042
+
1043
+
1044
+
1045
+ </dd>
1046
+ </dl>
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+ </dd>
1053
+
1054
+
1055
+
1056
+ <hr>
1057
+ <dt>
1058
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1059
+
1060
+
1061
+ </dt>
1062
+ <dd>
1063
+
1064
+
1065
+ <div class="description">
1066
+ Test for listeners of type on this object
1067
+ </div>
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+ <h5>Parameters:</h5>
1077
+
1078
+
1079
+ <table class="params table table-striped">
1080
+ <thead>
1081
+ <tr>
1082
+
1083
+ <th>Name</th>
1084
+
1085
+
1086
+ <th>Type</th>
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+ <th class="last">Description</th>
1093
+ </tr>
1094
+ </thead>
1095
+
1096
+ <tbody>
1097
+
1098
+
1099
+ <tr>
1100
+
1101
+ <td class="name"><code>type</code></td>
1102
+
1103
+
1104
+ <td class="type">
1105
+
1106
+
1107
+ <span class="param-type">string</span>
1108
+
1109
+
1110
+
1111
+
1112
+ </td>
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+ <td class="description last">The event type to test for</td>
1119
+ </tr>
1120
+
1121
+
1122
+ </tbody>
1123
+ </table>
1124
+
1125
+
1126
+
1127
+
1128
+ <dl class="details">
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1137
+ <dd class="inherited-from">
1138
+ <ul class="dummy">
1139
+ <li>
1140
+ <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1141
+ </li>
1142
+ </ul>
1143
+ </dd>
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+ </dl>
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+ <h5>Returns:</h5>
1188
+
1189
+
1190
+ <div class="param-desc">
1191
+ True if this object has listeners bound for the specified type
1192
+ </div>
1193
+
1194
+
1195
+
1196
+ <dl>
1197
+ <dt>
1198
+ Type
1199
+ </dt>
1200
+ <dd>
1201
+
1202
+ <span class="param-type">bool</span>
1203
+
1204
+
1205
+
1206
+ </dd>
1207
+ </dl>
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+ </dd>
1214
+
1215
+
1216
+
1217
+ <hr>
1218
+ <dt>
1219
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1220
+
1221
+
1222
+ </dt>
1223
+ <dd>
1224
+
1225
+
1226
+ <div class="description">
1227
+ Alias for removeEventListener
1228
+ </div>
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+
1239
+ <dl class="details">
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1248
+ <dd class="inherited-from">
1249
+ <ul class="dummy">
1250
+ <li>
1251
+ <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1252
+ </li>
1253
+ </ul>
1254
+ </dd>
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1283
+ <dd class="tag-see">
1284
+ <ul>
1285
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1286
+ </ul>
1287
+ </dd>
1288
+
1289
+
1290
+
1291
+ </dl>
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+ </dd>
1308
+
1309
+
1310
+
1311
+ <hr>
1312
+ <dt>
1313
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1314
+
1315
+
1316
+ </dt>
1317
+ <dd>
1318
+
1319
+
1320
+ <div class="description">
1321
+ Alias for addEventListener
1322
+ </div>
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+ <dl class="details">
1334
+
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+
1341
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1342
+ <dd class="inherited-from">
1343
+ <ul class="dummy">
1344
+ <li>
1345
+ <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1346
+ </li>
1347
+ </ul>
1348
+ </dd>
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1377
+ <dd class="tag-see">
1378
+ <ul>
1379
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1380
+ </ul>
1381
+ </dd>
1382
+
1383
+
1384
+
1385
+ </dl>
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+ </dd>
1402
+
1403
+
1404
+
1405
+ <hr>
1406
+ <dt>
1407
+ <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1408
+
1409
+
1410
+ </dt>
1411
+ <dd>
1412
+
1413
+
1414
+ <div class="description">
1415
+ Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1416
+ </div>
1417
+
1418
+
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+
1425
+ <h5>Parameters:</h5>
1426
+
1427
+
1428
+ <table class="params table table-striped">
1429
+ <thead>
1430
+ <tr>
1431
+
1432
+ <th>Name</th>
1433
+
1434
+
1435
+ <th>Type</th>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+ <th class="last">Description</th>
1442
+ </tr>
1443
+ </thead>
1444
+
1445
+ <tbody>
1446
+
1447
+
1448
+ <tr>
1449
+
1450
+ <td class="name"><code>string</code></td>
1451
+
1452
+
1453
+ <td class="type">
1454
+
1455
+
1456
+ <span class="param-type">string</span>
1457
+
1458
+
1459
+
1460
+
1461
+ </td>
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+ <td class="description last">The string to parse numbers from</td>
1468
+ </tr>
1469
+
1470
+
1471
+ </tbody>
1472
+ </table>
1473
+
1474
+
1475
+
1476
+
1477
+ <dl class="details">
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+
1485
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1486
+ <dd class="inherited-from">
1487
+ <ul class="dummy">
1488
+ <li>
1489
+ <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1490
+ </li>
1491
+ </ul>
1492
+ </dd>
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+ </dl>
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+ <h5>Returns:</h5>
1537
+
1538
+
1539
+ <div class="param-desc">
1540
+ An array of LatLng literals parsed from the string
1541
+ </div>
1542
+
1543
+
1544
+
1545
+ <dl>
1546
+ <dt>
1547
+ Type
1548
+ </dt>
1549
+ <dd>
1550
+
1551
+ <span class="param-type">array</span>
1552
+
1553
+
1554
+
1555
+ </dd>
1556
+ </dl>
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+ </dd>
1563
+
1564
+
1565
+
1566
+ <hr>
1567
+ <dt>
1568
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1569
+
1570
+
1571
+ </dt>
1572
+ <dd>
1573
+
1574
+
1575
+ <div class="description">
1576
+ Removes event listeners from this object
1577
+ </div>
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+ <h5>Parameters:</h5>
1587
+
1588
+
1589
+ <table class="params table table-striped">
1590
+ <thead>
1591
+ <tr>
1592
+
1593
+ <th>Name</th>
1594
+
1595
+
1596
+ <th>Type</th>
1597
+
1598
+
1599
+ <th>Argument</th>
1600
+
1601
+
1602
+
1603
+
1604
+ <th class="last">Description</th>
1605
+ </tr>
1606
+ </thead>
1607
+
1608
+ <tbody>
1609
+
1610
+
1611
+ <tr>
1612
+
1613
+ <td class="name"><code>type</code></td>
1614
+
1615
+
1616
+ <td class="type">
1617
+
1618
+
1619
+ <span class="param-type">string</span>
1620
+
1621
+
1622
+
1623
+
1624
+ </td>
1625
+
1626
+
1627
+ <td class="attributes">
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+ </td>
1634
+
1635
+
1636
+
1637
+
1638
+ <td class="description last">The event type to remove listeners from</td>
1639
+ </tr>
1640
+
1641
+
1642
+
1643
+ <tr>
1644
+
1645
+ <td class="name"><code>listener</code></td>
1646
+
1647
+
1648
+ <td class="type">
1649
+
1650
+
1651
+ <span class="param-type">function</span>
1652
+
1653
+
1654
+
1655
+
1656
+ </td>
1657
+
1658
+
1659
+ <td class="attributes">
1660
+
1661
+ &lt;optional><br>
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+ </td>
1668
+
1669
+
1670
+
1671
+
1672
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1673
+ </tr>
1674
+
1675
+
1676
+
1677
+ <tr>
1678
+
1679
+ <td class="name"><code>thisObject</code></td>
1680
+
1681
+
1682
+ <td class="type">
1683
+
1684
+
1685
+ <span class="param-type">object</span>
1686
+
1687
+
1688
+
1689
+
1690
+ </td>
1691
+
1692
+
1693
+ <td class="attributes">
1694
+
1695
+ &lt;optional><br>
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+ </td>
1702
+
1703
+
1704
+
1705
+
1706
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1707
+ </tr>
1708
+
1709
+
1710
+
1711
+ <tr>
1712
+
1713
+ <td class="name"><code>useCapture</code></td>
1714
+
1715
+
1716
+ <td class="type">
1717
+
1718
+
1719
+ <span class="param-type">bool</span>
1720
+
1721
+
1722
+
1723
+
1724
+ </td>
1725
+
1726
+
1727
+ <td class="attributes">
1728
+
1729
+ &lt;optional><br>
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+ </td>
1736
+
1737
+
1738
+
1739
+
1740
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1741
+ </tr>
1742
+
1743
+
1744
+ </tbody>
1745
+ </table>
1746
+
1747
+
1748
+
1749
+
1750
+ <dl class="details">
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1759
+ <dd class="inherited-from">
1760
+ <ul class="dummy">
1761
+ <li>
1762
+ <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1763
+ </li>
1764
+ </ul>
1765
+ </dd>
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+ </dl>
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+ </dd>
1812
+
1813
+
1814
+
1815
+ <hr>
1816
+ <dt>
1817
+ <h4 class="name" id="setCenter"><span class="type-signature"></span>setCenter(latLng)</h4>
1818
+
1819
+
1820
+ </dt>
1821
+ <dd>
1822
+
1823
+
1824
+ <div class="description">
1825
+ Sets the circles center
1826
+ </div>
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+ <h5>Parameters:</h5>
1836
+
1837
+
1838
+ <table class="params table table-striped">
1839
+ <thead>
1840
+ <tr>
1841
+
1842
+ <th>Name</th>
1843
+
1844
+
1845
+ <th>Type</th>
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ <th class="last">Description</th>
1852
+ </tr>
1853
+ </thead>
1854
+
1855
+ <tbody>
1856
+
1857
+
1858
+ <tr>
1859
+
1860
+ <td class="name"><code>latLng</code></td>
1861
+
1862
+
1863
+ <td class="type">
1864
+
1865
+
1866
+ <span class="param-type">object</span>
1867
+ |
1868
+
1869
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1870
+
1871
+
1872
+
1873
+
1874
+ </td>
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+ <td class="description last">either a literal or as a WPGMZA.LatLng</td>
1881
+ </tr>
1882
+
1883
+
1884
+ </tbody>
1885
+ </table>
1886
+
1887
+
1888
+
1889
+
1890
+ <dl class="details">
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1899
+ <dd class="inherited-from">
1900
+ <ul class="dummy">
1901
+ <li>
1902
+ <a href="WPGMZA.Circle.html#setCenter">WPGMZA.Circle#setCenter</a>
1903
+ </li>
1904
+ </ul>
1905
+ </dd>
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+
1934
+
1935
+ </dl>
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+
1950
+
1951
+ </dd>
1952
+
1953
+
1954
+
1955
+ <hr>
1956
+ <dt>
1957
+ <h4 class="name" id="setMap"><span class="type-signature"></span>setMap(map)</h4>
1958
+
1959
+
1960
+ </dt>
1961
+ <dd>
1962
+
1963
+
1964
+ <div class="description">
1965
+ Puts this circle on a map
1966
+ </div>
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+ <h5>Parameters:</h5>
1976
+
1977
+
1978
+ <table class="params table table-striped">
1979
+ <thead>
1980
+ <tr>
1981
+
1982
+ <th>Name</th>
1983
+
1984
+
1985
+ <th>Type</th>
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+ <th class="last">Description</th>
1992
+ </tr>
1993
+ </thead>
1994
+
1995
+ <tbody>
1996
+
1997
+
1998
+ <tr>
1999
+
2000
+ <td class="name"><code>map</code></td>
2001
+
2002
+
2003
+ <td class="type">
2004
+
2005
+
2006
+ <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
2007
+
2008
+
2009
+
2010
+
2011
+ </td>
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+ <td class="description last">The target map</td>
2018
+ </tr>
2019
+
2020
+
2021
+ </tbody>
2022
+ </table>
2023
+
2024
+
2025
+
2026
+
2027
+ <dl class="details">
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2036
+ <dd class="inherited-from">
2037
+ <ul class="dummy">
2038
+ <li>
2039
+ <a href="WPGMZA.Circle.html#setMap">WPGMZA.Circle#setMap</a>
2040
+ </li>
2041
+ </ul>
2042
+ </dd>
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+ </dl>
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+ <h5>Returns:</h5>
2087
+
2088
+
2089
+
2090
+
2091
+ <dl>
2092
+ <dt>
2093
+ Type
2094
+ </dt>
2095
+ <dd>
2096
+
2097
+ <span class="param-type">void</span>
2098
+
2099
+
2100
+
2101
+ </dd>
2102
+ </dl>
2103
+
2104
+
2105
+
2106
+
2107
+
2108
+ </dd>
2109
+
2110
+
2111
+
2112
+ <hr>
2113
+ <dt>
2114
+ <h4 class="name" id="setRadius"><span class="type-signature"></span>setRadius(radius)</h4>
2115
+
2116
+
2117
+ </dt>
2118
+ <dd>
2119
+
2120
+
2121
+ <div class="description">
2122
+ Sets the circles radius, in kilometers
2123
+ </div>
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+
2132
+ <h5>Parameters:</h5>
2133
+
2134
+
2135
+ <table class="params table table-striped">
2136
+ <thead>
2137
+ <tr>
2138
+
2139
+ <th>Name</th>
2140
+
2141
+
2142
+ <th>Type</th>
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+ <th class="last">Description</th>
2149
+ </tr>
2150
+ </thead>
2151
+
2152
+ <tbody>
2153
+
2154
+
2155
+ <tr>
2156
+
2157
+ <td class="name"><code>radius</code></td>
2158
+
2159
+
2160
+ <td class="type">
2161
+
2162
+
2163
+ <span class="param-type">number</span>
2164
+
2165
+
2166
+
2167
+
2168
+ </td>
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+ <td class="description last">The radius</td>
2175
+ </tr>
2176
+
2177
+
2178
+ </tbody>
2179
+ </table>
2180
+
2181
+
2182
+
2183
+
2184
+ <dl class="details">
2185
+
2186
+
2187
+
2188
+
2189
+
2190
+
2191
+
2192
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2193
+ <dd class="inherited-from">
2194
+ <ul class="dummy">
2195
+ <li>
2196
+ <a href="WPGMZA.Circle.html#setRadius">WPGMZA.Circle#setRadius</a>
2197
+ </li>
2198
+ </ul>
2199
+ </dd>
2200
+
2201
+
2202
+
2203
+
2204
+
2205
+
2206
+
2207
+
2208
+
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+
2223
+
2224
+
2225
+
2226
+
2227
+
2228
+
2229
+ </dl>
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+ <h5>Returns:</h5>
2244
+
2245
+
2246
+
2247
+
2248
+ <dl>
2249
+ <dt>
2250
+ Type
2251
+ </dt>
2252
+ <dd>
2253
+
2254
+ <span class="param-type">void</span>
2255
+
2256
+
2257
+
2258
+ </dd>
2259
+ </dl>
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+ </dd>
2266
+
2267
+
2268
+
2269
+ <hr>
2270
+ <dt>
2271
+ <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
2272
+
2273
+
2274
+ </dt>
2275
+ <dd>
2276
+
2277
+
2278
+ <div class="description">
2279
+ Returns a copy of this object as a JSON object for serializsation
2280
+ </div>
2281
+
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+
2291
+ <dl class="details">
2292
+
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+
2299
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2300
+ <dd class="inherited-from">
2301
+ <ul class="dummy">
2302
+ <li>
2303
+ <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
2304
+ </li>
2305
+ </ul>
2306
+ </dd>
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+ </dl>
2337
+
2338
+
2339
+
2340
+
2341
+
2342
+
2343
+
2344
+
2345
+
2346
+
2347
+
2348
+
2349
+
2350
+ <h5>Returns:</h5>
2351
+
2352
+
2353
+ <div class="param-desc">
2354
+ This object as represented by JSON
2355
+ </div>
2356
+
2357
+
2358
+
2359
+ <dl>
2360
+ <dt>
2361
+ Type
2362
+ </dt>
2363
+ <dd>
2364
+
2365
+ <span class="param-type">object</span>
2366
+
2367
+
2368
+
2369
+ </dd>
2370
+ </dl>
2371
+
2372
+
2373
+
2374
+
2375
+
2376
+ </dd>
2377
+
2378
+
2379
+
2380
+ <hr>
2381
+ <dt>
2382
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
2383
+
2384
+
2385
+ </dt>
2386
+ <dd>
2387
+
2388
+
2389
+ <div class="description">
2390
+ Alias for removeEventListener
2391
+ </div>
2392
+
2393
+
2394
+
2395
+
2396
+
2397
+
2398
+
2399
+
2400
+
2401
+
2402
+ <dl class="details">
2403
+
2404
+
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2411
+ <dd class="inherited-from">
2412
+ <ul class="dummy">
2413
+ <li>
2414
+ <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
2415
+ </li>
2416
+ </ul>
2417
+ </dd>
2418
+
2419
+
2420
+
2421
+
2422
+
2423
+
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+
2440
+
2441
+
2442
+
2443
+
2444
+
2445
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2446
+ <dd class="tag-see">
2447
+ <ul>
2448
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2449
+ </ul>
2450
+ </dd>
2451
+
2452
+
2453
+
2454
+ </dl>
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+ </dd>
2471
+
2472
+ </dl>
2473
+
2474
+
2475
+
2476
+
2477
+
2478
+ </article>
2479
+
2480
+ </section>
2481
+
2482
+
2483
+
2484
+
2485
+ </div>
2486
+ </div>
2487
+
2488
+ <div class="clearfix"></div>
2489
+
2490
+
2491
+ <div class="col-md-3">
2492
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2493
+ </div>
2494
+
2495
+
2496
+ </div>
2497
+ </div>
2498
+
2499
+
2500
+ <div class="modal fade" id="searchResults">
2501
+ <div class="modal-dialog">
2502
+ <div class="modal-content">
2503
+ <div class="modal-header">
2504
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2505
+ <h4 class="modal-title">Search results</h4>
2506
+ </div>
2507
+ <div class="modal-body"></div>
2508
+ <div class="modal-footer">
2509
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2510
+ </div>
2511
+ </div><!-- /.modal-content -->
2512
+ </div><!-- /.modal-dialog -->
2513
+ </div>
2514
+
2515
+
2516
+ <footer>
2517
+
2518
+
2519
+ <span class="jsdoc-message">
2520
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2521
+
2522
+ on 2019-01-20T11:35:48+00:00
2523
+
2524
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2525
+ </span>
2526
+ </footer>
2527
+
2528
+ <script src="scripts/docstrap.lib.js"></script>
2529
+ <script src="scripts/toc.js"></script>
2530
+
2531
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2532
+
2533
+
2534
+ <script>
2535
+ $( function () {
2536
+ $( "[id*='$']" ).each( function () {
2537
+ var $this = $( this );
2538
+
2539
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2540
+ } );
2541
+
2542
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2543
+ var $this = $( this );
2544
+
2545
+ var example = $this.find( "code" );
2546
+ exampleText = example.html();
2547
+ var lang = /{@lang (.*?)}/.exec( exampleText );
2548
+ if ( lang && lang[1] ) {
2549
+ exampleText = exampleText.replace( lang[0], "" );
2550
+ example.html( exampleText );
2551
+ lang = lang[1];
2552
+ } else {
2553
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2554
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
2555
+ }
2556
+
2557
+ if ( lang ) {
2558
+
2559
+ $this
2560
+ .addClass( "sunlight-highlight-" + lang )
2561
+ .addClass( "linenums" )
2562
+ .html( example.html() );
2563
+
2564
+ }
2565
+ } );
2566
+
2567
+ Sunlight.highlightAll( {
2568
+ lineNumbers : false,
2569
+ showMenu : true,
2570
+ enableDoclinks : true
2571
+ } );
2572
+
2573
+ $.catchAnchorLinks( {
2574
+ navbarOffset: 10
2575
+ } );
2576
+ $( "#toc" ).toc( {
2577
+ anchorName : function ( i, heading, prefix ) {
2578
+ return $( heading ).attr( "id" ) || ( prefix + i );
2579
+ },
2580
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2581
+ showAndHide : false,
2582
+ smoothScrolling: true
2583
+ } );
2584
+
2585
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2586
+ $( '.dropdown-toggle' ).dropdown();
2587
+
2588
+ $( "table" ).each( function () {
2589
+ var $this = $( this );
2590
+ $this.addClass('table');
2591
+ } );
2592
+
2593
+ } );
2594
+ </script>
2595
+
2596
+
2597
+
2598
+ <!--Navigation and Symbol Display-->
2599
+
2600
+
2601
+ <!--Google Analytics-->
2602
+
2603
+
2604
+
2605
+ <script type="text/javascript">
2606
+ $(document).ready(function() {
2607
+ SearcherDisplay.init();
2608
+ });
2609
+ </script>
2610
+
2611
+
2612
+ </body>
2613
  </html>
docs/js/WPGMZA.GoogleGeocoder.html CHANGED
@@ -1,878 +1,878 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: GoogleGeocoder</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: GoogleGeocoder</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- GoogleGeocoder
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.GoogleGeocoder</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="GoogleGeocoder"><span class="type-signature"></span>new GoogleGeocoder()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Subclass, used when Google is the maps engine. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
- <dd class="tag-see">
152
- <ul>
153
- <li><a href="WPGMZA.Geocoder.html#.createInstance">WPGMZA.Geocoder.createInstance</a></li>
154
- </ul>
155
- </dd>
156
-
157
-
158
-
159
- </dl>
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- </dd>
176
-
177
-
178
- </div>
179
-
180
-
181
- <h3 class="subsection-title">Extends</h3>
182
-
183
-
184
-
185
-
186
- <ul>
187
- <li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li>
188
- </ul>
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
- <h3 class="subsection-title">Methods</h3>
205
-
206
- <dl>
207
-
208
- <hr>
209
- <dt>
210
- <h4 class="name" id="geocode"><span class="type-signature"></span>geocode(options)</h4>
211
-
212
-
213
- </dt>
214
- <dd>
215
-
216
-
217
- <div class="description">
218
- Geocodes either an address or a latitude and longitude coordinate pair, depending on the input
219
- </div>
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
- <h5>Parameters:</h5>
229
-
230
-
231
- <table class="params table table-striped">
232
- <thead>
233
- <tr>
234
-
235
- <th>Name</th>
236
-
237
-
238
- <th>Type</th>
239
-
240
-
241
-
242
-
243
-
244
- <th class="last">Description</th>
245
- </tr>
246
- </thead>
247
-
248
- <tbody>
249
-
250
-
251
- <tr>
252
-
253
- <td class="name"><code>options</code></td>
254
-
255
-
256
- <td class="type">
257
-
258
-
259
- <span class="param-type">object</span>
260
-
261
-
262
-
263
-
264
- </td>
265
-
266
-
267
-
268
-
269
-
270
- <td class="description last">The options to geocode, you must supply <em>either</em> latLng <em>or</em> address.</td>
271
- </tr>
272
-
273
-
274
- </tbody>
275
- </table>
276
-
277
-
278
-
279
-
280
- <dl class="details">
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
289
- <dd class="inherited-from">
290
- <ul class="dummy">
291
- <li>
292
- <a href="WPGMZA.Geocoder.html#geocode">WPGMZA.Geocoder#geocode</a>
293
- </li>
294
- </ul>
295
- </dd>
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
- </dl>
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
- <h5>Throws:</h5>
338
-
339
-
340
-
341
- <div class="param-desc">
342
-
343
- You must supply either a latLng or address
344
-
345
- </div>
346
-
347
-
348
-
349
-
350
-
351
- <h5>Returns:</h5>
352
-
353
-
354
-
355
-
356
- <dl>
357
- <dt>
358
- Type
359
- </dt>
360
- <dd>
361
-
362
- <span class="param-type">void</span>
363
-
364
-
365
-
366
- </dd>
367
- </dl>
368
-
369
-
370
-
371
-
372
-
373
- </dd>
374
-
375
-
376
-
377
- <hr>
378
- <dt>
379
- <h4 class="name" id="getAddressFromLatLng"><span class="type-signature"></span>getAddressFromLatLng(options, callback)</h4>
380
-
381
-
382
- </dt>
383
- <dd>
384
-
385
-
386
- <div class="description">
387
- Attempts to convert latitud eand longitude coordinates into a street address. By default this will simply return the coordinates wrapped in an array.
388
- </div>
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
- <h5>Parameters:</h5>
398
-
399
-
400
- <table class="params table table-striped">
401
- <thead>
402
- <tr>
403
-
404
- <th>Name</th>
405
-
406
-
407
- <th>Type</th>
408
-
409
-
410
-
411
-
412
-
413
- <th class="last">Description</th>
414
- </tr>
415
- </thead>
416
-
417
- <tbody>
418
-
419
-
420
- <tr>
421
-
422
- <td class="name"><code>options</code></td>
423
-
424
-
425
- <td class="type">
426
-
427
-
428
- <span class="param-type">object</span>
429
-
430
-
431
-
432
-
433
- </td>
434
-
435
-
436
-
437
-
438
-
439
- <td class="description last">The options to geocode, latLng is mandatory.</td>
440
- </tr>
441
-
442
-
443
-
444
- <tr>
445
-
446
- <td class="name"><code>callback</code></td>
447
-
448
-
449
- <td class="type">
450
-
451
-
452
- <span class="param-type">function</span>
453
-
454
-
455
-
456
-
457
- </td>
458
-
459
-
460
-
461
-
462
-
463
- <td class="description last">The callback to receive the geocode result.</td>
464
- </tr>
465
-
466
-
467
- </tbody>
468
- </table>
469
-
470
-
471
-
472
-
473
- <dl class="details">
474
-
475
-
476
-
477
-
478
-
479
-
480
-
481
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
482
- <dd class="inherited-from">
483
- <ul class="dummy">
484
- <li>
485
- <a href="WPGMZA.Geocoder.html#getAddressFromLatLng">WPGMZA.Geocoder#getAddressFromLatLng</a>
486
- </li>
487
- </ul>
488
- </dd>
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
-
504
-
505
-
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
-
518
- </dl>
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
- <h5>Returns:</h5>
533
-
534
-
535
-
536
-
537
- <dl>
538
- <dt>
539
- Type
540
- </dt>
541
- <dd>
542
-
543
- <span class="param-type">void</span>
544
-
545
-
546
-
547
- </dd>
548
- </dl>
549
-
550
-
551
-
552
-
553
-
554
- </dd>
555
-
556
-
557
-
558
- <hr>
559
- <dt>
560
- <h4 class="name" id="getLatLngFromAddress"><span class="type-signature"></span>getLatLngFromAddress(options, callback)</h4>
561
-
562
-
563
- </dt>
564
- <dd>
565
-
566
-
567
- <div class="description">
568
- Attempts to convert a street address to an array of potential coordinates that match the address, which are passed to a callback. If the address is interpreted as a latitude and longitude coordinate pair, the callback is immediately fired.
569
- </div>
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
-
578
- <h5>Parameters:</h5>
579
-
580
-
581
- <table class="params table table-striped">
582
- <thead>
583
- <tr>
584
-
585
- <th>Name</th>
586
-
587
-
588
- <th>Type</th>
589
-
590
-
591
-
592
-
593
-
594
- <th class="last">Description</th>
595
- </tr>
596
- </thead>
597
-
598
- <tbody>
599
-
600
-
601
- <tr>
602
-
603
- <td class="name"><code>options</code></td>
604
-
605
-
606
- <td class="type">
607
-
608
-
609
- <span class="param-type">object</span>
610
-
611
-
612
-
613
-
614
- </td>
615
-
616
-
617
-
618
-
619
-
620
- <td class="description last">The options to geocode, address is mandatory.</td>
621
- </tr>
622
-
623
-
624
-
625
- <tr>
626
-
627
- <td class="name"><code>callback</code></td>
628
-
629
-
630
- <td class="type">
631
-
632
-
633
- <span class="param-type">function</span>
634
-
635
-
636
-
637
-
638
- </td>
639
-
640
-
641
-
642
-
643
-
644
- <td class="description last">The callback to receive the geocode result.</td>
645
- </tr>
646
-
647
-
648
- </tbody>
649
- </table>
650
-
651
-
652
-
653
-
654
- <dl class="details">
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
663
- <dd class="inherited-from">
664
- <ul class="dummy">
665
- <li>
666
- <a href="WPGMZA.Geocoder.html#getLatLngFromAddress">WPGMZA.Geocoder#getLatLngFromAddress</a>
667
- </li>
668
- </ul>
669
- </dd>
670
-
671
-
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
-
680
-
681
-
682
-
683
-
684
-
685
-
686
-
687
-
688
-
689
-
690
-
691
-
692
-
693
-
694
-
695
-
696
-
697
-
698
-
699
- </dl>
700
-
701
-
702
-
703
-
704
-
705
-
706
-
707
-
708
-
709
-
710
-
711
-
712
-
713
- <h5>Returns:</h5>
714
-
715
-
716
-
717
-
718
- <dl>
719
- <dt>
720
- Type
721
- </dt>
722
- <dd>
723
-
724
- <span class="param-type">void</span>
725
-
726
-
727
-
728
- </dd>
729
- </dl>
730
-
731
-
732
-
733
-
734
-
735
- </dd>
736
-
737
- </dl>
738
-
739
-
740
-
741
-
742
-
743
- </article>
744
-
745
- </section>
746
-
747
-
748
-
749
-
750
- </div>
751
- </div>
752
-
753
- <div class="clearfix"></div>
754
-
755
-
756
- <div class="col-md-3">
757
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
758
- </div>
759
-
760
-
761
- </div>
762
- </div>
763
-
764
-
765
- <div class="modal fade" id="searchResults">
766
- <div class="modal-dialog">
767
- <div class="modal-content">
768
- <div class="modal-header">
769
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
770
- <h4 class="modal-title">Search results</h4>
771
- </div>
772
- <div class="modal-body"></div>
773
- <div class="modal-footer">
774
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
775
- </div>
776
- </div><!-- /.modal-content -->
777
- </div><!-- /.modal-dialog -->
778
- </div>
779
-
780
-
781
- <footer>
782
-
783
-
784
- <span class="jsdoc-message">
785
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
786
-
787
- on 2019-01-18T10:34:57+00:00
788
-
789
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
790
- </span>
791
- </footer>
792
-
793
- <script src="scripts/docstrap.lib.js"></script>
794
- <script src="scripts/toc.js"></script>
795
-
796
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
797
-
798
-
799
- <script>
800
- $( function () {
801
- $( "[id*='$']" ).each( function () {
802
- var $this = $( this );
803
-
804
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
805
- } );
806
-
807
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
808
- var $this = $( this );
809
-
810
- var example = $this.find( "code" );
811
- exampleText = example.html();
812
- var lang = /{@lang (.*?)}/.exec( exampleText );
813
- if ( lang && lang[1] ) {
814
- exampleText = exampleText.replace( lang[0], "" );
815
- example.html( exampleText );
816
- lang = lang[1];
817
- } else {
818
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
819
- lang = langClassMatch ? langClassMatch[1] : "javascript";
820
- }
821
-
822
- if ( lang ) {
823
-
824
- $this
825
- .addClass( "sunlight-highlight-" + lang )
826
- .addClass( "linenums" )
827
- .html( example.html() );
828
-
829
- }
830
- } );
831
-
832
- Sunlight.highlightAll( {
833
- lineNumbers : false,
834
- showMenu : true,
835
- enableDoclinks : true
836
- } );
837
-
838
- $.catchAnchorLinks( {
839
- navbarOffset: 10
840
- } );
841
- $( "#toc" ).toc( {
842
- anchorName : function ( i, heading, prefix ) {
843
- return $( heading ).attr( "id" ) || ( prefix + i );
844
- },
845
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
846
- showAndHide : false,
847
- smoothScrolling: true
848
- } );
849
-
850
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
851
- $( '.dropdown-toggle' ).dropdown();
852
-
853
- $( "table" ).each( function () {
854
- var $this = $( this );
855
- $this.addClass('table');
856
- } );
857
-
858
- } );
859
- </script>
860
-
861
-
862
-
863
- <!--Navigation and Symbol Display-->
864
-
865
-
866
- <!--Google Analytics-->
867
-
868
-
869
-
870
- <script type="text/javascript">
871
- $(document).ready(function() {
872
- SearcherDisplay.init();
873
- });
874
- </script>
875
-
876
-
877
- </body>
878
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: GoogleGeocoder</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: GoogleGeocoder</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ GoogleGeocoder
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.GoogleGeocoder</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="GoogleGeocoder"><span class="type-signature"></span>new GoogleGeocoder()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Subclass, used when Google is the maps engine. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
+ <dd class="tag-see">
152
+ <ul>
153
+ <li><a href="WPGMZA.Geocoder.html#.createInstance">WPGMZA.Geocoder.createInstance</a></li>
154
+ </ul>
155
+ </dd>
156
+
157
+
158
+
159
+ </dl>
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </dd>
176
+
177
+
178
+ </div>
179
+
180
+
181
+ <h3 class="subsection-title">Extends</h3>
182
+
183
+
184
+
185
+
186
+ <ul>
187
+ <li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li>
188
+ </ul>
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ <h3 class="subsection-title">Methods</h3>
205
+
206
+ <dl>
207
+
208
+ <hr>
209
+ <dt>
210
+ <h4 class="name" id="geocode"><span class="type-signature"></span>geocode(options)</h4>
211
+
212
+
213
+ </dt>
214
+ <dd>
215
+
216
+
217
+ <div class="description">
218
+ Geocodes either an address or a latitude and longitude coordinate pair, depending on the input
219
+ </div>
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+ <h5>Parameters:</h5>
229
+
230
+
231
+ <table class="params table table-striped">
232
+ <thead>
233
+ <tr>
234
+
235
+ <th>Name</th>
236
+
237
+
238
+ <th>Type</th>
239
+
240
+
241
+
242
+
243
+
244
+ <th class="last">Description</th>
245
+ </tr>
246
+ </thead>
247
+
248
+ <tbody>
249
+
250
+
251
+ <tr>
252
+
253
+ <td class="name"><code>options</code></td>
254
+
255
+
256
+ <td class="type">
257
+
258
+
259
+ <span class="param-type">object</span>
260
+
261
+
262
+
263
+
264
+ </td>
265
+
266
+
267
+
268
+
269
+
270
+ <td class="description last">The options to geocode, you must supply <em>either</em> latLng <em>or</em> address.</td>
271
+ </tr>
272
+
273
+
274
+ </tbody>
275
+ </table>
276
+
277
+
278
+
279
+
280
+ <dl class="details">
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
289
+ <dd class="inherited-from">
290
+ <ul class="dummy">
291
+ <li>
292
+ <a href="WPGMZA.Geocoder.html#geocode">WPGMZA.Geocoder#geocode</a>
293
+ </li>
294
+ </ul>
295
+ </dd>
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+ </dl>
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+ <h5>Throws:</h5>
338
+
339
+
340
+
341
+ <div class="param-desc">
342
+
343
+ You must supply either a latLng or address
344
+
345
+ </div>
346
+
347
+
348
+
349
+
350
+
351
+ <h5>Returns:</h5>
352
+
353
+
354
+
355
+
356
+ <dl>
357
+ <dt>
358
+ Type
359
+ </dt>
360
+ <dd>
361
+
362
+ <span class="param-type">void</span>
363
+
364
+
365
+
366
+ </dd>
367
+ </dl>
368
+
369
+
370
+
371
+
372
+
373
+ </dd>
374
+
375
+
376
+
377
+ <hr>
378
+ <dt>
379
+ <h4 class="name" id="getAddressFromLatLng"><span class="type-signature"></span>getAddressFromLatLng(options, callback)</h4>
380
+
381
+
382
+ </dt>
383
+ <dd>
384
+
385
+
386
+ <div class="description">
387
+ Attempts to convert latitud eand longitude coordinates into a street address. By default this will simply return the coordinates wrapped in an array.
388
+ </div>
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+ <h5>Parameters:</h5>
398
+
399
+
400
+ <table class="params table table-striped">
401
+ <thead>
402
+ <tr>
403
+
404
+ <th>Name</th>
405
+
406
+
407
+ <th>Type</th>
408
+
409
+
410
+
411
+
412
+
413
+ <th class="last">Description</th>
414
+ </tr>
415
+ </thead>
416
+
417
+ <tbody>
418
+
419
+
420
+ <tr>
421
+
422
+ <td class="name"><code>options</code></td>
423
+
424
+
425
+ <td class="type">
426
+
427
+
428
+ <span class="param-type">object</span>
429
+
430
+
431
+
432
+
433
+ </td>
434
+
435
+
436
+
437
+
438
+
439
+ <td class="description last">The options to geocode, latLng is mandatory.</td>
440
+ </tr>
441
+
442
+
443
+
444
+ <tr>
445
+
446
+ <td class="name"><code>callback</code></td>
447
+
448
+
449
+ <td class="type">
450
+
451
+
452
+ <span class="param-type">function</span>
453
+
454
+
455
+
456
+
457
+ </td>
458
+
459
+
460
+
461
+
462
+
463
+ <td class="description last">The callback to receive the geocode result.</td>
464
+ </tr>
465
+
466
+
467
+ </tbody>
468
+ </table>
469
+
470
+
471
+
472
+
473
+ <dl class="details">
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
482
+ <dd class="inherited-from">
483
+ <ul class="dummy">
484
+ <li>
485
+ <a href="WPGMZA.Geocoder.html#getAddressFromLatLng">WPGMZA.Geocoder#getAddressFromLatLng</a>
486
+ </li>
487
+ </ul>
488
+ </dd>
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+ </dl>
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+ <h5>Returns:</h5>
533
+
534
+
535
+
536
+
537
+ <dl>
538
+ <dt>
539
+ Type
540
+ </dt>
541
+ <dd>
542
+
543
+ <span class="param-type">void</span>
544
+
545
+
546
+
547
+ </dd>
548
+ </dl>
549
+
550
+
551
+
552
+
553
+
554
+ </dd>
555
+
556
+
557
+
558
+ <hr>
559
+ <dt>
560
+ <h4 class="name" id="getLatLngFromAddress"><span class="type-signature"></span>getLatLngFromAddress(options, callback)</h4>
561
+
562
+
563
+ </dt>
564
+ <dd>
565
+
566
+
567
+ <div class="description">
568
+ Attempts to convert a street address to an array of potential coordinates that match the address, which are passed to a callback. If the address is interpreted as a latitude and longitude coordinate pair, the callback is immediately fired.
569
+ </div>
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+ <h5>Parameters:</h5>
579
+
580
+
581
+ <table class="params table table-striped">
582
+ <thead>
583
+ <tr>
584
+
585
+ <th>Name</th>
586
+
587
+
588
+ <th>Type</th>
589
+
590
+
591
+
592
+
593
+
594
+ <th class="last">Description</th>
595
+ </tr>
596
+ </thead>
597
+
598
+ <tbody>
599
+
600
+
601
+ <tr>
602
+
603
+ <td class="name"><code>options</code></td>
604
+
605
+
606
+ <td class="type">
607
+
608
+
609
+ <span class="param-type">object</span>
610
+
611
+
612
+
613
+
614
+ </td>
615
+
616
+
617
+
618
+
619
+
620
+ <td class="description last">The options to geocode, address is mandatory.</td>
621
+ </tr>
622
+
623
+
624
+
625
+ <tr>
626
+
627
+ <td class="name"><code>callback</code></td>
628
+
629
+
630
+ <td class="type">
631
+
632
+
633
+ <span class="param-type">function</span>
634
+
635
+
636
+
637
+
638
+ </td>
639
+
640
+
641
+
642
+
643
+
644
+ <td class="description last">The callback to receive the geocode result.</td>
645
+ </tr>
646
+
647
+
648
+ </tbody>
649
+ </table>
650
+
651
+
652
+
653
+
654
+ <dl class="details">
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
663
+ <dd class="inherited-from">
664
+ <ul class="dummy">
665
+ <li>
666
+ <a href="WPGMZA.Geocoder.html#getLatLngFromAddress">WPGMZA.Geocoder#getLatLngFromAddress</a>
667
+ </li>
668
+ </ul>
669
+ </dd>
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+ </dl>
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+ <h5>Returns:</h5>
714
+
715
+
716
+
717
+
718
+ <dl>
719
+ <dt>
720
+ Type
721
+ </dt>
722
+ <dd>
723
+
724
+ <span class="param-type">void</span>
725
+
726
+
727
+
728
+ </dd>
729
+ </dl>
730
+
731
+
732
+
733
+
734
+
735
+ </dd>
736
+
737
+ </dl>
738
+
739
+
740
+
741
+
742
+
743
+ </article>
744
+
745
+ </section>
746
+
747
+
748
+
749
+
750
+ </div>
751
+ </div>
752
+
753
+ <div class="clearfix"></div>
754
+
755
+
756
+ <div class="col-md-3">
757
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
758
+ </div>
759
+
760
+
761
+ </div>
762
+ </div>
763
+
764
+
765
+ <div class="modal fade" id="searchResults">
766
+ <div class="modal-dialog">
767
+ <div class="modal-content">
768
+ <div class="modal-header">
769
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
770
+ <h4 class="modal-title">Search results</h4>
771
+ </div>
772
+ <div class="modal-body"></div>
773
+ <div class="modal-footer">
774
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
775
+ </div>
776
+ </div><!-- /.modal-content -->
777
+ </div><!-- /.modal-dialog -->
778
+ </div>
779
+
780
+
781
+ <footer>
782
+
783
+
784
+ <span class="jsdoc-message">
785
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
786
+
787
+ on 2019-01-20T11:35:48+00:00
788
+
789
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
790
+ </span>
791
+ </footer>
792
+
793
+ <script src="scripts/docstrap.lib.js"></script>
794
+ <script src="scripts/toc.js"></script>
795
+
796
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
797
+
798
+
799
+ <script>
800
+ $( function () {
801
+ $( "[id*='$']" ).each( function () {
802
+ var $this = $( this );
803
+
804
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
805
+ } );
806
+
807
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
808
+ var $this = $( this );
809
+
810
+ var example = $this.find( "code" );
811
+ exampleText = example.html();
812
+ var lang = /{@lang (.*?)}/.exec( exampleText );
813
+ if ( lang && lang[1] ) {
814
+ exampleText = exampleText.replace( lang[0], "" );
815
+ example.html( exampleText );
816
+ lang = lang[1];
817
+ } else {
818
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
819
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
820
+ }
821
+
822
+ if ( lang ) {
823
+
824
+ $this
825
+ .addClass( "sunlight-highlight-" + lang )
826
+ .addClass( "linenums" )
827
+ .html( example.html() );
828
+
829
+ }
830
+ } );
831
+
832
+ Sunlight.highlightAll( {
833
+ lineNumbers : false,
834
+ showMenu : true,
835
+ enableDoclinks : true
836
+ } );
837
+
838
+ $.catchAnchorLinks( {
839
+ navbarOffset: 10
840
+ } );
841
+ $( "#toc" ).toc( {
842
+ anchorName : function ( i, heading, prefix ) {
843
+ return $( heading ).attr( "id" ) || ( prefix + i );
844
+ },
845
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
846
+ showAndHide : false,
847
+ smoothScrolling: true
848
+ } );
849
+
850
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
851
+ $( '.dropdown-toggle' ).dropdown();
852
+
853
+ $( "table" ).each( function () {
854
+ var $this = $( this );
855
+ $this.addClass('table');
856
+ } );
857
+
858
+ } );
859
+ </script>
860
+
861
+
862
+
863
+ <!--Navigation and Symbol Display-->
864
+
865
+
866
+ <!--Google Analytics-->
867
+
868
+
869
+
870
+ <script type="text/javascript">
871
+ $(document).ready(function() {
872
+ SearcherDisplay.init();
873
+ });
874
+ </script>
875
+
876
+
877
+ </body>
878
  </html>
docs/js/WPGMZA.InfoWindow.html CHANGED
@@ -1,1141 +1,1141 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: InfoWindow</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: InfoWindow</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- InfoWindow
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.InfoWindow</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="InfoWindow"><span class="type-signature"></span>new InfoWindow()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for infoWindows. This acts as an abstract class so that infoWindows for both Google and OpenLayers can be interacted with seamlessly by the overlying logic. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
- <dd class="tag-see">
152
- <ul>
153
- <li><a href="WPGMZA.InfoWindow.html#.createInstance">WPGMZA.InfoWindow.createInstance</a></li>
154
- </ul>
155
- </dd>
156
-
157
-
158
-
159
- </dl>
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- </dd>
176
-
177
-
178
- </div>
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
- <h3 class="subsection-title">Methods</h3>
194
-
195
- <dl>
196
-
197
- <hr>
198
- <dt>
199
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance(options)</h4>
200
-
201
-
202
- </dt>
203
- <dd>
204
-
205
-
206
- <div class="description">
207
- Creates an instance of an InfoWindow, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>
208
- </div>
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
- <h5>Parameters:</h5>
218
-
219
-
220
- <table class="params table table-striped">
221
- <thead>
222
- <tr>
223
-
224
- <th>Name</th>
225
-
226
-
227
- <th>Type</th>
228
-
229
-
230
-
231
-
232
-
233
- <th class="last">Description</th>
234
- </tr>
235
- </thead>
236
-
237
- <tbody>
238
-
239
-
240
- <tr>
241
-
242
- <td class="name"><code>options</code></td>
243
-
244
-
245
- <td class="type">
246
-
247
-
248
- <span class="param-type">object</span>
249
-
250
-
251
-
252
-
253
- </td>
254
-
255
-
256
-
257
-
258
-
259
- <td class="description last">Options for the object (optional)</td>
260
- </tr>
261
-
262
-
263
- </tbody>
264
- </table>
265
-
266
-
267
-
268
-
269
- <dl class="details">
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
- </dl>
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
- </dd>
322
-
323
-
324
-
325
- <hr>
326
- <dt>
327
- <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
328
-
329
-
330
- </dt>
331
- <dd>
332
-
333
-
334
- <div class="description">
335
- Fetches the constructor to be used by createInstance, based on the selected maps engine
336
- </div>
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
- <dl class="details">
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
- </dl>
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
- <h5>Returns:</h5>
398
-
399
-
400
- <div class="param-desc">
401
- The appropriate constructor
402
- </div>
403
-
404
-
405
-
406
- <dl>
407
- <dt>
408
- Type
409
- </dt>
410
- <dd>
411
-
412
- <span class="param-type">function</span>
413
-
414
-
415
-
416
- </dd>
417
- </dl>
418
-
419
-
420
-
421
-
422
-
423
- </dd>
424
-
425
-
426
-
427
- <hr>
428
- <dt>
429
- <h4 class="name" id="close"><span class="type-signature"></span>close()</h4>
430
-
431
-
432
- </dt>
433
- <dd>
434
-
435
-
436
- <div class="description">
437
- Abstract function, closes this InfoWindow
438
- </div>
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
- <dl class="details">
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
-
485
- </dl>
486
-
487
-
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
-
498
-
499
-
500
-
501
- </dd>
502
-
503
-
504
-
505
- <hr>
506
- <dt>
507
- <h4 class="name" id="getContent"><span class="type-signature"></span>getContent()</h4>
508
-
509
-
510
- </dt>
511
- <dd>
512
-
513
-
514
- <div class="description">
515
- Gets the content for the info window and passes it to the specified callback - this allows for delayed loading (eg AJAX) as well as instant content
516
- </div>
517
-
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
- <dl class="details">
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
- </dl>
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
- <h5>Returns:</h5>
578
-
579
-
580
- <div class="param-desc">
581
- void
582
- </div>
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
- </dd>
591
-
592
-
593
-
594
- <hr>
595
- <dt>
596
- <h4 class="name" id="onMapObjectAdded"><span class="type-signature"></span>onMapObjectAdded()</h4>
597
-
598
-
599
- </dt>
600
- <dd>
601
-
602
-
603
- <div class="description">
604
- Event listener for when the map object is added. This will cause the info window to open if the map object has infoopen set
605
- </div>
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
- <dl class="details">
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
- </dl>
653
-
654
-
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
-
663
-
664
-
665
-
666
- <h5>Returns:</h5>
667
-
668
-
669
- <div class="param-desc">
670
- void
671
- </div>
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
- </dd>
680
-
681
-
682
-
683
- <hr>
684
- <dt>
685
- <h4 class="name" id="open"><span class="type-signature"></span>open(map, mapObject)</h4>
686
-
687
-
688
- </dt>
689
- <dd>
690
-
691
-
692
- <div class="description">
693
- Opens the info window on the specified map, with the specified map object as the subject.
694
- </div>
695
-
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
- <h5>Parameters:</h5>
704
-
705
-
706
- <table class="params table table-striped">
707
- <thead>
708
- <tr>
709
-
710
- <th>Name</th>
711
-
712
-
713
- <th>Type</th>
714
-
715
-
716
-
717
-
718
-
719
- <th class="last">Description</th>
720
- </tr>
721
- </thead>
722
-
723
- <tbody>
724
-
725
-
726
- <tr>
727
-
728
- <td class="name"><code>map</code></td>
729
-
730
-
731
- <td class="type">
732
-
733
-
734
- <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
735
-
736
-
737
-
738
-
739
- </td>
740
-
741
-
742
-
743
-
744
-
745
- <td class="description last">The map to open this InfoWindow on.</td>
746
- </tr>
747
-
748
-
749
-
750
- <tr>
751
-
752
- <td class="name"><code>mapObject</code></td>
753
-
754
-
755
- <td class="type">
756
-
757
-
758
- <span class="param-type"><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></span>
759
-
760
-
761
-
762
-
763
- </td>
764
-
765
-
766
-
767
-
768
-
769
- <td class="description last">The map object (eg marker, polygon) to open this InfoWindow on.</td>
770
- </tr>
771
-
772
-
773
- </tbody>
774
- </table>
775
-
776
-
777
-
778
-
779
- <dl class="details">
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
-
793
-
794
-
795
-
796
-
797
-
798
-
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
-
813
-
814
-
815
- </dl>
816
-
817
-
818
-
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
- <h5>Returns:</h5>
830
-
831
-
832
- <div class="param-desc">
833
- boolean FALSE if the info window should not and will not open, TRUE if it will. This can be used by subclasses to establish whether or not the subclassed open should bail or open the window.
834
- </div>
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
- </dd>
843
-
844
-
845
-
846
- <hr>
847
- <dt>
848
- <h4 class="name" id="setContent"><span class="type-signature"></span>setContent()</h4>
849
-
850
-
851
- </dt>
852
- <dd>
853
-
854
-
855
- <div class="description">
856
- Abstract function, sets the content in this InfoWindow
857
- </div>
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
- <dl class="details">
869
-
870
-
871
-
872
-
873
-
874
-
875
-
876
-
877
-
878
-
879
-
880
-
881
-
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
-
896
-
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
- </dl>
905
-
906
-
907
-
908
-
909
-
910
-
911
-
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
- </dd>
921
-
922
-
923
-
924
- <hr>
925
- <dt>
926
- <h4 class="name" id="setOptions"><span class="type-signature"></span>setOptions()</h4>
927
-
928
-
929
- </dt>
930
- <dd>
931
-
932
-
933
- <div class="description">
934
- Abstract function, sets options on this InfoWindow
935
- </div>
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
- <dl class="details">
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
-
956
-
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
-
965
-
966
-
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
-
981
-
982
- </dl>
983
-
984
-
985
-
986
-
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
- </dd>
999
-
1000
- </dl>
1001
-
1002
-
1003
-
1004
-
1005
-
1006
- </article>
1007
-
1008
- </section>
1009
-
1010
-
1011
-
1012
-
1013
- </div>
1014
- </div>
1015
-
1016
- <div class="clearfix"></div>
1017
-
1018
-
1019
- <div class="col-md-3">
1020
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1021
- </div>
1022
-
1023
-
1024
- </div>
1025
- </div>
1026
-
1027
-
1028
- <div class="modal fade" id="searchResults">
1029
- <div class="modal-dialog">
1030
- <div class="modal-content">
1031
- <div class="modal-header">
1032
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1033
- <h4 class="modal-title">Search results</h4>
1034
- </div>
1035
- <div class="modal-body"></div>
1036
- <div class="modal-footer">
1037
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1038
- </div>
1039
- </div><!-- /.modal-content -->
1040
- </div><!-- /.modal-dialog -->
1041
- </div>
1042
-
1043
-
1044
- <footer>
1045
-
1046
-
1047
- <span class="jsdoc-message">
1048
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1049
-
1050
- on 2019-01-18T10:34:57+00:00
1051
-
1052
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1053
- </span>
1054
- </footer>
1055
-
1056
- <script src="scripts/docstrap.lib.js"></script>
1057
- <script src="scripts/toc.js"></script>
1058
-
1059
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1060
-
1061
-
1062
- <script>
1063
- $( function () {
1064
- $( "[id*='$']" ).each( function () {
1065
- var $this = $( this );
1066
-
1067
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1068
- } );
1069
-
1070
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1071
- var $this = $( this );
1072
-
1073
- var example = $this.find( "code" );
1074
- exampleText = example.html();
1075
- var lang = /{@lang (.*?)}/.exec( exampleText );
1076
- if ( lang && lang[1] ) {
1077
- exampleText = exampleText.replace( lang[0], "" );
1078
- example.html( exampleText );
1079
- lang = lang[1];
1080
- } else {
1081
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1082
- lang = langClassMatch ? langClassMatch[1] : "javascript";
1083
- }
1084
-
1085
- if ( lang ) {
1086
-
1087
- $this
1088
- .addClass( "sunlight-highlight-" + lang )
1089
- .addClass( "linenums" )
1090
- .html( example.html() );
1091
-
1092
- }
1093
- } );
1094
-
1095
- Sunlight.highlightAll( {
1096
- lineNumbers : false,
1097
- showMenu : true,
1098
- enableDoclinks : true
1099
- } );
1100
-
1101
- $.catchAnchorLinks( {
1102
- navbarOffset: 10
1103
- } );
1104
- $( "#toc" ).toc( {
1105
- anchorName : function ( i, heading, prefix ) {
1106
- return $( heading ).attr( "id" ) || ( prefix + i );
1107
- },
1108
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1109
- showAndHide : false,
1110
- smoothScrolling: true
1111
- } );
1112
-
1113
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1114
- $( '.dropdown-toggle' ).dropdown();
1115
-
1116
- $( "table" ).each( function () {
1117
- var $this = $( this );
1118
- $this.addClass('table');
1119
- } );
1120
-
1121
- } );
1122
- </script>
1123
-
1124
-
1125
-
1126
- <!--Navigation and Symbol Display-->
1127
-
1128
-
1129
- <!--Google Analytics-->
1130
-
1131
-
1132
-
1133
- <script type="text/javascript">
1134
- $(document).ready(function() {
1135
- SearcherDisplay.init();
1136
- });
1137
- </script>
1138
-
1139
-
1140
- </body>
1141
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: InfoWindow</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: InfoWindow</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ InfoWindow
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.InfoWindow</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="InfoWindow"><span class="type-signature"></span>new InfoWindow()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for infoWindows. This acts as an abstract class so that infoWindows for both Google and OpenLayers can be interacted with seamlessly by the overlying logic. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
151
+ <dd class="tag-see">
152
+ <ul>
153
+ <li><a href="WPGMZA.InfoWindow.html#.createInstance">WPGMZA.InfoWindow.createInstance</a></li>
154
+ </ul>
155
+ </dd>
156
+
157
+
158
+
159
+ </dl>
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </dd>
176
+
177
+
178
+ </div>
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+ <h3 class="subsection-title">Methods</h3>
194
+
195
+ <dl>
196
+
197
+ <hr>
198
+ <dt>
199
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance(options)</h4>
200
+
201
+
202
+ </dt>
203
+ <dd>
204
+
205
+
206
+ <div class="description">
207
+ Creates an instance of an InfoWindow, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>
208
+ </div>
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+ <h5>Parameters:</h5>
218
+
219
+
220
+ <table class="params table table-striped">
221
+ <thead>
222
+ <tr>
223
+
224
+ <th>Name</th>
225
+
226
+
227
+ <th>Type</th>
228
+
229
+
230
+
231
+
232
+
233
+ <th class="last">Description</th>
234
+ </tr>
235
+ </thead>
236
+
237
+ <tbody>
238
+
239
+
240
+ <tr>
241
+
242
+ <td class="name"><code>options</code></td>
243
+
244
+
245
+ <td class="type">
246
+
247
+
248
+ <span class="param-type">object</span>
249
+
250
+
251
+
252
+
253
+ </td>
254
+
255
+
256
+
257
+
258
+
259
+ <td class="description last">Options for the object (optional)</td>
260
+ </tr>
261
+
262
+
263
+ </tbody>
264
+ </table>
265
+
266
+
267
+
268
+
269
+ <dl class="details">
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+ </dl>
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+ </dd>
322
+
323
+
324
+
325
+ <hr>
326
+ <dt>
327
+ <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
328
+
329
+
330
+ </dt>
331
+ <dd>
332
+
333
+
334
+ <div class="description">
335
+ Fetches the constructor to be used by createInstance, based on the selected maps engine
336
+ </div>
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+ <dl class="details">
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+ </dl>
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+ <h5>Returns:</h5>
398
+
399
+
400
+ <div class="param-desc">
401
+ The appropriate constructor
402
+ </div>
403
+
404
+
405
+
406
+ <dl>
407
+ <dt>
408
+ Type
409
+ </dt>
410
+ <dd>
411
+
412
+ <span class="param-type">function</span>
413
+
414
+
415
+
416
+ </dd>
417
+ </dl>
418
+
419
+
420
+
421
+
422
+
423
+ </dd>
424
+
425
+
426
+
427
+ <hr>
428
+ <dt>
429
+ <h4 class="name" id="close"><span class="type-signature"></span>close()</h4>
430
+
431
+
432
+ </dt>
433
+ <dd>
434
+
435
+
436
+ <div class="description">
437
+ Abstract function, closes this InfoWindow
438
+ </div>
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+ <dl class="details">
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+ </dl>
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+ </dd>
502
+
503
+
504
+
505
+ <hr>
506
+ <dt>
507
+ <h4 class="name" id="getContent"><span class="type-signature"></span>getContent()</h4>
508
+
509
+
510
+ </dt>
511
+ <dd>
512
+
513
+
514
+ <div class="description">
515
+ Gets the content for the info window and passes it to the specified callback - this allows for delayed loading (eg AJAX) as well as instant content
516
+ </div>
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+ <dl class="details">
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+ </dl>
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+ <h5>Returns:</h5>
578
+
579
+
580
+ <div class="param-desc">
581
+ void
582
+ </div>
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+ </dd>
591
+
592
+
593
+
594
+ <hr>
595
+ <dt>
596
+ <h4 class="name" id="onMapObjectAdded"><span class="type-signature"></span>onMapObjectAdded()</h4>
597
+
598
+
599
+ </dt>
600
+ <dd>
601
+
602
+
603
+ <div class="description">
604
+ Event listener for when the map object is added. This will cause the info window to open if the map object has infoopen set
605
+ </div>
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+ <dl class="details">
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+ </dl>
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+ <h5>Returns:</h5>
667
+
668
+
669
+ <div class="param-desc">
670
+ void
671
+ </div>
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+ </dd>
680
+
681
+
682
+
683
+ <hr>
684
+ <dt>
685
+ <h4 class="name" id="open"><span class="type-signature"></span>open(map, mapObject)</h4>
686
+
687
+
688
+ </dt>
689
+ <dd>
690
+
691
+
692
+ <div class="description">
693
+ Opens the info window on the specified map, with the specified map object as the subject.
694
+ </div>
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+ <h5>Parameters:</h5>
704
+
705
+
706
+ <table class="params table table-striped">
707
+ <thead>
708
+ <tr>
709
+
710
+ <th>Name</th>
711
+
712
+
713
+ <th>Type</th>
714
+
715
+
716
+
717
+
718
+
719
+ <th class="last">Description</th>
720
+ </tr>
721
+ </thead>
722
+
723
+ <tbody>
724
+
725
+
726
+ <tr>
727
+
728
+ <td class="name"><code>map</code></td>
729
+
730
+
731
+ <td class="type">
732
+
733
+
734
+ <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
735
+
736
+
737
+
738
+
739
+ </td>
740
+
741
+
742
+
743
+
744
+
745
+ <td class="description last">The map to open this InfoWindow on.</td>
746
+ </tr>
747
+
748
+
749
+
750
+ <tr>
751
+
752
+ <td class="name"><code>mapObject</code></td>
753
+
754
+
755
+ <td class="type">
756
+
757
+
758
+ <span class="param-type"><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></span>
759
+
760
+
761
+
762
+
763
+ </td>
764
+
765
+
766
+
767
+
768
+
769
+ <td class="description last">The map object (eg marker, polygon) to open this InfoWindow on.</td>
770
+ </tr>
771
+
772
+
773
+ </tbody>
774
+ </table>
775
+
776
+
777
+
778
+
779
+ <dl class="details">
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+ </dl>
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+ <h5>Returns:</h5>
830
+
831
+
832
+ <div class="param-desc">
833
+ boolean FALSE if the info window should not and will not open, TRUE if it will. This can be used by subclasses to establish whether or not the subclassed open should bail or open the window.
834
+ </div>
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+ </dd>
843
+
844
+
845
+
846
+ <hr>
847
+ <dt>
848
+ <h4 class="name" id="setContent"><span class="type-signature"></span>setContent()</h4>
849
+
850
+
851
+ </dt>
852
+ <dd>
853
+
854
+
855
+ <div class="description">
856
+ Abstract function, sets the content in this InfoWindow
857
+ </div>
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+ <dl class="details">
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+ </dl>
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+ </dd>
921
+
922
+
923
+
924
+ <hr>
925
+ <dt>
926
+ <h4 class="name" id="setOptions"><span class="type-signature"></span>setOptions()</h4>
927
+
928
+
929
+ </dt>
930
+ <dd>
931
+
932
+
933
+ <div class="description">
934
+ Abstract function, sets options on this InfoWindow
935
+ </div>
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+ <dl class="details">
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+ </dl>
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+ </dd>
999
+
1000
+ </dl>
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+ </article>
1007
+
1008
+ </section>
1009
+
1010
+
1011
+
1012
+
1013
+ </div>
1014
+ </div>
1015
+
1016
+ <div class="clearfix"></div>
1017
+
1018
+
1019
+ <div class="col-md-3">
1020
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1021
+ </div>
1022
+
1023
+
1024
+ </div>
1025
+ </div>
1026
+
1027
+
1028
+ <div class="modal fade" id="searchResults">
1029
+ <div class="modal-dialog">
1030
+ <div class="modal-content">
1031
+ <div class="modal-header">
1032
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1033
+ <h4 class="modal-title">Search results</h4>
1034
+ </div>
1035
+ <div class="modal-body"></div>
1036
+ <div class="modal-footer">
1037
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1038
+ </div>
1039
+ </div><!-- /.modal-content -->
1040
+ </div><!-- /.modal-dialog -->
1041
+ </div>
1042
+
1043
+
1044
+ <footer>
1045
+
1046
+
1047
+ <span class="jsdoc-message">
1048
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1049
+
1050
+ on 2019-01-20T11:35:48+00:00
1051
+
1052
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1053
+ </span>
1054
+ </footer>
1055
+
1056
+ <script src="scripts/docstrap.lib.js"></script>
1057
+ <script src="scripts/toc.js"></script>
1058
+
1059
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1060
+
1061
+
1062
+ <script>
1063
+ $( function () {
1064
+ $( "[id*='$']" ).each( function () {
1065
+ var $this = $( this );
1066
+
1067
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1068
+ } );
1069
+
1070
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1071
+ var $this = $( this );
1072
+
1073
+ var example = $this.find( "code" );
1074
+ exampleText = example.html();
1075
+ var lang = /{@lang (.*?)}/.exec( exampleText );
1076
+ if ( lang && lang[1] ) {
1077
+ exampleText = exampleText.replace( lang[0], "" );
1078
+ example.html( exampleText );
1079
+ lang = lang[1];
1080
+ } else {
1081
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1082
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
1083
+ }
1084
+
1085
+ if ( lang ) {
1086
+
1087
+ $this
1088
+ .addClass( "sunlight-highlight-" + lang )
1089
+ .addClass( "linenums" )
1090
+ .html( example.html() );
1091
+
1092
+ }
1093
+ } );
1094
+
1095
+ Sunlight.highlightAll( {
1096
+ lineNumbers : false,
1097
+ showMenu : true,
1098
+ enableDoclinks : true
1099
+ } );
1100
+
1101
+ $.catchAnchorLinks( {
1102
+ navbarOffset: 10
1103
+ } );
1104
+ $( "#toc" ).toc( {
1105
+ anchorName : function ( i, heading, prefix ) {
1106
+ return $( heading ).attr( "id" ) || ( prefix + i );
1107
+ },
1108
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1109
+ showAndHide : false,
1110
+ smoothScrolling: true
1111
+ } );
1112
+
1113
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1114
+ $( '.dropdown-toggle' ).dropdown();
1115
+
1116
+ $( "table" ).each( function () {
1117
+ var $this = $( this );
1118
+ $this.addClass('table');
1119
+ } );
1120
+
1121
+ } );
1122
+ </script>
1123
+
1124
+
1125
+
1126
+ <!--Navigation and Symbol Display-->
1127
+
1128
+
1129
+ <!--Google Analytics-->
1130
+
1131
+
1132
+
1133
+ <script type="text/javascript">
1134
+ $(document).ready(function() {
1135
+ SearcherDisplay.init();
1136
+ });
1137
+ </script>
1138
+
1139
+
1140
+ </body>
1141
  </html>
docs/js/WPGMZA.LatLng.html CHANGED
@@ -1,1181 +1,1181 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: LatLng</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: LatLng</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- LatLng
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.LatLng</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="LatLng"><span class="type-signature"></span>new LatLng(arg [, lng])</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- This class represents a latitude and longitude coordinate pair, and provides utilities to work with coordinates, parsing and conversion.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
- <th>Argument</th>
128
-
129
-
130
-
131
-
132
- <th class="last">Description</th>
133
- </tr>
134
- </thead>
135
-
136
- <tbody>
137
-
138
-
139
- <tr>
140
-
141
- <td class="name"><code>arg</code></td>
142
-
143
-
144
- <td class="type">
145
-
146
-
147
- <span class="param-type">number</span>
148
- |
149
-
150
- <span class="param-type">object</span>
151
-
152
-
153
-
154
-
155
- </td>
156
-
157
-
158
- <td class="attributes">
159
-
160
-
161
-
162
-
163
-
164
- </td>
165
-
166
-
167
-
168
-
169
- <td class="description last">A latLng literal, or latitude</td>
170
- </tr>
171
-
172
-
173
-
174
- <tr>
175
-
176
- <td class="name"><code>lng</code></td>
177
-
178
-
179
- <td class="type">
180
-
181
-
182
- <span class="param-type">number</span>
183
-
184
-
185
-
186
-
187
- </td>
188
-
189
-
190
- <td class="attributes">
191
-
192
- &lt;optional><br>
193
-
194
-
195
-
196
-
197
-
198
- </td>
199
-
200
-
201
-
202
-
203
- <td class="description last">The latitude, where arg is a longitude</td>
204
- </tr>
205
-
206
-
207
- </tbody>
208
- </table>
209
-
210
-
211
-
212
-
213
- <dl class="details">
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
- </dl>
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
- </dd>
266
-
267
-
268
- </div>
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
- <h3 class="subsection-title">Members</h3>
282
-
283
- <dl>
284
-
285
- <hr>
286
- <dt class="name" id=".REGEXP">
287
- <h4 id=".REGEXP"><span class="type-signature">&lt;static, constant> </span>REGEXP<span class="type-signature"> :RegExp</span></h4>
288
-
289
-
290
- </dt>
291
- <dd>
292
-
293
- <div class="description">
294
- A regular expression which matches latitude and longitude coordinate pairs from a string. Matches 1 and 3 correspond to latitude and longitude, respectively,
295
- </div>
296
-
297
-
298
-
299
- <h5>Type:</h5>
300
- <ul>
301
- <li>
302
-
303
- <span class="param-type">RegExp</span>
304
-
305
-
306
-
307
- </li>
308
- </ul>
309
-
310
-
311
-
312
- <dl class="details">
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
- </dl>
349
-
350
-
351
-
352
- </dd>
353
-
354
- </dl>
355
-
356
-
357
-
358
- <h3 class="subsection-title">Methods</h3>
359
-
360
- <dl>
361
-
362
- <hr>
363
- <dt>
364
- <h4 class="name" id=".fromGoogleLatLng"><span class="type-signature">&lt;static> </span>fromGoogleLatLng(The)</h4>
365
-
366
-
367
- </dt>
368
- <dd>
369
-
370
-
371
- <div class="description">
372
- Returns an instnace of WPGMZA.LatLng from an instance of google.maps.LatLng
373
- </div>
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
- <h5>Parameters:</h5>
383
-
384
-
385
- <table class="params table table-striped">
386
- <thead>
387
- <tr>
388
-
389
- <th>Name</th>
390
-
391
-
392
- <th>Type</th>
393
-
394
-
395
-
396
-
397
-
398
- <th class="last">Description</th>
399
- </tr>
400
- </thead>
401
-
402
- <tbody>
403
-
404
-
405
- <tr>
406
-
407
- <td class="name"><code>The</code></td>
408
-
409
-
410
- <td class="type">
411
-
412
-
413
- <span class="param-type">google.maps.LatLng</span>
414
-
415
-
416
-
417
-
418
- </td>
419
-
420
-
421
-
422
-
423
-
424
- <td class="description last">google.maps.LatLng to convert</td>
425
- </tr>
426
-
427
-
428
- </tbody>
429
- </table>
430
-
431
-
432
-
433
-
434
- <dl class="details">
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
- </dl>
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
- <h5>Returns:</h5>
485
-
486
-
487
- <div class="param-desc">
488
- An instance of WPGMZA.LatLng built from the supplied google.maps.LatLng
489
- </div>
490
-
491
-
492
-
493
- <dl>
494
- <dt>
495
- Type
496
- </dt>
497
- <dd>
498
-
499
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
500
-
501
-
502
-
503
- </dd>
504
- </dl>
505
-
506
-
507
-
508
-
509
-
510
- </dd>
511
-
512
-
513
-
514
- <hr>
515
- <dt>
516
- <h4 class="name" id=".isValid"><span class="type-signature">&lt;static> </span>isValid(obj)</h4>
517
-
518
-
519
- </dt>
520
- <dd>
521
-
522
-
523
- <div class="description">
524
- Returns true if the supplied object is a LatLng literal, also returns true for instances of WPGMZA.LatLng
525
- </div>
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
- <h5>Parameters:</h5>
535
-
536
-
537
- <table class="params table table-striped">
538
- <thead>
539
- <tr>
540
-
541
- <th>Name</th>
542
-
543
-
544
- <th>Type</th>
545
-
546
-
547
-
548
-
549
-
550
- <th class="last">Description</th>
551
- </tr>
552
- </thead>
553
-
554
- <tbody>
555
-
556
-
557
- <tr>
558
-
559
- <td class="name"><code>obj</code></td>
560
-
561
-
562
- <td class="type">
563
-
564
-
565
- <span class="param-type">object</span>
566
-
567
-
568
-
569
-
570
- </td>
571
-
572
-
573
-
574
-
575
-
576
- <td class="description last">A LatLng literal, or an instance of WPGMZA.LatLng</td>
577
- </tr>
578
-
579
-
580
- </tbody>
581
- </table>
582
-
583
-
584
-
585
-
586
- <dl class="details">
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
-
602
-
603
-
604
-
605
-
606
-
607
-
608
-
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
-
622
- </dl>
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
- <h5>Returns:</h5>
637
-
638
-
639
- <div class="param-desc">
640
- True if this object is a valid LatLng literal or instance of WPGMZA.LatLng
641
- </div>
642
-
643
-
644
-
645
- <dl>
646
- <dt>
647
- Type
648
- </dt>
649
- <dd>
650
-
651
- <span class="param-type">bool</span>
652
-
653
-
654
-
655
- </dd>
656
- </dl>
657
-
658
-
659
-
660
-
661
-
662
- </dd>
663
-
664
-
665
-
666
- <hr>
667
- <dt>
668
- <h4 class="name" id="moveByDistance"><span class="type-signature"></span>moveByDistance(kilometers, heading)</h4>
669
-
670
-
671
- </dt>
672
- <dd>
673
-
674
-
675
- <div class="description">
676
- Moves this latLng by the specified kilometers along the given heading. This function operates in place, as opposed to creating a new instance of WPGMZA.LatLng. With many thanks to Hu Kenneth - https://gis.stackexchange.com/questions/234473/get-a-lonlat-point-by-distance-or-between-2-lonlat-points
677
- </div>
678
-
679
-
680
-
681
-
682
-
683
-
684
-
685
-
686
- <h5>Parameters:</h5>
687
-
688
-
689
- <table class="params table table-striped">
690
- <thead>
691
- <tr>
692
-
693
- <th>Name</th>
694
-
695
-
696
- <th>Type</th>
697
-
698
-
699
-
700
-
701
-
702
- <th class="last">Description</th>
703
- </tr>
704
- </thead>
705
-
706
- <tbody>
707
-
708
-
709
- <tr>
710
-
711
- <td class="name"><code>kilometers</code></td>
712
-
713
-
714
- <td class="type">
715
-
716
-
717
- <span class="param-type">number</span>
718
-
719
-
720
-
721
-
722
- </td>
723
-
724
-
725
-
726
-
727
-
728
- <td class="description last">The number of kilometers to move this LatLng by</td>
729
- </tr>
730
-
731
-
732
-
733
- <tr>
734
-
735
- <td class="name"><code>heading</code></td>
736
-
737
-
738
- <td class="type">
739
-
740
-
741
- <span class="param-type">number</span>
742
-
743
-
744
-
745
-
746
- </td>
747
-
748
-
749
-
750
-
751
-
752
- <td class="description last">The heading, in degrees, to move along, where zero is North</td>
753
- </tr>
754
-
755
-
756
- </tbody>
757
- </table>
758
-
759
-
760
-
761
-
762
- <dl class="details">
763
-
764
-
765
-
766
-
767
-
768
-
769
-
770
-
771
-
772
-
773
-
774
-
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
-
793
-
794
-
795
-
796
-
797
-
798
- </dl>
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
- <h5>Returns:</h5>
813
-
814
-
815
-
816
-
817
- <dl>
818
- <dt>
819
- Type
820
- </dt>
821
- <dd>
822
-
823
- <span class="param-type">void</span>
824
-
825
-
826
-
827
- </dd>
828
- </dl>
829
-
830
-
831
-
832
-
833
-
834
- </dd>
835
-
836
-
837
-
838
- <hr>
839
- <dt>
840
- <h4 class="name" id="toGoogleLatLng"><span class="type-signature"></span>toGoogleLatLng()</h4>
841
-
842
-
843
- </dt>
844
- <dd>
845
-
846
-
847
- <div class="description">
848
- Returns an instance of google.maps.LatLng with the same coordinates as this object
849
- </div>
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
-
860
- <dl class="details">
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
-
869
-
870
-
871
-
872
-
873
-
874
-
875
-
876
-
877
-
878
-
879
-
880
-
881
-
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
-
896
- </dl>
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
-
905
-
906
-
907
-
908
-
909
-
910
- <h5>Returns:</h5>
911
-
912
-
913
- <div class="param-desc">
914
- This object, expressed as a google.maps.LatLng
915
- </div>
916
-
917
-
918
-
919
- <dl>
920
- <dt>
921
- Type
922
- </dt>
923
- <dd>
924
-
925
- <span class="param-type">google.maps.LatLng</span>
926
-
927
-
928
-
929
- </dd>
930
- </dl>
931
-
932
-
933
-
934
-
935
-
936
- </dd>
937
-
938
-
939
-
940
- <hr>
941
- <dt>
942
- <h4 class="name" id="toString"><span class="type-signature"></span>toString()</h4>
943
-
944
-
945
- </dt>
946
- <dd>
947
-
948
-
949
- <div class="description">
950
- Returns this latitude and longitude as a string
951
- </div>
952
-
953
-
954
-
955
-
956
-
957
-
958
-
959
-
960
-
961
-
962
- <dl class="details">
963
-
964
-
965
-
966
-
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
-
981
-
982
-
983
-
984
-
985
-
986
-
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
- </dl>
999
-
1000
-
1001
-
1002
-
1003
-
1004
-
1005
-
1006
-
1007
-
1008
-
1009
-
1010
-
1011
-
1012
- <h5>Returns:</h5>
1013
-
1014
-
1015
- <div class="param-desc">
1016
- This object represented as a string
1017
- </div>
1018
-
1019
-
1020
-
1021
- <dl>
1022
- <dt>
1023
- Type
1024
- </dt>
1025
- <dd>
1026
-
1027
- <span class="param-type">string</span>
1028
-
1029
-
1030
-
1031
- </dd>
1032
- </dl>
1033
-
1034
-
1035
-
1036
-
1037
-
1038
- </dd>
1039
-
1040
- </dl>
1041
-
1042
-
1043
-
1044
-
1045
-
1046
- </article>
1047
-
1048
- </section>
1049
-
1050
-
1051
-
1052
-
1053
- </div>
1054
- </div>
1055
-
1056
- <div class="clearfix"></div>
1057
-
1058
-
1059
- <div class="col-md-3">
1060
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1061
- </div>
1062
-
1063
-
1064
- </div>
1065
- </div>
1066
-
1067
-
1068
- <div class="modal fade" id="searchResults">
1069
- <div class="modal-dialog">
1070
- <div class="modal-content">
1071
- <div class="modal-header">
1072
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1073
- <h4 class="modal-title">Search results</h4>
1074
- </div>
1075
- <div class="modal-body"></div>
1076
- <div class="modal-footer">
1077
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1078
- </div>
1079
- </div><!-- /.modal-content -->
1080
- </div><!-- /.modal-dialog -->
1081
- </div>
1082
-
1083
-
1084
- <footer>
1085
-
1086
-
1087
- <span class="jsdoc-message">
1088
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1089
-
1090
- on 2019-01-18T10:34:57+00:00
1091
-
1092
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1093
- </span>
1094
- </footer>
1095
-
1096
- <script src="scripts/docstrap.lib.js"></script>
1097
- <script src="scripts/toc.js"></script>
1098
-
1099
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1100
-
1101
-
1102
- <script>
1103
- $( function () {
1104
- $( "[id*='$']" ).each( function () {
1105
- var $this = $( this );
1106
-
1107
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1108
- } );
1109
-
1110
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1111
- var $this = $( this );
1112
-
1113
- var example = $this.find( "code" );
1114
- exampleText = example.html();
1115
- var lang = /{@lang (.*?)}/.exec( exampleText );
1116
- if ( lang && lang[1] ) {
1117
- exampleText = exampleText.replace( lang[0], "" );
1118
- example.html( exampleText );
1119
- lang = lang[1];
1120
- } else {
1121
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1122
- lang = langClassMatch ? langClassMatch[1] : "javascript";
1123
- }
1124
-
1125
- if ( lang ) {
1126
-
1127
- $this
1128
- .addClass( "sunlight-highlight-" + lang )
1129
- .addClass( "linenums" )
1130
- .html( example.html() );
1131
-
1132
- }
1133
- } );
1134
-
1135
- Sunlight.highlightAll( {
1136
- lineNumbers : false,
1137
- showMenu : true,
1138
- enableDoclinks : true
1139
- } );
1140
-
1141
- $.catchAnchorLinks( {
1142
- navbarOffset: 10
1143
- } );
1144
- $( "#toc" ).toc( {
1145
- anchorName : function ( i, heading, prefix ) {
1146
- return $( heading ).attr( "id" ) || ( prefix + i );
1147
- },
1148
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1149
- showAndHide : false,
1150
- smoothScrolling: true
1151
- } );
1152
-
1153
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1154
- $( '.dropdown-toggle' ).dropdown();
1155
-
1156
- $( "table" ).each( function () {
1157
- var $this = $( this );
1158
- $this.addClass('table');
1159
- } );
1160
-
1161
- } );
1162
- </script>
1163
-
1164
-
1165
-
1166
- <!--Navigation and Symbol Display-->
1167
-
1168
-
1169
- <!--Google Analytics-->
1170
-
1171
-
1172
-
1173
- <script type="text/javascript">
1174
- $(document).ready(function() {
1175
- SearcherDisplay.init();
1176
- });
1177
- </script>
1178
-
1179
-
1180
- </body>
1181
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: LatLng</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: LatLng</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ LatLng
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.LatLng</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="LatLng"><span class="type-signature"></span>new LatLng(arg [, lng])</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ This class represents a latitude and longitude coordinate pair, and provides utilities to work with coordinates, parsing and conversion.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+ <th>Argument</th>
128
+
129
+
130
+
131
+
132
+ <th class="last">Description</th>
133
+ </tr>
134
+ </thead>
135
+
136
+ <tbody>
137
+
138
+
139
+ <tr>
140
+
141
+ <td class="name"><code>arg</code></td>
142
+
143
+
144
+ <td class="type">
145
+
146
+
147
+ <span class="param-type">number</span>
148
+ |
149
+
150
+ <span class="param-type">object</span>
151
+
152
+
153
+
154
+
155
+ </td>
156
+
157
+
158
+ <td class="attributes">
159
+
160
+
161
+
162
+
163
+
164
+ </td>
165
+
166
+
167
+
168
+
169
+ <td class="description last">A latLng literal, or latitude</td>
170
+ </tr>
171
+
172
+
173
+
174
+ <tr>
175
+
176
+ <td class="name"><code>lng</code></td>
177
+
178
+
179
+ <td class="type">
180
+
181
+
182
+ <span class="param-type">number</span>
183
+
184
+
185
+
186
+
187
+ </td>
188
+
189
+
190
+ <td class="attributes">
191
+
192
+ &lt;optional><br>
193
+
194
+
195
+
196
+
197
+
198
+ </td>
199
+
200
+
201
+
202
+
203
+ <td class="description last">The latitude, where arg is a longitude</td>
204
+ </tr>
205
+
206
+
207
+ </tbody>
208
+ </table>
209
+
210
+
211
+
212
+
213
+ <dl class="details">
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+ </dl>
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+ </dd>
266
+
267
+
268
+ </div>
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+ <h3 class="subsection-title">Members</h3>
282
+
283
+ <dl>
284
+
285
+ <hr>
286
+ <dt class="name" id=".REGEXP">
287
+ <h4 id=".REGEXP"><span class="type-signature">&lt;static, constant> </span>REGEXP<span class="type-signature"> :RegExp</span></h4>
288
+
289
+
290
+ </dt>
291
+ <dd>
292
+
293
+ <div class="description">
294
+ A regular expression which matches latitude and longitude coordinate pairs from a string. Matches 1 and 3 correspond to latitude and longitude, respectively,
295
+ </div>
296
+
297
+
298
+
299
+ <h5>Type:</h5>
300
+ <ul>
301
+ <li>
302
+
303
+ <span class="param-type">RegExp</span>
304
+
305
+
306
+
307
+ </li>
308
+ </ul>
309
+
310
+
311
+
312
+ <dl class="details">
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+ </dl>
349
+
350
+
351
+
352
+ </dd>
353
+
354
+ </dl>
355
+
356
+
357
+
358
+ <h3 class="subsection-title">Methods</h3>
359
+
360
+ <dl>
361
+
362
+ <hr>
363
+ <dt>
364
+ <h4 class="name" id=".fromGoogleLatLng"><span class="type-signature">&lt;static> </span>fromGoogleLatLng(The)</h4>
365
+
366
+
367
+ </dt>
368
+ <dd>
369
+
370
+
371
+ <div class="description">
372
+ Returns an instnace of WPGMZA.LatLng from an instance of google.maps.LatLng
373
+ </div>
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+ <h5>Parameters:</h5>
383
+
384
+
385
+ <table class="params table table-striped">
386
+ <thead>
387
+ <tr>
388
+
389
+ <th>Name</th>
390
+
391
+
392
+ <th>Type</th>
393
+
394
+
395
+
396
+
397
+
398
+ <th class="last">Description</th>
399
+ </tr>
400
+ </thead>
401
+
402
+ <tbody>
403
+
404
+
405
+ <tr>
406
+
407
+ <td class="name"><code>The</code></td>
408
+
409
+
410
+ <td class="type">
411
+
412
+
413
+ <span class="param-type">google.maps.LatLng</span>
414
+
415
+
416
+
417
+
418
+ </td>
419
+
420
+
421
+
422
+
423
+
424
+ <td class="description last">google.maps.LatLng to convert</td>
425
+ </tr>
426
+
427
+
428
+ </tbody>
429
+ </table>
430
+
431
+
432
+
433
+
434
+ <dl class="details">
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+ </dl>
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+ <h5>Returns:</h5>
485
+
486
+
487
+ <div class="param-desc">
488
+ An instance of WPGMZA.LatLng built from the supplied google.maps.LatLng
489
+ </div>
490
+
491
+
492
+
493
+ <dl>
494
+ <dt>
495
+ Type
496
+ </dt>
497
+ <dd>
498
+
499
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
500
+
501
+
502
+
503
+ </dd>
504
+ </dl>
505
+
506
+
507
+
508
+
509
+
510
+ </dd>
511
+
512
+
513
+
514
+ <hr>
515
+ <dt>
516
+ <h4 class="name" id=".isValid"><span class="type-signature">&lt;static> </span>isValid(obj)</h4>
517
+
518
+
519
+ </dt>
520
+ <dd>
521
+
522
+
523
+ <div class="description">
524
+ Returns true if the supplied object is a LatLng literal, also returns true for instances of WPGMZA.LatLng
525
+ </div>
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <h5>Parameters:</h5>
535
+
536
+
537
+ <table class="params table table-striped">
538
+ <thead>
539
+ <tr>
540
+
541
+ <th>Name</th>
542
+
543
+
544
+ <th>Type</th>
545
+
546
+
547
+
548
+
549
+
550
+ <th class="last">Description</th>
551
+ </tr>
552
+ </thead>
553
+
554
+ <tbody>
555
+
556
+
557
+ <tr>
558
+
559
+ <td class="name"><code>obj</code></td>
560
+
561
+
562
+ <td class="type">
563
+
564
+
565
+ <span class="param-type">object</span>
566
+
567
+
568
+
569
+
570
+ </td>
571
+
572
+
573
+
574
+
575
+
576
+ <td class="description last">A LatLng literal, or an instance of WPGMZA.LatLng</td>
577
+ </tr>
578
+
579
+
580
+ </tbody>
581
+ </table>
582
+
583
+
584
+
585
+
586
+ <dl class="details">
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+ </dl>
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+ <h5>Returns:</h5>
637
+
638
+
639
+ <div class="param-desc">
640
+ True if this object is a valid LatLng literal or instance of WPGMZA.LatLng
641
+ </div>
642
+
643
+
644
+
645
+ <dl>
646
+ <dt>
647
+ Type
648
+ </dt>
649
+ <dd>
650
+
651
+ <span class="param-type">bool</span>
652
+
653
+
654
+
655
+ </dd>
656
+ </dl>
657
+
658
+
659
+
660
+
661
+
662
+ </dd>
663
+
664
+
665
+
666
+ <hr>
667
+ <dt>
668
+ <h4 class="name" id="moveByDistance"><span class="type-signature"></span>moveByDistance(kilometers, heading)</h4>
669
+
670
+
671
+ </dt>
672
+ <dd>
673
+
674
+
675
+ <div class="description">
676
+ Moves this latLng by the specified kilometers along the given heading. This function operates in place, as opposed to creating a new instance of WPGMZA.LatLng. With many thanks to Hu Kenneth - https://gis.stackexchange.com/questions/234473/get-a-lonlat-point-by-distance-or-between-2-lonlat-points
677
+ </div>
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+ <h5>Parameters:</h5>
687
+
688
+
689
+ <table class="params table table-striped">
690
+ <thead>
691
+ <tr>
692
+
693
+ <th>Name</th>
694
+
695
+
696
+ <th>Type</th>
697
+
698
+
699
+
700
+
701
+
702
+ <th class="last">Description</th>
703
+ </tr>
704
+ </thead>
705
+
706
+ <tbody>
707
+
708
+
709
+ <tr>
710
+
711
+ <td class="name"><code>kilometers</code></td>
712
+
713
+
714
+ <td class="type">
715
+
716
+
717
+ <span class="param-type">number</span>
718
+
719
+
720
+
721
+
722
+ </td>
723
+
724
+
725
+
726
+
727
+
728
+ <td class="description last">The number of kilometers to move this LatLng by</td>
729
+ </tr>
730
+
731
+
732
+
733
+ <tr>
734
+
735
+ <td class="name"><code>heading</code></td>
736
+
737
+
738
+ <td class="type">
739
+
740
+
741
+ <span class="param-type">number</span>
742
+
743
+
744
+
745
+
746
+ </td>
747
+
748
+
749
+
750
+
751
+
752
+ <td class="description last">The heading, in degrees, to move along, where zero is North</td>
753
+ </tr>
754
+
755
+
756
+ </tbody>
757
+ </table>
758
+
759
+
760
+
761
+
762
+ <dl class="details">
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+ </dl>
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+ <h5>Returns:</h5>
813
+
814
+
815
+
816
+
817
+ <dl>
818
+ <dt>
819
+ Type
820
+ </dt>
821
+ <dd>
822
+
823
+ <span class="param-type">void</span>
824
+
825
+
826
+
827
+ </dd>
828
+ </dl>
829
+
830
+
831
+
832
+
833
+
834
+ </dd>
835
+
836
+
837
+
838
+ <hr>
839
+ <dt>
840
+ <h4 class="name" id="toGoogleLatLng"><span class="type-signature"></span>toGoogleLatLng()</h4>
841
+
842
+
843
+ </dt>
844
+ <dd>
845
+
846
+
847
+ <div class="description">
848
+ Returns an instance of google.maps.LatLng with the same coordinates as this object
849
+ </div>
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+ <dl class="details">
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+ </dl>
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+ <h5>Returns:</h5>
911
+
912
+
913
+ <div class="param-desc">
914
+ This object, expressed as a google.maps.LatLng
915
+ </div>
916
+
917
+
918
+
919
+ <dl>
920
+ <dt>
921
+ Type
922
+ </dt>
923
+ <dd>
924
+
925
+ <span class="param-type">google.maps.LatLng</span>
926
+
927
+
928
+
929
+ </dd>
930
+ </dl>
931
+
932
+
933
+
934
+
935
+
936
+ </dd>
937
+
938
+
939
+
940
+ <hr>
941
+ <dt>
942
+ <h4 class="name" id="toString"><span class="type-signature"></span>toString()</h4>
943
+
944
+
945
+ </dt>
946
+ <dd>
947
+
948
+
949
+ <div class="description">
950
+ Returns this latitude and longitude as a string
951
+ </div>
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+
961
+
962
+ <dl class="details">
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+ </dl>
999
+
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+ <h5>Returns:</h5>
1013
+
1014
+
1015
+ <div class="param-desc">
1016
+ This object represented as a string
1017
+ </div>
1018
+
1019
+
1020
+
1021
+ <dl>
1022
+ <dt>
1023
+ Type
1024
+ </dt>
1025
+ <dd>
1026
+
1027
+ <span class="param-type">string</span>
1028
+
1029
+
1030
+
1031
+ </dd>
1032
+ </dl>
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ </dd>
1039
+
1040
+ </dl>
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ </article>
1047
+
1048
+ </section>
1049
+
1050
+
1051
+
1052
+
1053
+ </div>
1054
+ </div>
1055
+
1056
+ <div class="clearfix"></div>
1057
+
1058
+
1059
+ <div class="col-md-3">
1060
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1061
+ </div>
1062
+
1063
+
1064
+ </div>
1065
+ </div>
1066
+
1067
+
1068
+ <div class="modal fade" id="searchResults">
1069
+ <div class="modal-dialog">
1070
+ <div class="modal-content">
1071
+ <div class="modal-header">
1072
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1073
+ <h4 class="modal-title">Search results</h4>
1074
+ </div>
1075
+ <div class="modal-body"></div>
1076
+ <div class="modal-footer">
1077
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1078
+ </div>
1079
+ </div><!-- /.modal-content -->
1080
+ </div><!-- /.modal-dialog -->
1081
+ </div>
1082
+
1083
+
1084
+ <footer>
1085
+
1086
+
1087
+ <span class="jsdoc-message">
1088
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1089
+
1090
+ on 2019-01-20T11:35:48+00:00
1091
+
1092
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1093
+ </span>
1094
+ </footer>
1095
+
1096
+ <script src="scripts/docstrap.lib.js"></script>
1097
+ <script src="scripts/toc.js"></script>
1098
+
1099
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1100
+
1101
+
1102
+ <script>
1103
+ $( function () {
1104
+ $( "[id*='$']" ).each( function () {
1105
+ var $this = $( this );
1106
+
1107
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1108
+ } );
1109
+
1110
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1111
+ var $this = $( this );
1112
+
1113
+ var example = $this.find( "code" );
1114
+ exampleText = example.html();
1115
+ var lang = /{@lang (.*?)}/.exec( exampleText );
1116
+ if ( lang && lang[1] ) {
1117
+ exampleText = exampleText.replace( lang[0], "" );
1118
+ example.html( exampleText );
1119
+ lang = lang[1];
1120
+ } else {
1121
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1122
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
1123
+ }
1124
+
1125
+ if ( lang ) {
1126
+
1127
+ $this
1128
+ .addClass( "sunlight-highlight-" + lang )
1129
+ .addClass( "linenums" )
1130
+ .html( example.html() );
1131
+
1132
+ }
1133
+ } );
1134
+
1135
+ Sunlight.highlightAll( {
1136
+ lineNumbers : false,
1137
+ showMenu : true,
1138
+ enableDoclinks : true
1139
+ } );
1140
+
1141
+ $.catchAnchorLinks( {
1142
+ navbarOffset: 10
1143
+ } );
1144
+ $( "#toc" ).toc( {
1145
+ anchorName : function ( i, heading, prefix ) {
1146
+ return $( heading ).attr( "id" ) || ( prefix + i );
1147
+ },
1148
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1149
+ showAndHide : false,
1150
+ smoothScrolling: true
1151
+ } );
1152
+
1153
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1154
+ $( '.dropdown-toggle' ).dropdown();
1155
+
1156
+ $( "table" ).each( function () {
1157
+ var $this = $( this );
1158
+ $this.addClass('table');
1159
+ } );
1160
+
1161
+ } );
1162
+ </script>
1163
+
1164
+
1165
+
1166
+ <!--Navigation and Symbol Display-->
1167
+
1168
+
1169
+ <!--Google Analytics-->
1170
+
1171
+
1172
+
1173
+ <script type="text/javascript">
1174
+ $(document).ready(function() {
1175
+ SearcherDisplay.init();
1176
+ });
1177
+ </script>
1178
+
1179
+
1180
+ </body>
1181
  </html>
docs/js/WPGMZA.LatLngBounds.html CHANGED
@@ -468,7 +468,7 @@
468
  <span class="jsdoc-message">
469
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
470
 
471
- on 2019-01-18T10:34:57+00:00
472
 
473
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
474
  </span>
468
  <span class="jsdoc-message">
469
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
470
 
471
+ on 2019-01-20T11:35:48+00:00
472
 
473
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
474
  </span>
docs/js/WPGMZA.Map.html CHANGED
@@ -5298,7 +5298,7 @@
5298
  <span class="jsdoc-message">
5299
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
5300
 
5301
- on 2019-01-18T10:34:57+00:00
5302
 
5303
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
5304
  </span>
5298
  <span class="jsdoc-message">
5299
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
5300
 
5301
+ on 2019-01-20T11:35:48+00:00
5302
 
5303
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
5304
  </span>
docs/js/WPGMZA.MapEngineDialog.html CHANGED
@@ -1,507 +1,507 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: MapEngineDialog</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: MapEngineDialog</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- MapEngineDialog
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.MapEngineDialog</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="MapEngineDialog"><span class="type-signature"></span>new MapEngineDialog(element)</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- The modal dialog presented to the user in the map edit page, prompting them to choose a map engine, if they haven't done so already
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
-
128
-
129
-
130
- <th class="last">Description</th>
131
- </tr>
132
- </thead>
133
-
134
- <tbody>
135
-
136
-
137
- <tr>
138
-
139
- <td class="name"><code>element</code></td>
140
-
141
-
142
- <td class="type">
143
-
144
-
145
- <span class="param-type">HTMLElement</span>
146
-
147
-
148
-
149
-
150
- </td>
151
-
152
-
153
-
154
-
155
-
156
- <td class="description last">to create modal dialog from</td>
157
- </tr>
158
-
159
-
160
- </tbody>
161
- </table>
162
-
163
-
164
-
165
-
166
- <dl class="details">
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
- </dl>
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
- </dd>
219
-
220
-
221
- </div>
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
- <h3 class="subsection-title">Methods</h3>
237
-
238
- <dl>
239
-
240
- <hr>
241
- <dt>
242
- <h4 class="name" id="onButtonClicked"><span class="type-signature">&lt;static> </span>WPGMZA.MapsEngineDialog#onButtonClicked(event)</h4>
243
-
244
-
245
- </dt>
246
- <dd>
247
-
248
-
249
- <div class="description">
250
- Triggered when an engine is selected. Makes an AJAX call to the server to save the selected engine.
251
- </div>
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
- <h5>Parameters:</h5>
261
-
262
-
263
- <table class="params table table-striped">
264
- <thead>
265
- <tr>
266
-
267
- <th>Name</th>
268
-
269
-
270
- <th>Type</th>
271
-
272
-
273
-
274
-
275
-
276
- <th class="last">Description</th>
277
- </tr>
278
- </thead>
279
-
280
- <tbody>
281
-
282
-
283
- <tr>
284
-
285
- <td class="name"><code>event</code></td>
286
-
287
-
288
- <td class="type">
289
-
290
-
291
- <span class="param-type">object</span>
292
-
293
-
294
-
295
-
296
- </td>
297
-
298
-
299
-
300
-
301
-
302
- <td class="description last">The click event from the selected button.</td>
303
- </tr>
304
-
305
-
306
- </tbody>
307
- </table>
308
-
309
-
310
-
311
-
312
- <dl class="details">
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
- </dl>
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
-
364
- </dd>
365
-
366
- </dl>
367
-
368
-
369
-
370
-
371
-
372
- </article>
373
-
374
- </section>
375
-
376
-
377
-
378
-
379
- </div>
380
- </div>
381
-
382
- <div class="clearfix"></div>
383
-
384
-
385
- <div class="col-md-3">
386
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
387
- </div>
388
-
389
-
390
- </div>
391
- </div>
392
-
393
-
394
- <div class="modal fade" id="searchResults">
395
- <div class="modal-dialog">
396
- <div class="modal-content">
397
- <div class="modal-header">
398
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
399
- <h4 class="modal-title">Search results</h4>
400
- </div>
401
- <div class="modal-body"></div>
402
- <div class="modal-footer">
403
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
404
- </div>
405
- </div><!-- /.modal-content -->
406
- </div><!-- /.modal-dialog -->
407
- </div>
408
-
409
-
410
- <footer>
411
-
412
-
413
- <span class="jsdoc-message">
414
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
415
-
416
- on 2019-01-18T10:34:58+00:00
417
-
418
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
419
- </span>
420
- </footer>
421
-
422
- <script src="scripts/docstrap.lib.js"></script>
423
- <script src="scripts/toc.js"></script>
424
-
425
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
426
-
427
-
428
- <script>
429
- $( function () {
430
- $( "[id*='$']" ).each( function () {
431
- var $this = $( this );
432
-
433
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
434
- } );
435
-
436
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
437
- var $this = $( this );
438
-
439
- var example = $this.find( "code" );
440
- exampleText = example.html();
441
- var lang = /{@lang (.*?)}/.exec( exampleText );
442
- if ( lang && lang[1] ) {
443
- exampleText = exampleText.replace( lang[0], "" );
444
- example.html( exampleText );
445
- lang = lang[1];
446
- } else {
447
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
448
- lang = langClassMatch ? langClassMatch[1] : "javascript";
449
- }
450
-
451
- if ( lang ) {
452
-
453
- $this
454
- .addClass( "sunlight-highlight-" + lang )
455
- .addClass( "linenums" )
456
- .html( example.html() );
457
-
458
- }
459
- } );
460
-
461
- Sunlight.highlightAll( {
462
- lineNumbers : false,
463
- showMenu : true,
464
- enableDoclinks : true
465
- } );
466
-
467
- $.catchAnchorLinks( {
468
- navbarOffset: 10
469
- } );
470
- $( "#toc" ).toc( {
471
- anchorName : function ( i, heading, prefix ) {
472
- return $( heading ).attr( "id" ) || ( prefix + i );
473
- },
474
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
475
- showAndHide : false,
476
- smoothScrolling: true
477
- } );
478
-
479
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
480
- $( '.dropdown-toggle' ).dropdown();
481
-
482
- $( "table" ).each( function () {
483
- var $this = $( this );
484
- $this.addClass('table');
485
- } );
486
-
487
- } );
488
- </script>
489
-
490
-
491
-
492
- <!--Navigation and Symbol Display-->
493
-
494
-
495
- <!--Google Analytics-->
496
-
497
-
498
-
499
- <script type="text/javascript">
500
- $(document).ready(function() {
501
- SearcherDisplay.init();
502
- });
503
- </script>
504
-
505
-
506
- </body>
507
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: MapEngineDialog</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: MapEngineDialog</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ MapEngineDialog
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.MapEngineDialog</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="MapEngineDialog"><span class="type-signature"></span>new MapEngineDialog(element)</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ The modal dialog presented to the user in the map edit page, prompting them to choose a map engine, if they haven't done so already
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+
128
+
129
+
130
+ <th class="last">Description</th>
131
+ </tr>
132
+ </thead>
133
+
134
+ <tbody>
135
+
136
+
137
+ <tr>
138
+
139
+ <td class="name"><code>element</code></td>
140
+
141
+
142
+ <td class="type">
143
+
144
+
145
+ <span class="param-type">HTMLElement</span>
146
+
147
+
148
+
149
+
150
+ </td>
151
+
152
+
153
+
154
+
155
+
156
+ <td class="description last">to create modal dialog from</td>
157
+ </tr>
158
+
159
+
160
+ </tbody>
161
+ </table>
162
+
163
+
164
+
165
+
166
+ <dl class="details">
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ </dl>
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+ </dd>
219
+
220
+
221
+ </div>
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+ <h3 class="subsection-title">Methods</h3>
237
+
238
+ <dl>
239
+
240
+ <hr>
241
+ <dt>
242
+ <h4 class="name" id="onButtonClicked"><span class="type-signature">&lt;static> </span>WPGMZA.MapsEngineDialog#onButtonClicked(event)</h4>
243
+
244
+
245
+ </dt>
246
+ <dd>
247
+
248
+
249
+ <div class="description">
250
+ Triggered when an engine is selected. Makes an AJAX call to the server to save the selected engine.
251
+ </div>
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ <h5>Parameters:</h5>
261
+
262
+
263
+ <table class="params table table-striped">
264
+ <thead>
265
+ <tr>
266
+
267
+ <th>Name</th>
268
+
269
+
270
+ <th>Type</th>
271
+
272
+
273
+
274
+
275
+
276
+ <th class="last">Description</th>
277
+ </tr>
278
+ </thead>
279
+
280
+ <tbody>
281
+
282
+
283
+ <tr>
284
+
285
+ <td class="name"><code>event</code></td>
286
+
287
+
288
+ <td class="type">
289
+
290
+
291
+ <span class="param-type">object</span>
292
+
293
+
294
+
295
+
296
+ </td>
297
+
298
+
299
+
300
+
301
+
302
+ <td class="description last">The click event from the selected button.</td>
303
+ </tr>
304
+
305
+
306
+ </tbody>
307
+ </table>
308
+
309
+
310
+
311
+
312
+ <dl class="details">
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+ </dl>
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+ </dd>
365
+
366
+ </dl>
367
+
368
+
369
+
370
+
371
+
372
+ </article>
373
+
374
+ </section>
375
+
376
+
377
+
378
+
379
+ </div>
380
+ </div>
381
+
382
+ <div class="clearfix"></div>
383
+
384
+
385
+ <div class="col-md-3">
386
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
387
+ </div>
388
+
389
+
390
+ </div>
391
+ </div>
392
+
393
+
394
+ <div class="modal fade" id="searchResults">
395
+ <div class="modal-dialog">
396
+ <div class="modal-content">
397
+ <div class="modal-header">
398
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
399
+ <h4 class="modal-title">Search results</h4>
400
+ </div>
401
+ <div class="modal-body"></div>
402
+ <div class="modal-footer">
403
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
404
+ </div>
405
+ </div><!-- /.modal-content -->
406
+ </div><!-- /.modal-dialog -->
407
+ </div>
408
+
409
+
410
+ <footer>
411
+
412
+
413
+ <span class="jsdoc-message">
414
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
415
+
416
+ on 2019-01-20T11:35:48+00:00
417
+
418
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
419
+ </span>
420
+ </footer>
421
+
422
+ <script src="scripts/docstrap.lib.js"></script>
423
+ <script src="scripts/toc.js"></script>
424
+
425
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
426
+
427
+
428
+ <script>
429
+ $( function () {
430
+ $( "[id*='$']" ).each( function () {
431
+ var $this = $( this );
432
+
433
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
434
+ } );
435
+
436
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
437
+ var $this = $( this );
438
+
439
+ var example = $this.find( "code" );
440
+ exampleText = example.html();
441
+ var lang = /{@lang (.*?)}/.exec( exampleText );
442
+ if ( lang && lang[1] ) {
443
+ exampleText = exampleText.replace( lang[0], "" );
444
+ example.html( exampleText );
445
+ lang = lang[1];
446
+ } else {
447
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
448
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
449
+ }
450
+
451
+ if ( lang ) {
452
+
453
+ $this
454
+ .addClass( "sunlight-highlight-" + lang )
455
+ .addClass( "linenums" )
456
+ .html( example.html() );
457
+
458
+ }
459
+ } );
460
+
461
+ Sunlight.highlightAll( {
462
+ lineNumbers : false,
463
+ showMenu : true,
464
+ enableDoclinks : true
465
+ } );
466
+
467
+ $.catchAnchorLinks( {
468
+ navbarOffset: 10
469
+ } );
470
+ $( "#toc" ).toc( {
471
+ anchorName : function ( i, heading, prefix ) {
472
+ return $( heading ).attr( "id" ) || ( prefix + i );
473
+ },
474
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
475
+ showAndHide : false,
476
+ smoothScrolling: true
477
+ } );
478
+
479
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
480
+ $( '.dropdown-toggle' ).dropdown();
481
+
482
+ $( "table" ).each( function () {
483
+ var $this = $( this );
484
+ $this.addClass('table');
485
+ } );
486
+
487
+ } );
488
+ </script>
489
+
490
+
491
+
492
+ <!--Navigation and Symbol Display-->
493
+
494
+
495
+ <!--Google Analytics-->
496
+
497
+
498
+
499
+ <script type="text/javascript">
500
+ $(document).ready(function() {
501
+ SearcherDisplay.init();
502
+ });
503
+ </script>
504
+
505
+
506
+ </body>
507
  </html>
docs/js/WPGMZA.MapObject.html CHANGED
@@ -1,1760 +1,1760 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: MapObject</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: MapObject</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- MapObject
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.MapObject</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="MapObject"><span class="type-signature"></span>new MapObject()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for Map Objects (known as Features in Map Block), that is, markers, polygons, polylines, circles, rectangles and heatmaps. Implements functionality shared by all map objects, such as parsing geometry and serialization.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
- <h3 class="subsection-title">Extends</h3>
175
-
176
-
177
-
178
-
179
- <ul>
180
- <li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li>
181
- </ul>
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
- <h3 class="subsection-title">Methods</h3>
198
-
199
- <dl>
200
-
201
- <hr>
202
- <dt>
203
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
204
-
205
-
206
- </dt>
207
- <dd>
208
-
209
-
210
- <div class="description">
211
- Handles the logic of triggering listeners
212
- </div>
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
- <dl class="details">
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
232
- <dd class="inherited-from">
233
- <ul class="dummy">
234
- <li>
235
- <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
236
- </li>
237
- </ul>
238
- </dd>
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
-
265
-
266
-
267
-
268
- </dl>
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
- </dd>
285
-
286
-
287
-
288
- <hr>
289
- <dt>
290
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
291
-
292
-
293
- </dt>
294
- <dd>
295
-
296
-
297
- <div class="description">
298
- Adds an event listener on this object
299
- </div>
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
308
- <h5>Parameters:</h5>
309
-
310
-
311
- <table class="params table table-striped">
312
- <thead>
313
- <tr>
314
-
315
- <th>Name</th>
316
-
317
-
318
- <th>Type</th>
319
-
320
-
321
- <th>Argument</th>
322
-
323
-
324
-
325
-
326
- <th class="last">Description</th>
327
- </tr>
328
- </thead>
329
-
330
- <tbody>
331
-
332
-
333
- <tr>
334
-
335
- <td class="name"><code>type</code></td>
336
-
337
-
338
- <td class="type">
339
-
340
-
341
- <span class="param-type">string</span>
342
-
343
-
344
-
345
-
346
- </td>
347
-
348
-
349
- <td class="attributes">
350
-
351
-
352
-
353
-
354
-
355
- </td>
356
-
357
-
358
-
359
-
360
- <td class="description last">The event type, or multiple types separated by spaces</td>
361
- </tr>
362
-
363
-
364
-
365
- <tr>
366
-
367
- <td class="name"><code>callback</code></td>
368
-
369
-
370
- <td class="type">
371
-
372
-
373
- <span class="param-type">function</span>
374
-
375
-
376
-
377
-
378
- </td>
379
-
380
-
381
- <td class="attributes">
382
-
383
-
384
-
385
-
386
-
387
- </td>
388
-
389
-
390
-
391
-
392
- <td class="description last">The callback to call when the event fires</td>
393
- </tr>
394
-
395
-
396
-
397
- <tr>
398
-
399
- <td class="name"><code>thisObject</code></td>
400
-
401
-
402
- <td class="type">
403
-
404
-
405
- <span class="param-type">object</span>
406
-
407
-
408
-
409
-
410
- </td>
411
-
412
-
413
- <td class="attributes">
414
-
415
- &lt;optional><br>
416
-
417
-
418
-
419
-
420
-
421
- </td>
422
-
423
-
424
-
425
-
426
- <td class="description last">The object to use as "this" when firing the callback</td>
427
- </tr>
428
-
429
-
430
-
431
- <tr>
432
-
433
- <td class="name"><code>useCapture</code></td>
434
-
435
-
436
- <td class="type">
437
-
438
-
439
- <span class="param-type">bool</span>
440
-
441
-
442
-
443
-
444
- </td>
445
-
446
-
447
- <td class="attributes">
448
-
449
- &lt;optional><br>
450
-
451
-
452
-
453
-
454
-
455
- </td>
456
-
457
-
458
-
459
-
460
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
461
- </tr>
462
-
463
-
464
- </tbody>
465
- </table>
466
-
467
-
468
-
469
-
470
- <dl class="details">
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
479
- <dd class="inherited-from">
480
- <ul class="dummy">
481
- <li>
482
- <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
483
- </li>
484
- </ul>
485
- </dd>
486
-
487
-
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
-
504
-
505
-
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
- </dl>
516
-
517
-
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
- </dd>
532
-
533
-
534
-
535
- <hr>
536
- <dt>
537
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
538
-
539
-
540
- </dt>
541
- <dd>
542
-
543
-
544
- <div class="description">
545
- Fires an event on this object
546
- </div>
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
- <h5>Parameters:</h5>
556
-
557
-
558
- <table class="params table table-striped">
559
- <thead>
560
- <tr>
561
-
562
- <th>Name</th>
563
-
564
-
565
- <th>Type</th>
566
-
567
-
568
-
569
-
570
-
571
- <th class="last">Description</th>
572
- </tr>
573
- </thead>
574
-
575
- <tbody>
576
-
577
-
578
- <tr>
579
-
580
- <td class="name"><code>event</code></td>
581
-
582
-
583
- <td class="type">
584
-
585
-
586
- <span class="param-type">string</span>
587
- |
588
-
589
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
590
-
591
-
592
-
593
-
594
- </td>
595
-
596
-
597
-
598
-
599
-
600
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
601
- </tr>
602
-
603
-
604
- </tbody>
605
- </table>
606
-
607
-
608
-
609
-
610
- <dl class="details">
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
619
- <dd class="inherited-from">
620
- <ul class="dummy">
621
- <li>
622
- <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
623
- </li>
624
- </ul>
625
- </dd>
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
-
653
-
654
-
655
- </dl>
656
-
657
-
658
-
659
-
660
-
661
-
662
-
663
-
664
-
665
-
666
-
667
-
668
-
669
-
670
-
671
- </dd>
672
-
673
-
674
-
675
- <hr>
676
- <dt>
677
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
678
-
679
-
680
- </dt>
681
- <dd>
682
-
683
-
684
- <div class="description">
685
- Test for listeners of type on this object
686
- </div>
687
-
688
-
689
-
690
-
691
-
692
-
693
-
694
-
695
- <h5>Parameters:</h5>
696
-
697
-
698
- <table class="params table table-striped">
699
- <thead>
700
- <tr>
701
-
702
- <th>Name</th>
703
-
704
-
705
- <th>Type</th>
706
-
707
-
708
-
709
-
710
-
711
- <th class="last">Description</th>
712
- </tr>
713
- </thead>
714
-
715
- <tbody>
716
-
717
-
718
- <tr>
719
-
720
- <td class="name"><code>type</code></td>
721
-
722
-
723
- <td class="type">
724
-
725
-
726
- <span class="param-type">string</span>
727
-
728
-
729
-
730
-
731
- </td>
732
-
733
-
734
-
735
-
736
-
737
- <td class="description last">The event type to test for</td>
738
- </tr>
739
-
740
-
741
- </tbody>
742
- </table>
743
-
744
-
745
-
746
-
747
- <dl class="details">
748
-
749
-
750
-
751
-
752
-
753
-
754
-
755
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
756
- <dd class="inherited-from">
757
- <ul class="dummy">
758
- <li>
759
- <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
760
- </li>
761
- </ul>
762
- </dd>
763
-
764
-
765
-
766
-
767
-
768
-
769
-
770
-
771
-
772
-
773
-
774
-
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
-
783
-
784
-
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
- </dl>
793
-
794
-
795
-
796
-
797
-
798
-
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
- <h5>Returns:</h5>
807
-
808
-
809
- <div class="param-desc">
810
- True if this object has listeners bound for the specified type
811
- </div>
812
-
813
-
814
-
815
- <dl>
816
- <dt>
817
- Type
818
- </dt>
819
- <dd>
820
-
821
- <span class="param-type">bool</span>
822
-
823
-
824
-
825
- </dd>
826
- </dl>
827
-
828
-
829
-
830
-
831
-
832
- </dd>
833
-
834
-
835
-
836
- <hr>
837
- <dt>
838
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
839
-
840
-
841
- </dt>
842
- <dd>
843
-
844
-
845
- <div class="description">
846
- Alias for removeEventListener
847
- </div>
848
-
849
-
850
-
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
- <dl class="details">
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
867
- <dd class="inherited-from">
868
- <ul class="dummy">
869
- <li>
870
- <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
871
- </li>
872
- </ul>
873
- </dd>
874
-
875
-
876
-
877
-
878
-
879
-
880
-
881
-
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
-
896
-
897
-
898
-
899
-
900
-
901
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
902
- <dd class="tag-see">
903
- <ul>
904
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
905
- </ul>
906
- </dd>
907
-
908
-
909
-
910
- </dl>
911
-
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
-
923
-
924
-
925
-
926
- </dd>
927
-
928
-
929
-
930
- <hr>
931
- <dt>
932
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
933
-
934
-
935
- </dt>
936
- <dd>
937
-
938
-
939
- <div class="description">
940
- Alias for addEventListener
941
- </div>
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
- <dl class="details">
953
-
954
-
955
-
956
-
957
-
958
-
959
-
960
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
961
- <dd class="inherited-from">
962
- <ul class="dummy">
963
- <li>
964
- <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
965
- </li>
966
- </ul>
967
- </dd>
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
-
980
-
981
-
982
-
983
-
984
-
985
-
986
-
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
996
- <dd class="tag-see">
997
- <ul>
998
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
999
- </ul>
1000
- </dd>
1001
-
1002
-
1003
-
1004
- </dl>
1005
-
1006
-
1007
-
1008
-
1009
-
1010
-
1011
-
1012
-
1013
-
1014
-
1015
-
1016
-
1017
-
1018
-
1019
-
1020
- </dd>
1021
-
1022
-
1023
-
1024
- <hr>
1025
- <dt>
1026
- <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1027
-
1028
-
1029
- </dt>
1030
- <dd>
1031
-
1032
-
1033
- <div class="description">
1034
- Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1035
- </div>
1036
-
1037
-
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
- <h5>Parameters:</h5>
1045
-
1046
-
1047
- <table class="params table table-striped">
1048
- <thead>
1049
- <tr>
1050
-
1051
- <th>Name</th>
1052
-
1053
-
1054
- <th>Type</th>
1055
-
1056
-
1057
-
1058
-
1059
-
1060
- <th class="last">Description</th>
1061
- </tr>
1062
- </thead>
1063
-
1064
- <tbody>
1065
-
1066
-
1067
- <tr>
1068
-
1069
- <td class="name"><code>string</code></td>
1070
-
1071
-
1072
- <td class="type">
1073
-
1074
-
1075
- <span class="param-type">string</span>
1076
-
1077
-
1078
-
1079
-
1080
- </td>
1081
-
1082
-
1083
-
1084
-
1085
-
1086
- <td class="description last">The string to parse numbers from</td>
1087
- </tr>
1088
-
1089
-
1090
- </tbody>
1091
- </table>
1092
-
1093
-
1094
-
1095
-
1096
- <dl class="details">
1097
-
1098
-
1099
-
1100
-
1101
-
1102
-
1103
-
1104
-
1105
-
1106
-
1107
-
1108
-
1109
-
1110
-
1111
-
1112
-
1113
-
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
-
1123
-
1124
-
1125
-
1126
-
1127
-
1128
-
1129
-
1130
-
1131
-
1132
- </dl>
1133
-
1134
-
1135
-
1136
-
1137
-
1138
-
1139
-
1140
-
1141
-
1142
-
1143
-
1144
-
1145
-
1146
- <h5>Returns:</h5>
1147
-
1148
-
1149
- <div class="param-desc">
1150
- An array of LatLng literals parsed from the string
1151
- </div>
1152
-
1153
-
1154
-
1155
- <dl>
1156
- <dt>
1157
- Type
1158
- </dt>
1159
- <dd>
1160
-
1161
- <span class="param-type">array</span>
1162
-
1163
-
1164
-
1165
- </dd>
1166
- </dl>
1167
-
1168
-
1169
-
1170
-
1171
-
1172
- </dd>
1173
-
1174
-
1175
-
1176
- <hr>
1177
- <dt>
1178
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1179
-
1180
-
1181
- </dt>
1182
- <dd>
1183
-
1184
-
1185
- <div class="description">
1186
- Removes event listeners from this object
1187
- </div>
1188
-
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
-
1196
- <h5>Parameters:</h5>
1197
-
1198
-
1199
- <table class="params table table-striped">
1200
- <thead>
1201
- <tr>
1202
-
1203
- <th>Name</th>
1204
-
1205
-
1206
- <th>Type</th>
1207
-
1208
-
1209
- <th>Argument</th>
1210
-
1211
-
1212
-
1213
-
1214
- <th class="last">Description</th>
1215
- </tr>
1216
- </thead>
1217
-
1218
- <tbody>
1219
-
1220
-
1221
- <tr>
1222
-
1223
- <td class="name"><code>type</code></td>
1224
-
1225
-
1226
- <td class="type">
1227
-
1228
-
1229
- <span class="param-type">string</span>
1230
-
1231
-
1232
-
1233
-
1234
- </td>
1235
-
1236
-
1237
- <td class="attributes">
1238
-
1239
-
1240
-
1241
-
1242
-
1243
- </td>
1244
-
1245
-
1246
-
1247
-
1248
- <td class="description last">The event type to remove listeners from</td>
1249
- </tr>
1250
-
1251
-
1252
-
1253
- <tr>
1254
-
1255
- <td class="name"><code>listener</code></td>
1256
-
1257
-
1258
- <td class="type">
1259
-
1260
-
1261
- <span class="param-type">function</span>
1262
-
1263
-
1264
-
1265
-
1266
- </td>
1267
-
1268
-
1269
- <td class="attributes">
1270
-
1271
- &lt;optional><br>
1272
-
1273
-
1274
-
1275
-
1276
-
1277
- </td>
1278
-
1279
-
1280
-
1281
-
1282
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1283
- </tr>
1284
-
1285
-
1286
-
1287
- <tr>
1288
-
1289
- <td class="name"><code>thisObject</code></td>
1290
-
1291
-
1292
- <td class="type">
1293
-
1294
-
1295
- <span class="param-type">object</span>
1296
-
1297
-
1298
-
1299
-
1300
- </td>
1301
-
1302
-
1303
- <td class="attributes">
1304
-
1305
- &lt;optional><br>
1306
-
1307
-
1308
-
1309
-
1310
-
1311
- </td>
1312
-
1313
-
1314
-
1315
-
1316
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1317
- </tr>
1318
-
1319
-
1320
-
1321
- <tr>
1322
-
1323
- <td class="name"><code>useCapture</code></td>
1324
-
1325
-
1326
- <td class="type">
1327
-
1328
-
1329
- <span class="param-type">bool</span>
1330
-
1331
-
1332
-
1333
-
1334
- </td>
1335
-
1336
-
1337
- <td class="attributes">
1338
-
1339
- &lt;optional><br>
1340
-
1341
-
1342
-
1343
-
1344
-
1345
- </td>
1346
-
1347
-
1348
-
1349
-
1350
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1351
- </tr>
1352
-
1353
-
1354
- </tbody>
1355
- </table>
1356
-
1357
-
1358
-
1359
-
1360
- <dl class="details">
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1369
- <dd class="inherited-from">
1370
- <ul class="dummy">
1371
- <li>
1372
- <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1373
- </li>
1374
- </ul>
1375
- </dd>
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
-
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
-
1403
-
1404
-
1405
- </dl>
1406
-
1407
-
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
-
1417
-
1418
-
1419
-
1420
-
1421
- </dd>
1422
-
1423
-
1424
-
1425
- <hr>
1426
- <dt>
1427
- <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
1428
-
1429
-
1430
- </dt>
1431
- <dd>
1432
-
1433
-
1434
- <div class="description">
1435
- Returns a copy of this object as a JSON object for serializsation
1436
- </div>
1437
-
1438
-
1439
-
1440
-
1441
-
1442
-
1443
-
1444
-
1445
-
1446
-
1447
- <dl class="details">
1448
-
1449
-
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
-
1464
-
1465
-
1466
-
1467
-
1468
-
1469
-
1470
-
1471
-
1472
-
1473
-
1474
-
1475
-
1476
-
1477
-
1478
-
1479
-
1480
-
1481
-
1482
-
1483
- </dl>
1484
-
1485
-
1486
-
1487
-
1488
-
1489
-
1490
-
1491
-
1492
-
1493
-
1494
-
1495
-
1496
-
1497
- <h5>Returns:</h5>
1498
-
1499
-
1500
- <div class="param-desc">
1501
- This object as represented by JSON
1502
- </div>
1503
-
1504
-
1505
-
1506
- <dl>
1507
- <dt>
1508
- Type
1509
- </dt>
1510
- <dd>
1511
-
1512
- <span class="param-type">object</span>
1513
-
1514
-
1515
-
1516
- </dd>
1517
- </dl>
1518
-
1519
-
1520
-
1521
-
1522
-
1523
- </dd>
1524
-
1525
-
1526
-
1527
- <hr>
1528
- <dt>
1529
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1530
-
1531
-
1532
- </dt>
1533
- <dd>
1534
-
1535
-
1536
- <div class="description">
1537
- Alias for removeEventListener
1538
- </div>
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
- <dl class="details">
1550
-
1551
-
1552
-
1553
-
1554
-
1555
-
1556
-
1557
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1558
- <dd class="inherited-from">
1559
- <ul class="dummy">
1560
- <li>
1561
- <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
1562
- </li>
1563
- </ul>
1564
- </dd>
1565
-
1566
-
1567
-
1568
-
1569
-
1570
-
1571
-
1572
-
1573
-
1574
-
1575
-
1576
-
1577
-
1578
-
1579
-
1580
-
1581
-
1582
-
1583
-
1584
-
1585
-
1586
-
1587
-
1588
-
1589
-
1590
-
1591
-
1592
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1593
- <dd class="tag-see">
1594
- <ul>
1595
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1596
- </ul>
1597
- </dd>
1598
-
1599
-
1600
-
1601
- </dl>
1602
-
1603
-
1604
-
1605
-
1606
-
1607
-
1608
-
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
-
1616
-
1617
- </dd>
1618
-
1619
- </dl>
1620
-
1621
-
1622
-
1623
-
1624
-
1625
- </article>
1626
-
1627
- </section>
1628
-
1629
-
1630
-
1631
-
1632
- </div>
1633
- </div>
1634
-
1635
- <div class="clearfix"></div>
1636
-
1637
-
1638
- <div class="col-md-3">
1639
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1640
- </div>
1641
-
1642
-
1643
- </div>
1644
- </div>
1645
-
1646
-
1647
- <div class="modal fade" id="searchResults">
1648
- <div class="modal-dialog">
1649
- <div class="modal-content">
1650
- <div class="modal-header">
1651
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1652
- <h4 class="modal-title">Search results</h4>
1653
- </div>
1654
- <div class="modal-body"></div>
1655
- <div class="modal-footer">
1656
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1657
- </div>
1658
- </div><!-- /.modal-content -->
1659
- </div><!-- /.modal-dialog -->
1660
- </div>
1661
-
1662
-
1663
- <footer>
1664
-
1665
-
1666
- <span class="jsdoc-message">
1667
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1668
-
1669
- on 2019-01-18T10:34:58+00:00
1670
-
1671
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1672
- </span>
1673
- </footer>
1674
-
1675
- <script src="scripts/docstrap.lib.js"></script>
1676
- <script src="scripts/toc.js"></script>
1677
-
1678
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1679
-
1680
-
1681
- <script>
1682
- $( function () {
1683
- $( "[id*='$']" ).each( function () {
1684
- var $this = $( this );
1685
-
1686
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1687
- } );
1688
-
1689
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1690
- var $this = $( this );
1691
-
1692
- var example = $this.find( "code" );
1693
- exampleText = example.html();
1694
- var lang = /{@lang (.*?)}/.exec( exampleText );
1695
- if ( lang && lang[1] ) {
1696
- exampleText = exampleText.replace( lang[0], "" );
1697
- example.html( exampleText );
1698
- lang = lang[1];
1699
- } else {
1700
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1701
- lang = langClassMatch ? langClassMatch[1] : "javascript";
1702
- }
1703
-
1704
- if ( lang ) {
1705
-
1706
- $this
1707
- .addClass( "sunlight-highlight-" + lang )
1708
- .addClass( "linenums" )
1709
- .html( example.html() );
1710
-
1711
- }
1712
- } );
1713
-
1714
- Sunlight.highlightAll( {
1715
- lineNumbers : false,
1716
- showMenu : true,
1717
- enableDoclinks : true
1718
- } );
1719
-
1720
- $.catchAnchorLinks( {
1721
- navbarOffset: 10
1722
- } );
1723
- $( "#toc" ).toc( {
1724
- anchorName : function ( i, heading, prefix ) {
1725
- return $( heading ).attr( "id" ) || ( prefix + i );
1726
- },
1727
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1728
- showAndHide : false,
1729
- smoothScrolling: true
1730
- } );
1731
-
1732
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1733
- $( '.dropdown-toggle' ).dropdown();
1734
-
1735
- $( "table" ).each( function () {
1736
- var $this = $( this );
1737
- $this.addClass('table');
1738
- } );
1739
-
1740
- } );
1741
- </script>
1742
-
1743
-
1744
-
1745
- <!--Navigation and Symbol Display-->
1746
-
1747
-
1748
- <!--Google Analytics-->
1749
-
1750
-
1751
-
1752
- <script type="text/javascript">
1753
- $(document).ready(function() {
1754
- SearcherDisplay.init();
1755
- });
1756
- </script>
1757
-
1758
-
1759
- </body>
1760
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: MapObject</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: MapObject</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ MapObject
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.MapObject</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="MapObject"><span class="type-signature"></span>new MapObject()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for Map Objects (known as Features in Map Block), that is, markers, polygons, polylines, circles, rectangles and heatmaps. Implements functionality shared by all map objects, such as parsing geometry and serialization.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+ <h3 class="subsection-title">Extends</h3>
175
+
176
+
177
+
178
+
179
+ <ul>
180
+ <li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li>
181
+ </ul>
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+ <h3 class="subsection-title">Methods</h3>
198
+
199
+ <dl>
200
+
201
+ <hr>
202
+ <dt>
203
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
204
+
205
+
206
+ </dt>
207
+ <dd>
208
+
209
+
210
+ <div class="description">
211
+ Handles the logic of triggering listeners
212
+ </div>
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ <dl class="details">
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
232
+ <dd class="inherited-from">
233
+ <ul class="dummy">
234
+ <li>
235
+ <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
236
+ </li>
237
+ </ul>
238
+ </dd>
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+ </dl>
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+ </dd>
285
+
286
+
287
+
288
+ <hr>
289
+ <dt>
290
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
291
+
292
+
293
+ </dt>
294
+ <dd>
295
+
296
+
297
+ <div class="description">
298
+ Adds an event listener on this object
299
+ </div>
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+ <h5>Parameters:</h5>
309
+
310
+
311
+ <table class="params table table-striped">
312
+ <thead>
313
+ <tr>
314
+
315
+ <th>Name</th>
316
+
317
+
318
+ <th>Type</th>
319
+
320
+
321
+ <th>Argument</th>
322
+
323
+
324
+
325
+
326
+ <th class="last">Description</th>
327
+ </tr>
328
+ </thead>
329
+
330
+ <tbody>
331
+
332
+
333
+ <tr>
334
+
335
+ <td class="name"><code>type</code></td>
336
+
337
+
338
+ <td class="type">
339
+
340
+
341
+ <span class="param-type">string</span>
342
+
343
+
344
+
345
+
346
+ </td>
347
+
348
+
349
+ <td class="attributes">
350
+
351
+
352
+
353
+
354
+
355
+ </td>
356
+
357
+
358
+
359
+
360
+ <td class="description last">The event type, or multiple types separated by spaces</td>
361
+ </tr>
362
+
363
+
364
+
365
+ <tr>
366
+
367
+ <td class="name"><code>callback</code></td>
368
+
369
+
370
+ <td class="type">
371
+
372
+
373
+ <span class="param-type">function</span>
374
+
375
+
376
+
377
+
378
+ </td>
379
+
380
+
381
+ <td class="attributes">
382
+
383
+
384
+
385
+
386
+
387
+ </td>
388
+
389
+
390
+
391
+
392
+ <td class="description last">The callback to call when the event fires</td>
393
+ </tr>
394
+
395
+
396
+
397
+ <tr>
398
+
399
+ <td class="name"><code>thisObject</code></td>
400
+
401
+
402
+ <td class="type">
403
+
404
+
405
+ <span class="param-type">object</span>
406
+
407
+
408
+
409
+
410
+ </td>
411
+
412
+
413
+ <td class="attributes">
414
+
415
+ &lt;optional><br>
416
+
417
+
418
+
419
+
420
+
421
+ </td>
422
+
423
+
424
+
425
+
426
+ <td class="description last">The object to use as "this" when firing the callback</td>
427
+ </tr>
428
+
429
+
430
+
431
+ <tr>
432
+
433
+ <td class="name"><code>useCapture</code></td>
434
+
435
+
436
+ <td class="type">
437
+
438
+
439
+ <span class="param-type">bool</span>
440
+
441
+
442
+
443
+
444
+ </td>
445
+
446
+
447
+ <td class="attributes">
448
+
449
+ &lt;optional><br>
450
+
451
+
452
+
453
+
454
+
455
+ </td>
456
+
457
+
458
+
459
+
460
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
461
+ </tr>
462
+
463
+
464
+ </tbody>
465
+ </table>
466
+
467
+
468
+
469
+
470
+ <dl class="details">
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
479
+ <dd class="inherited-from">
480
+ <ul class="dummy">
481
+ <li>
482
+ <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
483
+ </li>
484
+ </ul>
485
+ </dd>
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+ </dl>
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+ </dd>
532
+
533
+
534
+
535
+ <hr>
536
+ <dt>
537
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
538
+
539
+
540
+ </dt>
541
+ <dd>
542
+
543
+
544
+ <div class="description">
545
+ Fires an event on this object
546
+ </div>
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+ <h5>Parameters:</h5>
556
+
557
+
558
+ <table class="params table table-striped">
559
+ <thead>
560
+ <tr>
561
+
562
+ <th>Name</th>
563
+
564
+
565
+ <th>Type</th>
566
+
567
+
568
+
569
+
570
+
571
+ <th class="last">Description</th>
572
+ </tr>
573
+ </thead>
574
+
575
+ <tbody>
576
+
577
+
578
+ <tr>
579
+
580
+ <td class="name"><code>event</code></td>
581
+
582
+
583
+ <td class="type">
584
+
585
+
586
+ <span class="param-type">string</span>
587
+ |
588
+
589
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
590
+
591
+
592
+
593
+
594
+ </td>
595
+
596
+
597
+
598
+
599
+
600
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
601
+ </tr>
602
+
603
+
604
+ </tbody>
605
+ </table>
606
+
607
+
608
+
609
+
610
+ <dl class="details">
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
619
+ <dd class="inherited-from">
620
+ <ul class="dummy">
621
+ <li>
622
+ <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
623
+ </li>
624
+ </ul>
625
+ </dd>
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+ </dl>
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+ </dd>
672
+
673
+
674
+
675
+ <hr>
676
+ <dt>
677
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
678
+
679
+
680
+ </dt>
681
+ <dd>
682
+
683
+
684
+ <div class="description">
685
+ Test for listeners of type on this object
686
+ </div>
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+ <h5>Parameters:</h5>
696
+
697
+
698
+ <table class="params table table-striped">
699
+ <thead>
700
+ <tr>
701
+
702
+ <th>Name</th>
703
+
704
+
705
+ <th>Type</th>
706
+
707
+
708
+
709
+
710
+
711
+ <th class="last">Description</th>
712
+ </tr>
713
+ </thead>
714
+
715
+ <tbody>
716
+
717
+
718
+ <tr>
719
+
720
+ <td class="name"><code>type</code></td>
721
+
722
+
723
+ <td class="type">
724
+
725
+
726
+ <span class="param-type">string</span>
727
+
728
+
729
+
730
+
731
+ </td>
732
+
733
+
734
+
735
+
736
+
737
+ <td class="description last">The event type to test for</td>
738
+ </tr>
739
+
740
+
741
+ </tbody>
742
+ </table>
743
+
744
+
745
+
746
+
747
+ <dl class="details">
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
756
+ <dd class="inherited-from">
757
+ <ul class="dummy">
758
+ <li>
759
+ <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
760
+ </li>
761
+ </ul>
762
+ </dd>
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+ </dl>
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+ <h5>Returns:</h5>
807
+
808
+
809
+ <div class="param-desc">
810
+ True if this object has listeners bound for the specified type
811
+ </div>
812
+
813
+
814
+
815
+ <dl>
816
+ <dt>
817
+ Type
818
+ </dt>
819
+ <dd>
820
+
821
+ <span class="param-type">bool</span>
822
+
823
+
824
+
825
+ </dd>
826
+ </dl>
827
+
828
+
829
+
830
+
831
+
832
+ </dd>
833
+
834
+
835
+
836
+ <hr>
837
+ <dt>
838
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
839
+
840
+
841
+ </dt>
842
+ <dd>
843
+
844
+
845
+ <div class="description">
846
+ Alias for removeEventListener
847
+ </div>
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+ <dl class="details">
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
867
+ <dd class="inherited-from">
868
+ <ul class="dummy">
869
+ <li>
870
+ <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
871
+ </li>
872
+ </ul>
873
+ </dd>
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
902
+ <dd class="tag-see">
903
+ <ul>
904
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
905
+ </ul>
906
+ </dd>
907
+
908
+
909
+
910
+ </dl>
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+ </dd>
927
+
928
+
929
+
930
+ <hr>
931
+ <dt>
932
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
933
+
934
+
935
+ </dt>
936
+ <dd>
937
+
938
+
939
+ <div class="description">
940
+ Alias for addEventListener
941
+ </div>
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+ <dl class="details">
953
+
954
+
955
+
956
+
957
+
958
+
959
+
960
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
961
+ <dd class="inherited-from">
962
+ <ul class="dummy">
963
+ <li>
964
+ <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
965
+ </li>
966
+ </ul>
967
+ </dd>
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+
991
+
992
+
993
+
994
+
995
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
996
+ <dd class="tag-see">
997
+ <ul>
998
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
999
+ </ul>
1000
+ </dd>
1001
+
1002
+
1003
+
1004
+ </dl>
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+ </dd>
1021
+
1022
+
1023
+
1024
+ <hr>
1025
+ <dt>
1026
+ <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1027
+
1028
+
1029
+ </dt>
1030
+ <dd>
1031
+
1032
+
1033
+ <div class="description">
1034
+ Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1035
+ </div>
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+ <h5>Parameters:</h5>
1045
+
1046
+
1047
+ <table class="params table table-striped">
1048
+ <thead>
1049
+ <tr>
1050
+
1051
+ <th>Name</th>
1052
+
1053
+
1054
+ <th>Type</th>
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+ <th class="last">Description</th>
1061
+ </tr>
1062
+ </thead>
1063
+
1064
+ <tbody>
1065
+
1066
+
1067
+ <tr>
1068
+
1069
+ <td class="name"><code>string</code></td>
1070
+
1071
+
1072
+ <td class="type">
1073
+
1074
+
1075
+ <span class="param-type">string</span>
1076
+
1077
+
1078
+
1079
+
1080
+ </td>
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+ <td class="description last">The string to parse numbers from</td>
1087
+ </tr>
1088
+
1089
+
1090
+ </tbody>
1091
+ </table>
1092
+
1093
+
1094
+
1095
+
1096
+ <dl class="details">
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+ </dl>
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+ <h5>Returns:</h5>
1147
+
1148
+
1149
+ <div class="param-desc">
1150
+ An array of LatLng literals parsed from the string
1151
+ </div>
1152
+
1153
+
1154
+
1155
+ <dl>
1156
+ <dt>
1157
+ Type
1158
+ </dt>
1159
+ <dd>
1160
+
1161
+ <span class="param-type">array</span>
1162
+
1163
+
1164
+
1165
+ </dd>
1166
+ </dl>
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+ </dd>
1173
+
1174
+
1175
+
1176
+ <hr>
1177
+ <dt>
1178
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1179
+
1180
+
1181
+ </dt>
1182
+ <dd>
1183
+
1184
+
1185
+ <div class="description">
1186
+ Removes event listeners from this object
1187
+ </div>
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+ <h5>Parameters:</h5>
1197
+
1198
+
1199
+ <table class="params table table-striped">
1200
+ <thead>
1201
+ <tr>
1202
+
1203
+ <th>Name</th>
1204
+
1205
+
1206
+ <th>Type</th>
1207
+
1208
+
1209
+ <th>Argument</th>
1210
+
1211
+
1212
+
1213
+
1214
+ <th class="last">Description</th>
1215
+ </tr>
1216
+ </thead>
1217
+
1218
+ <tbody>
1219
+
1220
+
1221
+ <tr>
1222
+
1223
+ <td class="name"><code>type</code></td>
1224
+
1225
+
1226
+ <td class="type">
1227
+
1228
+
1229
+ <span class="param-type">string</span>
1230
+
1231
+
1232
+
1233
+
1234
+ </td>
1235
+
1236
+
1237
+ <td class="attributes">
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+ </td>
1244
+
1245
+
1246
+
1247
+
1248
+ <td class="description last">The event type to remove listeners from</td>
1249
+ </tr>
1250
+
1251
+
1252
+
1253
+ <tr>
1254
+
1255
+ <td class="name"><code>listener</code></td>
1256
+
1257
+
1258
+ <td class="type">
1259
+
1260
+
1261
+ <span class="param-type">function</span>
1262
+
1263
+
1264
+
1265
+
1266
+ </td>
1267
+
1268
+
1269
+ <td class="attributes">
1270
+
1271
+ &lt;optional><br>
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+ </td>
1278
+
1279
+
1280
+
1281
+
1282
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1283
+ </tr>
1284
+
1285
+
1286
+
1287
+ <tr>
1288
+
1289
+ <td class="name"><code>thisObject</code></td>
1290
+
1291
+
1292
+ <td class="type">
1293
+
1294
+
1295
+ <span class="param-type">object</span>
1296
+
1297
+
1298
+
1299
+
1300
+ </td>
1301
+
1302
+
1303
+ <td class="attributes">
1304
+
1305
+ &lt;optional><br>
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+ </td>
1312
+
1313
+
1314
+
1315
+
1316
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1317
+ </tr>
1318
+
1319
+
1320
+
1321
+ <tr>
1322
+
1323
+ <td class="name"><code>useCapture</code></td>
1324
+
1325
+
1326
+ <td class="type">
1327
+
1328
+
1329
+ <span class="param-type">bool</span>
1330
+
1331
+
1332
+
1333
+
1334
+ </td>
1335
+
1336
+
1337
+ <td class="attributes">
1338
+
1339
+ &lt;optional><br>
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+ </td>
1346
+
1347
+
1348
+
1349
+
1350
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1351
+ </tr>
1352
+
1353
+
1354
+ </tbody>
1355
+ </table>
1356
+
1357
+
1358
+
1359
+
1360
+ <dl class="details">
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1369
+ <dd class="inherited-from">
1370
+ <ul class="dummy">
1371
+ <li>
1372
+ <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1373
+ </li>
1374
+ </ul>
1375
+ </dd>
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+ </dl>
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+ </dd>
1422
+
1423
+
1424
+
1425
+ <hr>
1426
+ <dt>
1427
+ <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
1428
+
1429
+
1430
+ </dt>
1431
+ <dd>
1432
+
1433
+
1434
+ <div class="description">
1435
+ Returns a copy of this object as a JSON object for serializsation
1436
+ </div>
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+ <dl class="details">
1448
+
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+ </dl>
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+ <h5>Returns:</h5>
1498
+
1499
+
1500
+ <div class="param-desc">
1501
+ This object as represented by JSON
1502
+ </div>
1503
+
1504
+
1505
+
1506
+ <dl>
1507
+ <dt>
1508
+ Type
1509
+ </dt>
1510
+ <dd>
1511
+
1512
+ <span class="param-type">object</span>
1513
+
1514
+
1515
+
1516
+ </dd>
1517
+ </dl>
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+ </dd>
1524
+
1525
+
1526
+
1527
+ <hr>
1528
+ <dt>
1529
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1530
+
1531
+
1532
+ </dt>
1533
+ <dd>
1534
+
1535
+
1536
+ <div class="description">
1537
+ Alias for removeEventListener
1538
+ </div>
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+ <dl class="details">
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1558
+ <dd class="inherited-from">
1559
+ <ul class="dummy">
1560
+ <li>
1561
+ <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
1562
+ </li>
1563
+ </ul>
1564
+ </dd>
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1593
+ <dd class="tag-see">
1594
+ <ul>
1595
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1596
+ </ul>
1597
+ </dd>
1598
+
1599
+
1600
+
1601
+ </dl>
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+ </dd>
1618
+
1619
+ </dl>
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+ </article>
1626
+
1627
+ </section>
1628
+
1629
+
1630
+
1631
+
1632
+ </div>
1633
+ </div>
1634
+
1635
+ <div class="clearfix"></div>
1636
+
1637
+
1638
+ <div class="col-md-3">
1639
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
1640
+ </div>
1641
+
1642
+
1643
+ </div>
1644
+ </div>
1645
+
1646
+
1647
+ <div class="modal fade" id="searchResults">
1648
+ <div class="modal-dialog">
1649
+ <div class="modal-content">
1650
+ <div class="modal-header">
1651
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1652
+ <h4 class="modal-title">Search results</h4>
1653
+ </div>
1654
+ <div class="modal-body"></div>
1655
+ <div class="modal-footer">
1656
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
1657
+ </div>
1658
+ </div><!-- /.modal-content -->
1659
+ </div><!-- /.modal-dialog -->
1660
+ </div>
1661
+
1662
+
1663
+ <footer>
1664
+
1665
+
1666
+ <span class="jsdoc-message">
1667
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
1668
+
1669
+ on 2019-01-20T11:35:49+00:00
1670
+
1671
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
1672
+ </span>
1673
+ </footer>
1674
+
1675
+ <script src="scripts/docstrap.lib.js"></script>
1676
+ <script src="scripts/toc.js"></script>
1677
+
1678
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
1679
+
1680
+
1681
+ <script>
1682
+ $( function () {
1683
+ $( "[id*='$']" ).each( function () {
1684
+ var $this = $( this );
1685
+
1686
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
1687
+ } );
1688
+
1689
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
1690
+ var $this = $( this );
1691
+
1692
+ var example = $this.find( "code" );
1693
+ exampleText = example.html();
1694
+ var lang = /{@lang (.*?)}/.exec( exampleText );
1695
+ if ( lang && lang[1] ) {
1696
+ exampleText = exampleText.replace( lang[0], "" );
1697
+ example.html( exampleText );
1698
+ lang = lang[1];
1699
+ } else {
1700
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
1701
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
1702
+ }
1703
+
1704
+ if ( lang ) {
1705
+
1706
+ $this
1707
+ .addClass( "sunlight-highlight-" + lang )
1708
+ .addClass( "linenums" )
1709
+ .html( example.html() );
1710
+
1711
+ }
1712
+ } );
1713
+
1714
+ Sunlight.highlightAll( {
1715
+ lineNumbers : false,
1716
+ showMenu : true,
1717
+ enableDoclinks : true
1718
+ } );
1719
+
1720
+ $.catchAnchorLinks( {
1721
+ navbarOffset: 10
1722
+ } );
1723
+ $( "#toc" ).toc( {
1724
+ anchorName : function ( i, heading, prefix ) {
1725
+ return $( heading ).attr( "id" ) || ( prefix + i );
1726
+ },
1727
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
1728
+ showAndHide : false,
1729
+ smoothScrolling: true
1730
+ } );
1731
+
1732
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
1733
+ $( '.dropdown-toggle' ).dropdown();
1734
+
1735
+ $( "table" ).each( function () {
1736
+ var $this = $( this );
1737
+ $this.addClass('table');
1738
+ } );
1739
+
1740
+ } );
1741
+ </script>
1742
+
1743
+
1744
+
1745
+ <!--Navigation and Symbol Display-->
1746
+
1747
+
1748
+ <!--Google Analytics-->
1749
+
1750
+
1751
+
1752
+ <script type="text/javascript">
1753
+ $(document).ready(function() {
1754
+ SearcherDisplay.init();
1755
+ });
1756
+ </script>
1757
+
1758
+
1759
+ </body>
1760
  </html>
docs/js/WPGMZA.MapSettings.html CHANGED
@@ -439,7 +439,7 @@
439
  <span class="jsdoc-message">
440
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
441
 
442
- on 2019-01-18T10:34:58+00:00
443
 
444
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
445
  </span>
439
  <span class="jsdoc-message">
440
  Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
441
 
442
+ on 2019-01-20T11:35:49+00:00
443
 
444
  using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
445
  </span>
docs/js/WPGMZA.MapSettingsPage.html CHANGED
@@ -1,485 +1,485 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: MapSettingsPage</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: MapSettingsPage</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- MapSettingsPage
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.MapSettingsPage</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="MapSettingsPage"><span class="type-signature"></span>new MapSettingsPage()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- This class helps manage the map settings pageX
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
- <h3 class="subsection-title">Methods</h3>
187
-
188
- <dl>
189
-
190
- <hr>
191
- <dt>
192
- <h4 class="name" id="updateEngineSpecificControls"><span class="type-signature"></span>updateEngineSpecificControls()</h4>
193
-
194
-
195
- </dt>
196
- <dd>
197
-
198
-
199
- <div class="description">
200
- Updates engine specific controls, hiding irrelevant controls (eg Google controls when OpenLayers is the selected engine) and showing relevant controls.
201
- </div>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
-
267
-
268
- <hr>
269
- <dt>
270
- <h4 class="name" id="updateGDPRControls"><span class="type-signature"></span>updateGDPRControls()</h4>
271
-
272
-
273
- </dt>
274
- <dd>
275
-
276
-
277
- <div class="description">
278
- Updates the GDPR controls (eg visibility state) based on the selected GDPR settings
279
- </div>
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
- <dl class="details">
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
- </dl>
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
- </dd>
343
-
344
- </dl>
345
-
346
-
347
-
348
-
349
-
350
- </article>
351
-
352
- </section>
353
-
354
-
355
-
356
-
357
- </div>
358
- </div>
359
-
360
- <div class="clearfix"></div>
361
-
362
-
363
- <div class="col-md-3">
364
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
365
- </div>
366
-
367
-
368
- </div>
369
- </div>
370
-
371
-
372
- <div class="modal fade" id="searchResults">
373
- <div class="modal-dialog">
374
- <div class="modal-content">
375
- <div class="modal-header">
376
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
377
- <h4 class="modal-title">Search results</h4>
378
- </div>
379
- <div class="modal-body"></div>
380
- <div class="modal-footer">
381
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
382
- </div>
383
- </div><!-- /.modal-content -->
384
- </div><!-- /.modal-dialog -->
385
- </div>
386
-
387
-
388
- <footer>
389
-
390
-
391
- <span class="jsdoc-message">
392
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
393
-
394
- on 2019-01-18T10:34:58+00:00
395
-
396
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
397
- </span>
398
- </footer>
399
-
400
- <script src="scripts/docstrap.lib.js"></script>
401
- <script src="scripts/toc.js"></script>
402
-
403
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
404
-
405
-
406
- <script>
407
- $( function () {
408
- $( "[id*='$']" ).each( function () {
409
- var $this = $( this );
410
-
411
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
412
- } );
413
-
414
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
415
- var $this = $( this );
416
-
417
- var example = $this.find( "code" );
418
- exampleText = example.html();
419
- var lang = /{@lang (.*?)}/.exec( exampleText );
420
- if ( lang && lang[1] ) {
421
- exampleText = exampleText.replace( lang[0], "" );
422
- example.html( exampleText );
423
- lang = lang[1];
424
- } else {
425
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
426
- lang = langClassMatch ? langClassMatch[1] : "javascript";
427
- }
428
-
429
- if ( lang ) {
430
-
431
- $this
432
- .addClass( "sunlight-highlight-" + lang )
433
- .addClass( "linenums" )
434
- .html( example.html() );
435
-
436
- }
437
- } );
438
-
439
- Sunlight.highlightAll( {
440
- lineNumbers : false,
441
- showMenu : true,
442
- enableDoclinks : true
443
- } );
444
-
445
- $.catchAnchorLinks( {
446
- navbarOffset: 10
447
- } );
448
- $( "#toc" ).toc( {
449
- anchorName : function ( i, heading, prefix ) {
450
- return $( heading ).attr( "id" ) || ( prefix + i );
451
- },
452
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
453
- showAndHide : false,
454
- smoothScrolling: true
455
- } );
456
-
457
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
458
- $( '.dropdown-toggle' ).dropdown();
459
-
460
- $( "table" ).each( function () {
461
- var $this = $( this );
462
- $this.addClass('table');
463
- } );
464
-
465
- } );
466
- </script>
467
-
468
-
469
-
470
- <!--Navigation and Symbol Display-->
471
-
472
-
473
- <!--Google Analytics-->
474
-
475
-
476
-
477
- <script type="text/javascript">
478
- $(document).ready(function() {
479
- SearcherDisplay.init();
480
- });
481
- </script>
482
-
483
-
484
- </body>
485
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: MapSettingsPage</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: MapSettingsPage</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ MapSettingsPage
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.MapSettingsPage</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="MapSettingsPage"><span class="type-signature"></span>new MapSettingsPage()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ This class helps manage the map settings pageX
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <h3 class="subsection-title">Methods</h3>
187
+
188
+ <dl>
189
+
190
+ <hr>
191
+ <dt>
192
+ <h4 class="name" id="updateEngineSpecificControls"><span class="type-signature"></span>updateEngineSpecificControls()</h4>
193
+
194
+
195
+ </dt>
196
+ <dd>
197
+
198
+
199
+ <div class="description">
200
+ Updates engine specific controls, hiding irrelevant controls (eg Google controls when OpenLayers is the selected engine) and showing relevant controls.
201
+ </div>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+
267
+
268
+ <hr>
269
+ <dt>
270
+ <h4 class="name" id="updateGDPRControls"><span class="type-signature"></span>updateGDPRControls()</h4>
271
+
272
+
273
+ </dt>
274
+ <dd>
275
+
276
+
277
+ <div class="description">
278
+ Updates the GDPR controls (eg visibility state) based on the selected GDPR settings
279
+ </div>
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+ <dl class="details">
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+ </dl>
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+ </dd>
343
+
344
+ </dl>
345
+
346
+
347
+
348
+
349
+
350
+ </article>
351
+
352
+ </section>
353
+
354
+
355
+
356
+
357
+ </div>
358
+ </div>
359
+
360
+ <div class="clearfix"></div>
361
+
362
+
363
+ <div class="col-md-3">
364
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
365
+ </div>
366
+
367
+
368
+ </div>
369
+ </div>
370
+
371
+
372
+ <div class="modal fade" id="searchResults">
373
+ <div class="modal-dialog">
374
+ <div class="modal-content">
375
+ <div class="modal-header">
376
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
377
+ <h4 class="modal-title">Search results</h4>
378
+ </div>
379
+ <div class="modal-body"></div>
380
+ <div class="modal-footer">
381
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
382
+ </div>
383
+ </div><!-- /.modal-content -->
384
+ </div><!-- /.modal-dialog -->
385
+ </div>
386
+
387
+
388
+ <footer>
389
+
390
+
391
+ <span class="jsdoc-message">
392
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
393
+
394
+ on 2019-01-20T11:35:49+00:00
395
+
396
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
397
+ </span>
398
+ </footer>
399
+
400
+ <script src="scripts/docstrap.lib.js"></script>
401
+ <script src="scripts/toc.js"></script>
402
+
403
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
404
+
405
+
406
+ <script>
407
+ $( function () {
408
+ $( "[id*='$']" ).each( function () {
409
+ var $this = $( this );
410
+
411
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
412
+ } );
413
+
414
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
415
+ var $this = $( this );
416
+
417
+ var example = $this.find( "code" );
418
+ exampleText = example.html();
419
+ var lang = /{@lang (.*?)}/.exec( exampleText );
420
+ if ( lang && lang[1] ) {
421
+ exampleText = exampleText.replace( lang[0], "" );
422
+ example.html( exampleText );
423
+ lang = lang[1];
424
+ } else {
425
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
426
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
427
+ }
428
+
429
+ if ( lang ) {
430
+
431
+ $this
432
+ .addClass( "sunlight-highlight-" + lang )
433
+ .addClass( "linenums" )
434
+ .html( example.html() );
435
+
436
+ }
437
+ } );
438
+
439
+ Sunlight.highlightAll( {
440
+ lineNumbers : false,
441
+ showMenu : true,
442
+ enableDoclinks : true
443
+ } );
444
+
445
+ $.catchAnchorLinks( {
446
+ navbarOffset: 10
447
+ } );
448
+ $( "#toc" ).toc( {
449
+ anchorName : function ( i, heading, prefix ) {
450
+ return $( heading ).attr( "id" ) || ( prefix + i );
451
+ },
452
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
453
+ showAndHide : false,
454
+ smoothScrolling: true
455
+ } );
456
+
457
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
458
+ $( '.dropdown-toggle' ).dropdown();
459
+
460
+ $( "table" ).each( function () {
461
+ var $this = $( this );
462
+ $this.addClass('table');
463
+ } );
464
+
465
+ } );
466
+ </script>
467
+
468
+
469
+
470
+ <!--Navigation and Symbol Display-->
471
+
472
+
473
+ <!--Google Analytics-->
474
+
475
+
476
+
477
+ <script type="text/javascript">
478
+ $(document).ready(function() {
479
+ SearcherDisplay.init();
480
+ });
481
+ </script>
482
+
483
+
484
+ </body>
485
  </html>
docs/js/WPGMZA.Marker.html CHANGED
@@ -1,3876 +1,3876 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Marker</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Marker</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Marker
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Marker</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Marker"><span class="type-signature"></span>new Marker( [row])</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for markers. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
- <th>Argument</th>
128
-
129
-
130
-
131
-
132
- <th class="last">Description</th>
133
- </tr>
134
- </thead>
135
-
136
- <tbody>
137
-
138
-
139
- <tr>
140
-
141
- <td class="name"><code>row</code></td>
142
-
143
-
144
- <td class="type">
145
-
146
-
147
- <span class="param-type">object</span>
148
-
149
-
150
-
151
-
152
- </td>
153
-
154
-
155
- <td class="attributes">
156
-
157
- &lt;optional><br>
158
-
159
-
160
-
161
-
162
-
163
- </td>
164
-
165
-
166
-
167
-
168
- <td class="description last">Data to map to this object (eg from the database)</td>
169
- </tr>
170
-
171
-
172
- </tbody>
173
- </table>
174
-
175
-
176
-
177
-
178
- <dl class="details">
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
- </dl>
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
- </dd>
231
-
232
-
233
- </div>
234
-
235
-
236
- <h3 class="subsection-title">Extends</h3>
237
-
238
-
239
-
240
-
241
- <ul>
242
- <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
243
- </ul>
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
- <h3 class="subsection-title">Methods</h3>
260
-
261
- <dl>
262
-
263
- <hr>
264
- <dt>
265
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance( [row])</h4>
266
-
267
-
268
- </dt>
269
- <dd>
270
-
271
-
272
- <div class="description">
273
- Creates an instance of a marker, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
274
- </div>
275
-
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
- <h5>Parameters:</h5>
284
-
285
-
286
- <table class="params table table-striped">
287
- <thead>
288
- <tr>
289
-
290
- <th>Name</th>
291
-
292
-
293
- <th>Type</th>
294
-
295
-
296
- <th>Argument</th>
297
-
298
-
299
-
300
-
301
- <th class="last">Description</th>
302
- </tr>
303
- </thead>
304
-
305
- <tbody>
306
-
307
-
308
- <tr>
309
-
310
- <td class="name"><code>row</code></td>
311
-
312
-
313
- <td class="type">
314
-
315
-
316
- <span class="param-type">object</span>
317
-
318
-
319
-
320
-
321
- </td>
322
-
323
-
324
- <td class="attributes">
325
-
326
- &lt;optional><br>
327
-
328
-
329
-
330
-
331
-
332
- </td>
333
-
334
-
335
-
336
-
337
- <td class="description last">Data to map to this object (eg from the database)</td>
338
- </tr>
339
-
340
-
341
- </tbody>
342
- </table>
343
-
344
-
345
-
346
-
347
- <dl class="details">
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
- </dl>
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
- </dd>
400
-
401
-
402
-
403
- <hr>
404
- <dt>
405
- <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
406
-
407
-
408
- </dt>
409
- <dd>
410
-
411
-
412
- <div class="description">
413
- Returns the contructor to be used by createInstance, depending on the selected maps engine.
414
- </div>
415
-
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
- <dl class="details">
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
- </dl>
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
-
474
-
475
- <h5>Returns:</h5>
476
-
477
-
478
- <div class="param-desc">
479
- The appropriate contructor
480
- </div>
481
-
482
-
483
-
484
- <dl>
485
- <dt>
486
- Type
487
- </dt>
488
- <dd>
489
-
490
- <span class="param-type">function</span>
491
-
492
-
493
-
494
- </dd>
495
- </dl>
496
-
497
-
498
-
499
-
500
-
501
- </dd>
502
-
503
-
504
-
505
- <hr>
506
- <dt>
507
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
508
-
509
-
510
- </dt>
511
- <dd>
512
-
513
-
514
- <div class="description">
515
- Handles the logic of triggering listeners
516
- </div>
517
-
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
- <dl class="details">
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
536
- <dd class="inherited-from">
537
- <ul class="dummy">
538
- <li>
539
- <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
540
- </li>
541
- </ul>
542
- </dd>
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
-
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
-
572
- </dl>
573
-
574
-
575
-
576
-
577
-
578
-
579
-
580
-
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
- </dd>
589
-
590
-
591
-
592
- <hr>
593
- <dt>
594
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
595
-
596
-
597
- </dt>
598
- <dd>
599
-
600
-
601
- <div class="description">
602
- Adds an event listener on this object
603
- </div>
604
-
605
-
606
-
607
-
608
-
609
-
610
-
611
-
612
- <h5>Parameters:</h5>
613
-
614
-
615
- <table class="params table table-striped">
616
- <thead>
617
- <tr>
618
-
619
- <th>Name</th>
620
-
621
-
622
- <th>Type</th>
623
-
624
-
625
- <th>Argument</th>
626
-
627
-
628
-
629
-
630
- <th class="last">Description</th>
631
- </tr>
632
- </thead>
633
-
634
- <tbody>
635
-
636
-
637
- <tr>
638
-
639
- <td class="name"><code>type</code></td>
640
-
641
-
642
- <td class="type">
643
-
644
-
645
- <span class="param-type">string</span>
646
-
647
-
648
-
649
-
650
- </td>
651
-
652
-
653
- <td class="attributes">
654
-
655
-
656
-
657
-
658
-
659
- </td>
660
-
661
-
662
-
663
-
664
- <td class="description last">The event type, or multiple types separated by spaces</td>
665
- </tr>
666
-
667
-
668
-
669
- <tr>
670
-
671
- <td class="name"><code>callback</code></td>
672
-
673
-
674
- <td class="type">
675
-
676
-
677
- <span class="param-type">function</span>
678
-
679
-
680
-
681
-
682
- </td>
683
-
684
-
685
- <td class="attributes">
686
-
687
-
688
-
689
-
690
-
691
- </td>
692
-
693
-
694
-
695
-
696
- <td class="description last">The callback to call when the event fires</td>
697
- </tr>
698
-
699
-
700
-
701
- <tr>
702
-
703
- <td class="name"><code>thisObject</code></td>
704
-
705
-
706
- <td class="type">
707
-
708
-
709
- <span class="param-type">object</span>
710
-
711
-
712
-
713
-
714
- </td>
715
-
716
-
717
- <td class="attributes">
718
-
719
- &lt;optional><br>
720
-
721
-
722
-
723
-
724
-
725
- </td>
726
-
727
-
728
-
729
-
730
- <td class="description last">The object to use as "this" when firing the callback</td>
731
- </tr>
732
-
733
-
734
-
735
- <tr>
736
-
737
- <td class="name"><code>useCapture</code></td>
738
-
739
-
740
- <td class="type">
741
-
742
-
743
- <span class="param-type">bool</span>
744
-
745
-
746
-
747
-
748
- </td>
749
-
750
-
751
- <td class="attributes">
752
-
753
- &lt;optional><br>
754
-
755
-
756
-
757
-
758
-
759
- </td>
760
-
761
-
762
-
763
-
764
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
765
- </tr>
766
-
767
-
768
- </tbody>
769
- </table>
770
-
771
-
772
-
773
-
774
- <dl class="details">
775
-
776
-
777
-
778
-
779
-
780
-
781
-
782
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
783
- <dd class="inherited-from">
784
- <ul class="dummy">
785
- <li>
786
- <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
787
- </li>
788
- </ul>
789
- </dd>
790
-
791
-
792
-
793
-
794
-
795
-
796
-
797
-
798
-
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
-
813
-
814
-
815
-
816
-
817
-
818
-
819
- </dl>
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
-
830
-
831
-
832
-
833
-
834
-
835
- </dd>
836
-
837
-
838
-
839
- <hr>
840
- <dt>
841
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
842
-
843
-
844
- </dt>
845
- <dd>
846
-
847
-
848
- <div class="description">
849
- Fires an event on this object
850
- </div>
851
-
852
-
853
-
854
-
855
-
856
-
857
-
858
-
859
- <h5>Parameters:</h5>
860
-
861
-
862
- <table class="params table table-striped">
863
- <thead>
864
- <tr>
865
-
866
- <th>Name</th>
867
-
868
-
869
- <th>Type</th>
870
-
871
-
872
-
873
-
874
-
875
- <th class="last">Description</th>
876
- </tr>
877
- </thead>
878
-
879
- <tbody>
880
-
881
-
882
- <tr>
883
-
884
- <td class="name"><code>event</code></td>
885
-
886
-
887
- <td class="type">
888
-
889
-
890
- <span class="param-type">string</span>
891
- |
892
-
893
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
894
-
895
-
896
-
897
-
898
- </td>
899
-
900
-
901
-
902
-
903
-
904
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
905
- </tr>
906
-
907
-
908
- </tbody>
909
- </table>
910
-
911
-
912
-
913
-
914
- <dl class="details">
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
923
- <dd class="inherited-from">
924
- <ul class="dummy">
925
- <li>
926
- <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
927
- </li>
928
- </ul>
929
- </dd>
930
-
931
-
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
-
956
-
957
-
958
-
959
- </dl>
960
-
961
-
962
-
963
-
964
-
965
-
966
-
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
- </dd>
976
-
977
-
978
-
979
- <hr>
980
- <dt>
981
- <h4 class="name" id="getAnimation"><span class="type-signature"></span>getAnimation()</h4>
982
-
983
-
984
- </dt>
985
- <dd>
986
-
987
-
988
- <div class="description">
989
- Returns the animation set on this marker (see WPGMZA.Marker ANIMATION_* constants).
990
- </div>
991
-
992
-
993
-
994
-
995
-
996
-
997
-
998
-
999
-
1000
-
1001
- <dl class="details">
1002
-
1003
-
1004
-
1005
-
1006
-
1007
-
1008
-
1009
-
1010
-
1011
-
1012
-
1013
-
1014
-
1015
-
1016
-
1017
-
1018
-
1019
-
1020
-
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
- </dl>
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
-
1052
-
1053
- </dd>
1054
-
1055
-
1056
-
1057
- <hr>
1058
- <dt>
1059
- <h4 class="name" id="getDraggable"><span class="type-signature"></span>getDraggable()</h4>
1060
-
1061
-
1062
- </dt>
1063
- <dd>
1064
-
1065
-
1066
- <div class="description">
1067
- Gets whether this marker is draggable or not
1068
- </div>
1069
-
1070
-
1071
-
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
- <dl class="details">
1080
-
1081
-
1082
-
1083
-
1084
-
1085
-
1086
-
1087
-
1088
-
1089
-
1090
-
1091
-
1092
-
1093
-
1094
-
1095
-
1096
-
1097
-
1098
-
1099
-
1100
-
1101
-
1102
-
1103
-
1104
-
1105
-
1106
-
1107
-
1108
-
1109
-
1110
-
1111
-
1112
-
1113
-
1114
-
1115
- </dl>
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
-
1123
-
1124
-
1125
-
1126
-
1127
-
1128
-
1129
- <h5>Returns:</h5>
1130
-
1131
-
1132
- <div class="param-desc">
1133
- True if the marker is draggable
1134
- </div>
1135
-
1136
-
1137
-
1138
- <dl>
1139
- <dt>
1140
- Type
1141
- </dt>
1142
- <dd>
1143
-
1144
- <span class="param-type">bool</span>
1145
-
1146
-
1147
-
1148
- </dd>
1149
- </dl>
1150
-
1151
-
1152
-
1153
-
1154
-
1155
- </dd>
1156
-
1157
-
1158
-
1159
- <hr>
1160
- <dt>
1161
- <h4 class="name" id="getIcon"><span class="type-signature"></span>getIcon()</h4>
1162
-
1163
-
1164
- </dt>
1165
- <dd>
1166
-
1167
-
1168
- <div class="description">
1169
- Gets the marker icon image URL, without the protocol prefix
1170
- </div>
1171
-
1172
-
1173
-
1174
-
1175
-
1176
-
1177
-
1178
-
1179
-
1180
-
1181
- <dl class="details">
1182
-
1183
-
1184
-
1185
-
1186
-
1187
-
1188
-
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
-
1203
-
1204
-
1205
-
1206
-
1207
-
1208
-
1209
-
1210
-
1211
-
1212
-
1213
-
1214
-
1215
-
1216
-
1217
- </dl>
1218
-
1219
-
1220
-
1221
-
1222
-
1223
-
1224
-
1225
-
1226
-
1227
-
1228
-
1229
-
1230
-
1231
- <h5>Returns:</h5>
1232
-
1233
-
1234
- <div class="param-desc">
1235
- The URL to the markers icon image
1236
- </div>
1237
-
1238
-
1239
-
1240
- <dl>
1241
- <dt>
1242
- Type
1243
- </dt>
1244
- <dd>
1245
-
1246
- <span class="param-type">string</span>
1247
-
1248
-
1249
-
1250
- </dd>
1251
- </dl>
1252
-
1253
-
1254
-
1255
-
1256
-
1257
- </dd>
1258
-
1259
-
1260
-
1261
- <hr>
1262
- <dt>
1263
- <h4 class="name" id="getPosition"><span class="type-signature"></span>getPosition()</h4>
1264
-
1265
-
1266
- </dt>
1267
- <dd>
1268
-
1269
-
1270
- <div class="description">
1271
- Gets the position of the marker
1272
- </div>
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
- <dl class="details">
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
-
1301
-
1302
-
1303
-
1304
-
1305
-
1306
-
1307
-
1308
-
1309
-
1310
-
1311
-
1312
-
1313
-
1314
-
1315
-
1316
-
1317
-
1318
-
1319
- </dl>
1320
-
1321
-
1322
-
1323
-
1324
-
1325
-
1326
-
1327
-
1328
-
1329
-
1330
-
1331
-
1332
-
1333
- <h5>Returns:</h5>
1334
-
1335
-
1336
- <div class="param-desc">
1337
- LatLng literal of this markers position
1338
- </div>
1339
-
1340
-
1341
-
1342
- <dl>
1343
- <dt>
1344
- Type
1345
- </dt>
1346
- <dd>
1347
-
1348
- <span class="param-type">object</span>
1349
-
1350
-
1351
-
1352
- </dd>
1353
- </dl>
1354
-
1355
-
1356
-
1357
-
1358
-
1359
- </dd>
1360
-
1361
-
1362
-
1363
- <hr>
1364
- <dt>
1365
- <h4 class="name" id="getVisible"><span class="type-signature"></span>getVisible()</h4>
1366
-
1367
-
1368
- </dt>
1369
- <dd>
1370
-
1371
-
1372
- <div class="description">
1373
- Get the marker visibility
1374
- </div>
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
- <dl class="details">
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
-
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
-
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
-
1417
-
1418
-
1419
-
1420
-
1421
- <dt class="tag-todo method-doc-label method-doc-details-label">To Do:</dt>
1422
- <dd class="tag-todo">
1423
- <ul>
1424
- <li>Implement</li>
1425
- </ul>
1426
- </dd>
1427
-
1428
- </dl>
1429
-
1430
-
1431
-
1432
-
1433
-
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
-
1442
-
1443
-
1444
- </dd>
1445
-
1446
-
1447
-
1448
- <hr>
1449
- <dt>
1450
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1451
-
1452
-
1453
- </dt>
1454
- <dd>
1455
-
1456
-
1457
- <div class="description">
1458
- Test for listeners of type on this object
1459
- </div>
1460
-
1461
-
1462
-
1463
-
1464
-
1465
-
1466
-
1467
-
1468
- <h5>Parameters:</h5>
1469
-
1470
-
1471
- <table class="params table table-striped">
1472
- <thead>
1473
- <tr>
1474
-
1475
- <th>Name</th>
1476
-
1477
-
1478
- <th>Type</th>
1479
-
1480
-
1481
-
1482
-
1483
-
1484
- <th class="last">Description</th>
1485
- </tr>
1486
- </thead>
1487
-
1488
- <tbody>
1489
-
1490
-
1491
- <tr>
1492
-
1493
- <td class="name"><code>type</code></td>
1494
-
1495
-
1496
- <td class="type">
1497
-
1498
-
1499
- <span class="param-type">string</span>
1500
-
1501
-
1502
-
1503
-
1504
- </td>
1505
-
1506
-
1507
-
1508
-
1509
-
1510
- <td class="description last">The event type to test for</td>
1511
- </tr>
1512
-
1513
-
1514
- </tbody>
1515
- </table>
1516
-
1517
-
1518
-
1519
-
1520
- <dl class="details">
1521
-
1522
-
1523
-
1524
-
1525
-
1526
-
1527
-
1528
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1529
- <dd class="inherited-from">
1530
- <ul class="dummy">
1531
- <li>
1532
- <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1533
- </li>
1534
- </ul>
1535
- </dd>
1536
-
1537
-
1538
-
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
-
1552
-
1553
-
1554
-
1555
-
1556
-
1557
-
1558
-
1559
-
1560
-
1561
-
1562
-
1563
-
1564
-
1565
- </dl>
1566
-
1567
-
1568
-
1569
-
1570
-
1571
-
1572
-
1573
-
1574
-
1575
-
1576
-
1577
-
1578
-
1579
- <h5>Returns:</h5>
1580
-
1581
-
1582
- <div class="param-desc">
1583
- True if this object has listeners bound for the specified type
1584
- </div>
1585
-
1586
-
1587
-
1588
- <dl>
1589
- <dt>
1590
- Type
1591
- </dt>
1592
- <dd>
1593
-
1594
- <span class="param-type">bool</span>
1595
-
1596
-
1597
-
1598
- </dd>
1599
- </dl>
1600
-
1601
-
1602
-
1603
-
1604
-
1605
- </dd>
1606
-
1607
-
1608
-
1609
- <hr>
1610
- <dt>
1611
- <h4 class="name" id="hidePreviousInteractedInfoWindow"><span class="type-signature"></span>hidePreviousInteractedInfoWindow()</h4>
1612
-
1613
-
1614
- </dt>
1615
- <dd>
1616
-
1617
-
1618
- <div class="description">
1619
- This function will hide the last info the user interacted with, so that only one InfoWindow can be open at any given moment.
1620
- </div>
1621
-
1622
-
1623
-
1624
-
1625
-
1626
-
1627
-
1628
-
1629
-
1630
-
1631
- <dl class="details">
1632
-
1633
-
1634
-
1635
-
1636
-
1637
-
1638
-
1639
-
1640
-
1641
-
1642
-
1643
-
1644
-
1645
-
1646
-
1647
-
1648
-
1649
-
1650
-
1651
-
1652
-
1653
-
1654
-
1655
-
1656
-
1657
-
1658
-
1659
-
1660
-
1661
-
1662
-
1663
-
1664
-
1665
-
1666
-
1667
- </dl>
1668
-
1669
-
1670
-
1671
-
1672
-
1673
-
1674
-
1675
-
1676
-
1677
-
1678
-
1679
-
1680
-
1681
-
1682
-
1683
- </dd>
1684
-
1685
-
1686
-
1687
- <hr>
1688
- <dt>
1689
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1690
-
1691
-
1692
- </dt>
1693
- <dd>
1694
-
1695
-
1696
- <div class="description">
1697
- Alias for removeEventListener
1698
- </div>
1699
-
1700
-
1701
-
1702
-
1703
-
1704
-
1705
-
1706
-
1707
-
1708
-
1709
- <dl class="details">
1710
-
1711
-
1712
-
1713
-
1714
-
1715
-
1716
-
1717
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1718
- <dd class="inherited-from">
1719
- <ul class="dummy">
1720
- <li>
1721
- <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1722
- </li>
1723
- </ul>
1724
- </dd>
1725
-
1726
-
1727
-
1728
-
1729
-
1730
-
1731
-
1732
-
1733
-
1734
-
1735
-
1736
-
1737
-
1738
-
1739
-
1740
-
1741
-
1742
-
1743
-
1744
-
1745
-
1746
-
1747
-
1748
-
1749
-
1750
-
1751
-
1752
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1753
- <dd class="tag-see">
1754
- <ul>
1755
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1756
- </ul>
1757
- </dd>
1758
-
1759
-
1760
-
1761
- </dl>
1762
-
1763
-
1764
-
1765
-
1766
-
1767
-
1768
-
1769
-
1770
-
1771
-
1772
-
1773
-
1774
-
1775
-
1776
-
1777
- </dd>
1778
-
1779
-
1780
-
1781
- <hr>
1782
- <dt>
1783
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1784
-
1785
-
1786
- </dt>
1787
- <dd>
1788
-
1789
-
1790
- <div class="description">
1791
- Alias for addEventListener
1792
- </div>
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
- <dl class="details">
1804
-
1805
-
1806
-
1807
-
1808
-
1809
-
1810
-
1811
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1812
- <dd class="inherited-from">
1813
- <ul class="dummy">
1814
- <li>
1815
- <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1816
- </li>
1817
- </ul>
1818
- </dd>
1819
-
1820
-
1821
-
1822
-
1823
-
1824
-
1825
-
1826
-
1827
-
1828
-
1829
-
1830
-
1831
-
1832
-
1833
-
1834
-
1835
-
1836
-
1837
-
1838
-
1839
-
1840
-
1841
-
1842
-
1843
-
1844
-
1845
-
1846
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1847
- <dd class="tag-see">
1848
- <ul>
1849
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1850
- </ul>
1851
- </dd>
1852
-
1853
-
1854
-
1855
- </dl>
1856
-
1857
-
1858
-
1859
-
1860
-
1861
-
1862
-
1863
-
1864
-
1865
-
1866
-
1867
-
1868
-
1869
-
1870
-
1871
- </dd>
1872
-
1873
-
1874
-
1875
- <hr>
1876
- <dt>
1877
- <h4 class="name" id="onAdded"><span class="type-signature"></span>onAdded()</h4>
1878
-
1879
-
1880
- </dt>
1881
- <dd>
1882
-
1883
-
1884
- <div class="description">
1885
- Called when the marker has been added to a map
1886
- </div>
1887
-
1888
-
1889
-
1890
-
1891
-
1892
-
1893
-
1894
-
1895
-
1896
-
1897
- <dl class="details">
1898
-
1899
-
1900
-
1901
-
1902
-
1903
-
1904
-
1905
-
1906
-
1907
-
1908
-
1909
-
1910
-
1911
-
1912
-
1913
-
1914
-
1915
-
1916
-
1917
-
1918
-
1919
-
1920
-
1921
-
1922
-
1923
-
1924
-
1925
-
1926
-
1927
-
1928
-
1929
-
1930
-
1931
-
1932
-
1933
- </dl>
1934
-
1935
-
1936
-
1937
-
1938
-
1939
-
1940
-
1941
-
1942
-
1943
-
1944
-
1945
-
1946
-
1947
-
1948
-
1949
- </dd>
1950
-
1951
-
1952
-
1953
- <hr>
1954
- <dt>
1955
- <h4 class="name" id="onClick"><span class="type-signature"></span>onClick()</h4>
1956
-
1957
-
1958
- </dt>
1959
- <dd>
1960
-
1961
-
1962
- <div class="description">
1963
- Called when the marker has been clicked
1964
- </div>
1965
-
1966
-
1967
-
1968
-
1969
-
1970
-
1971
-
1972
-
1973
-
1974
-
1975
- <dl class="details">
1976
-
1977
-
1978
-
1979
-
1980
-
1981
-
1982
-
1983
-
1984
-
1985
-
1986
-
1987
-
1988
-
1989
-
1990
-
1991
-
1992
-
1993
-
1994
-
1995
-
1996
-
1997
-
1998
-
1999
-
2000
-
2001
-
2002
-
2003
-
2004
-
2005
-
2006
-
2007
-
2008
-
2009
-
2010
-
2011
- </dl>
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
- </dd>
2028
-
2029
-
2030
-
2031
- <hr>
2032
- <dt>
2033
- <h4 class="name" id="onMouseOver"><span class="type-signature"></span>onMouseOver()</h4>
2034
-
2035
-
2036
- </dt>
2037
- <dd>
2038
-
2039
-
2040
- <div class="description">
2041
- Called when the user hovers the mouse over this marker
2042
- </div>
2043
-
2044
-
2045
-
2046
-
2047
-
2048
-
2049
-
2050
-
2051
-
2052
-
2053
- <dl class="details">
2054
-
2055
-
2056
-
2057
-
2058
-
2059
-
2060
-
2061
-
2062
-
2063
-
2064
-
2065
-
2066
-
2067
-
2068
-
2069
-
2070
-
2071
-
2072
-
2073
-
2074
-
2075
-
2076
-
2077
-
2078
-
2079
-
2080
-
2081
-
2082
-
2083
-
2084
-
2085
-
2086
-
2087
-
2088
-
2089
- </dl>
2090
-
2091
-
2092
-
2093
-
2094
-
2095
-
2096
-
2097
-
2098
-
2099
-
2100
-
2101
-
2102
-
2103
-
2104
-
2105
- </dd>
2106
-
2107
-
2108
-
2109
- <hr>
2110
- <dt>
2111
- <h4 class="name" id="onSelect"><span class="type-signature"></span>onSelect()</h4>
2112
-
2113
-
2114
- </dt>
2115
- <dd>
2116
-
2117
-
2118
- <div class="description">
2119
- Called when the marker has been selected, either by the icon being clicked, or from a marker listing
2120
- </div>
2121
-
2122
-
2123
-
2124
-
2125
-
2126
-
2127
-
2128
-
2129
-
2130
-
2131
- <dl class="details">
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
-
2144
-
2145
-
2146
-
2147
-
2148
-
2149
-
2150
-
2151
-
2152
-
2153
-
2154
-
2155
-
2156
-
2157
-
2158
-
2159
-
2160
-
2161
-
2162
-
2163
-
2164
-
2165
-
2166
-
2167
- </dl>
2168
-
2169
-
2170
-
2171
-
2172
-
2173
-
2174
-
2175
-
2176
-
2177
-
2178
-
2179
-
2180
-
2181
-
2182
-
2183
- </dd>
2184
-
2185
-
2186
-
2187
- <hr>
2188
- <dt>
2189
- <h4 class="name" id="openInfoWindow"><span class="type-signature"></span>openInfoWindow()</h4>
2190
-
2191
-
2192
- </dt>
2193
- <dd>
2194
-
2195
-
2196
- <div class="description">
2197
- Placeholder for future use
2198
- </div>
2199
-
2200
-
2201
-
2202
-
2203
-
2204
-
2205
-
2206
-
2207
-
2208
-
2209
- <dl class="details">
2210
-
2211
-
2212
-
2213
-
2214
-
2215
-
2216
-
2217
-
2218
-
2219
-
2220
-
2221
-
2222
-
2223
-
2224
-
2225
-
2226
-
2227
-
2228
-
2229
-
2230
-
2231
-
2232
-
2233
-
2234
-
2235
-
2236
-
2237
-
2238
-
2239
-
2240
-
2241
-
2242
-
2243
-
2244
-
2245
- </dl>
2246
-
2247
-
2248
-
2249
-
2250
-
2251
-
2252
-
2253
-
2254
-
2255
-
2256
-
2257
-
2258
-
2259
-
2260
-
2261
- </dd>
2262
-
2263
-
2264
-
2265
- <hr>
2266
- <dt>
2267
- <h4 class="name" id="panIntoView"><span class="type-signature"></span>panIntoView()</h4>
2268
-
2269
-
2270
- </dt>
2271
- <dd>
2272
-
2273
-
2274
- <div class="description">
2275
- Centers the map this marker belongs to on this marker
2276
- </div>
2277
-
2278
-
2279
-
2280
-
2281
-
2282
-
2283
-
2284
-
2285
-
2286
-
2287
- <dl class="details">
2288
-
2289
-
2290
-
2291
-
2292
-
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
-
2300
-
2301
-
2302
-
2303
-
2304
-
2305
-
2306
-
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
-
2318
-
2319
-
2320
-
2321
-
2322
-
2323
- </dl>
2324
-
2325
-
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
- <h5>Throws:</h5>
2336
-
2337
-
2338
-
2339
- <div class="param-desc">
2340
-
2341
- Marker hasn't been added to a map
2342
-
2343
- </div>
2344
-
2345
-
2346
-
2347
-
2348
-
2349
-
2350
-
2351
- </dd>
2352
-
2353
-
2354
-
2355
- <hr>
2356
- <dt>
2357
- <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
2358
-
2359
-
2360
- </dt>
2361
- <dd>
2362
-
2363
-
2364
- <div class="description">
2365
- Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
2366
- </div>
2367
-
2368
-
2369
-
2370
-
2371
-
2372
-
2373
-
2374
-
2375
- <h5>Parameters:</h5>
2376
-
2377
-
2378
- <table class="params table table-striped">
2379
- <thead>
2380
- <tr>
2381
-
2382
- <th>Name</th>
2383
-
2384
-
2385
- <th>Type</th>
2386
-
2387
-
2388
-
2389
-
2390
-
2391
- <th class="last">Description</th>
2392
- </tr>
2393
- </thead>
2394
-
2395
- <tbody>
2396
-
2397
-
2398
- <tr>
2399
-
2400
- <td class="name"><code>string</code></td>
2401
-
2402
-
2403
- <td class="type">
2404
-
2405
-
2406
- <span class="param-type">string</span>
2407
-
2408
-
2409
-
2410
-
2411
- </td>
2412
-
2413
-
2414
-
2415
-
2416
-
2417
- <td class="description last">The string to parse numbers from</td>
2418
- </tr>
2419
-
2420
-
2421
- </tbody>
2422
- </table>
2423
-
2424
-
2425
-
2426
-
2427
- <dl class="details">
2428
-
2429
-
2430
-
2431
-
2432
-
2433
-
2434
-
2435
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2436
- <dd class="inherited-from">
2437
- <ul class="dummy">
2438
- <li>
2439
- <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
2440
- </li>
2441
- </ul>
2442
- </dd>
2443
-
2444
-
2445
-
2446
-
2447
-
2448
-
2449
-
2450
-
2451
-
2452
-
2453
-
2454
-
2455
-
2456
-
2457
-
2458
-
2459
-
2460
-
2461
-
2462
-
2463
-
2464
-
2465
-
2466
-
2467
-
2468
-
2469
-
2470
-
2471
-
2472
- </dl>
2473
-
2474
-
2475
-
2476
-
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
-
2485
-
2486
- <h5>Returns:</h5>
2487
-
2488
-
2489
- <div class="param-desc">
2490
- An array of LatLng literals parsed from the string
2491
- </div>
2492
-
2493
-
2494
-
2495
- <dl>
2496
- <dt>
2497
- Type
2498
- </dt>
2499
- <dd>
2500
-
2501
- <span class="param-type">array</span>
2502
-
2503
-
2504
-
2505
- </dd>
2506
- </dl>
2507
-
2508
-
2509
-
2510
-
2511
-
2512
- </dd>
2513
-
2514
-
2515
-
2516
- <hr>
2517
- <dt>
2518
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
2519
-
2520
-
2521
- </dt>
2522
- <dd>
2523
-
2524
-
2525
- <div class="description">
2526
- Removes event listeners from this object
2527
- </div>
2528
-
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
- <h5>Parameters:</h5>
2537
-
2538
-
2539
- <table class="params table table-striped">
2540
- <thead>
2541
- <tr>
2542
-
2543
- <th>Name</th>
2544
-
2545
-
2546
- <th>Type</th>
2547
-
2548
-
2549
- <th>Argument</th>
2550
-
2551
-
2552
-
2553
-
2554
- <th class="last">Description</th>
2555
- </tr>
2556
- </thead>
2557
-
2558
- <tbody>
2559
-
2560
-
2561
- <tr>
2562
-
2563
- <td class="name"><code>type</code></td>
2564
-
2565
-
2566
- <td class="type">
2567
-
2568
-
2569
- <span class="param-type">string</span>
2570
-
2571
-
2572
-
2573
-
2574
- </td>
2575
-
2576
-
2577
- <td class="attributes">
2578
-
2579
-
2580
-
2581
-
2582
-
2583
- </td>
2584
-
2585
-
2586
-
2587
-
2588
- <td class="description last">The event type to remove listeners from</td>
2589
- </tr>
2590
-
2591
-
2592
-
2593
- <tr>
2594
-
2595
- <td class="name"><code>listener</code></td>
2596
-
2597
-
2598
- <td class="type">
2599
-
2600
-
2601
- <span class="param-type">function</span>
2602
-
2603
-
2604
-
2605
-
2606
- </td>
2607
-
2608
-
2609
- <td class="attributes">
2610
-
2611
- &lt;optional><br>
2612
-
2613
-
2614
-
2615
-
2616
-
2617
- </td>
2618
-
2619
-
2620
-
2621
-
2622
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
2623
- </tr>
2624
-
2625
-
2626
-
2627
- <tr>
2628
-
2629
- <td class="name"><code>thisObject</code></td>
2630
-
2631
-
2632
- <td class="type">
2633
-
2634
-
2635
- <span class="param-type">object</span>
2636
-
2637
-
2638
-
2639
-
2640
- </td>
2641
-
2642
-
2643
- <td class="attributes">
2644
-
2645
- &lt;optional><br>
2646
-
2647
-
2648
-
2649
-
2650
-
2651
- </td>
2652
-
2653
-
2654
-
2655
-
2656
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
2657
- </tr>
2658
-
2659
-
2660
-
2661
- <tr>
2662
-
2663
- <td class="name"><code>useCapture</code></td>
2664
-
2665
-
2666
- <td class="type">
2667
-
2668
-
2669
- <span class="param-type">bool</span>
2670
-
2671
-
2672
-
2673
-
2674
- </td>
2675
-
2676
-
2677
- <td class="attributes">
2678
-
2679
- &lt;optional><br>
2680
-
2681
-
2682
-
2683
-
2684
-
2685
- </td>
2686
-
2687
-
2688
-
2689
-
2690
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
2691
- </tr>
2692
-
2693
-
2694
- </tbody>
2695
- </table>
2696
-
2697
-
2698
-
2699
-
2700
- <dl class="details">
2701
-
2702
-
2703
-
2704
-
2705
-
2706
-
2707
-
2708
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2709
- <dd class="inherited-from">
2710
- <ul class="dummy">
2711
- <li>
2712
- <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
2713
- </li>
2714
- </ul>
2715
- </dd>
2716
-
2717
-
2718
-
2719
-
2720
-
2721
-
2722
-
2723
-
2724
-
2725
-
2726
-
2727
-
2728
-
2729
-
2730
-
2731
-
2732
-
2733
-
2734
-
2735
-
2736
-
2737
-
2738
-
2739
-
2740
-
2741
-
2742
-
2743
-
2744
-
2745
- </dl>
2746
-
2747
-
2748
-
2749
-
2750
-
2751
-
2752
-
2753
-
2754
-
2755
-
2756
-
2757
-
2758
-
2759
-
2760
-
2761
- </dd>
2762
-
2763
-
2764
-
2765
- <hr>
2766
- <dt>
2767
- <h4 class="name" id="setAnimation"><span class="type-signature"></span>setAnimation(animation)</h4>
2768
-
2769
-
2770
- </dt>
2771
- <dd>
2772
-
2773
-
2774
- <div class="description">
2775
- Sets the animation for this marker (see WPGMZA.Marker ANIMATION_* constants).
2776
- </div>
2777
-
2778
-
2779
-
2780
-
2781
-
2782
-
2783
-
2784
-
2785
- <h5>Parameters:</h5>
2786
-
2787
-
2788
- <table class="params table table-striped">
2789
- <thead>
2790
- <tr>
2791
-
2792
- <th>Name</th>
2793
-
2794
-
2795
- <th>Type</th>
2796
-
2797
-
2798
-
2799
-
2800
-
2801
- <th class="last">Description</th>
2802
- </tr>
2803
- </thead>
2804
-
2805
- <tbody>
2806
-
2807
-
2808
- <tr>
2809
-
2810
- <td class="name"><code>animation</code></td>
2811
-
2812
-
2813
- <td class="type">
2814
-
2815
-
2816
- <span class="param-type">int</span>
2817
-
2818
-
2819
-
2820
-
2821
- </td>
2822
-
2823
-
2824
-
2825
-
2826
-
2827
- <td class="description last">The animation to set.</td>
2828
- </tr>
2829
-
2830
-
2831
- </tbody>
2832
- </table>
2833
-
2834
-
2835
-
2836
-
2837
- <dl class="details">
2838
-
2839
-
2840
-
2841
-
2842
-
2843
-
2844
-
2845
-
2846
-
2847
-
2848
-
2849
-
2850
-
2851
-
2852
-
2853
-
2854
-
2855
-
2856
-
2857
-
2858
-
2859
-
2860
-
2861
-
2862
-
2863
-
2864
-
2865
-
2866
-
2867
-
2868
-
2869
-
2870
-
2871
-
2872
-
2873
- </dl>
2874
-
2875
-
2876
-
2877
-
2878
-
2879
-
2880
-
2881
-
2882
-
2883
-
2884
-
2885
-
2886
-
2887
-
2888
-
2889
- </dd>
2890
-
2891
-
2892
-
2893
- <hr>
2894
- <dt>
2895
- <h4 class="name" id="setDraggable"><span class="type-signature"></span>setDraggable(draggable)</h4>
2896
-
2897
-
2898
- </dt>
2899
- <dd>
2900
-
2901
-
2902
- <div class="description">
2903
- Sets whether the marker is draggable
2904
- </div>
2905
-
2906
-
2907
-
2908
-
2909
-
2910
-
2911
-
2912
-
2913
- <h5>Parameters:</h5>
2914
-
2915
-
2916
- <table class="params table table-striped">
2917
- <thead>
2918
- <tr>
2919
-
2920
- <th>Name</th>
2921
-
2922
-
2923
- <th>Type</th>
2924
-
2925
-
2926
-
2927
-
2928
-
2929
- <th class="last">Description</th>
2930
- </tr>
2931
- </thead>
2932
-
2933
- <tbody>
2934
-
2935
-
2936
- <tr>
2937
-
2938
- <td class="name"><code>draggable</code></td>
2939
-
2940
-
2941
- <td class="type">
2942
-
2943
-
2944
- <span class="param-type">bool</span>
2945
-
2946
-
2947
-
2948
-
2949
- </td>
2950
-
2951
-
2952
-
2953
-
2954
-
2955
- <td class="description last">Set to true to make this marker draggable</td>
2956
- </tr>
2957
-
2958
-
2959
- </tbody>
2960
- </table>
2961
-
2962
-
2963
-
2964
-
2965
- <dl class="details">
2966
-
2967
-
2968
-
2969
-
2970
-
2971
-
2972
-
2973
-
2974
-
2975
-
2976
-
2977
-
2978
-
2979
-
2980
-
2981
-
2982
-
2983
-
2984
-
2985
-
2986
-
2987
-
2988
-
2989
-
2990
-
2991
-
2992
-
2993
-
2994
-
2995
-
2996
-
2997
-
2998
-
2999
-
3000
-
3001
- </dl>
3002
-
3003
-
3004
-
3005
-
3006
-
3007
-
3008
-
3009
-
3010
-
3011
-
3012
-
3013
-
3014
-
3015
-
3016
-
3017
- </dd>
3018
-
3019
-
3020
-
3021
- <hr>
3022
- <dt>
3023
- <h4 class="name" id="setMap"><span class="type-signature"></span>setMap(map)</h4>
3024
-
3025
-
3026
- </dt>
3027
- <dd>
3028
-
3029
-
3030
- <div class="description">
3031
- Sets the map this marker should be displayed on. If it is already on a map, it will be removed from that map first, before being added to the supplied map.
3032
- </div>
3033
-
3034
-
3035
-
3036
-
3037
-
3038
-
3039
-
3040
-
3041
- <h5>Parameters:</h5>
3042
-
3043
-
3044
- <table class="params table table-striped">
3045
- <thead>
3046
- <tr>
3047
-
3048
- <th>Name</th>
3049
-
3050
-
3051
- <th>Type</th>
3052
-
3053
-
3054
-
3055
-
3056
-
3057
- <th class="last">Description</th>
3058
- </tr>
3059
- </thead>
3060
-
3061
- <tbody>
3062
-
3063
-
3064
- <tr>
3065
-
3066
- <td class="name"><code>map</code></td>
3067
-
3068
-
3069
- <td class="type">
3070
-
3071
-
3072
- <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
3073
-
3074
-
3075
-
3076
-
3077
- </td>
3078
-
3079
-
3080
-
3081
-
3082
-
3083
- <td class="description last">The map to add this markmer to</td>
3084
- </tr>
3085
-
3086
-
3087
- </tbody>
3088
- </table>
3089
-
3090
-
3091
-
3092
-
3093
- <dl class="details">
3094
-
3095
-
3096
-
3097
-
3098
-
3099
-
3100
-
3101
-
3102
-
3103
-
3104
-
3105
-
3106
-
3107
-
3108
-
3109
-
3110
-
3111
-
3112
-
3113
-
3114
-
3115
-
3116
-
3117
-
3118
-
3119
-
3120
-
3121
-
3122
-
3123
-
3124
-
3125
-
3126
-
3127
-
3128
-
3129
- </dl>
3130
-
3131
-
3132
-
3133
-
3134
-
3135
-
3136
-
3137
-
3138
-
3139
-
3140
-
3141
-
3142
-
3143
-
3144
-
3145
- </dd>
3146
-
3147
-
3148
-
3149
- <hr>
3150
- <dt>
3151
- <h4 class="name" id="setOptions"><span class="type-signature"></span>setOptions(options)</h4>
3152
-
3153
-
3154
- </dt>
3155
- <dd>
3156
-
3157
-
3158
- <div class="description">
3159
- Sets options on this marker
3160
- </div>
3161
-
3162
-
3163
-
3164
-
3165
-
3166
-
3167
-
3168
-
3169
- <h5>Parameters:</h5>
3170
-
3171
-
3172
- <table class="params table table-striped">
3173
- <thead>
3174
- <tr>
3175
-
3176
- <th>Name</th>
3177
-
3178
-
3179
- <th>Type</th>
3180
-
3181
-
3182
-
3183
-
3184
-
3185
- <th class="last">Description</th>
3186
- </tr>
3187
- </thead>
3188
-
3189
- <tbody>
3190
-
3191
-
3192
- <tr>
3193
-
3194
- <td class="name"><code>options</code></td>
3195
-
3196
-
3197
- <td class="type">
3198
-
3199
-
3200
- <span class="param-type">object</span>
3201
-
3202
-
3203
-
3204
-
3205
- </td>
3206
-
3207
-
3208
-
3209
-
3210
-
3211
- <td class="description last">An object containing the options to be set</td>
3212
- </tr>
3213
-
3214
-
3215
- </tbody>
3216
- </table>
3217
-
3218
-
3219
-
3220
-
3221
- <dl class="details">
3222
-
3223
-
3224
-
3225
-
3226
-
3227
-
3228
-
3229
-
3230
-
3231
-
3232
-
3233
-
3234
-
3235
-
3236
-
3237
-
3238
-
3239
-
3240
-
3241
-
3242
-
3243
-
3244
-
3245
-
3246
-
3247
-
3248
-
3249
-
3250
-
3251
-
3252
-
3253
-
3254
-
3255
-
3256
-
3257
- </dl>
3258
-
3259
-
3260
-
3261
-
3262
-
3263
-
3264
-
3265
-
3266
-
3267
-
3268
-
3269
-
3270
-
3271
-
3272
-
3273
- </dd>
3274
-
3275
-
3276
-
3277
- <hr>
3278
- <dt>
3279
- <h4 class="name" id="setPosition"><span class="type-signature"></span>setPosition(latLng)</h4>
3280
-
3281
-
3282
- </dt>
3283
- <dd>
3284
-
3285
-
3286
- <div class="description">
3287
- Sets the position of the marker.
3288
- </div>
3289
-
3290
-
3291
-
3292
-
3293
-
3294
-
3295
-
3296
-
3297
- <h5>Parameters:</h5>
3298
-
3299
-
3300
- <table class="params table table-striped">
3301
- <thead>
3302
- <tr>
3303
-
3304
- <th>Name</th>
3305
-
3306
-
3307
- <th>Type</th>
3308
-
3309
-
3310
-
3311
-
3312
-
3313
- <th class="last">Description</th>
3314
- </tr>
3315
- </thead>
3316
-
3317
- <tbody>
3318
-
3319
-
3320
- <tr>
3321
-
3322
- <td class="name"><code>latLng</code></td>
3323
-
3324
-
3325
- <td class="type">
3326
-
3327
-
3328
- <span class="param-type">object</span>
3329
- |
3330
-
3331
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
3332
-
3333
-
3334
-
3335
-
3336
- </td>
3337
-
3338
-
3339
-
3340
-
3341
-
3342
- <td class="description last">The position either as a LatLng literal or instance of WPGMZA.LatLng.</td>
3343
- </tr>
3344
-
3345
-
3346
- </tbody>
3347
- </table>
3348
-
3349
-
3350
-
3351
-
3352
- <dl class="details">
3353
-
3354
-
3355
-
3356
-
3357
-
3358
-
3359
-
3360
-
3361
-
3362
-
3363
-
3364
-
3365
-
3366
-
3367
-
3368
-
3369
-
3370
-
3371
-
3372
-
3373
-
3374
-
3375
-
3376
-
3377
-
3378
-
3379
-
3380
-
3381
-
3382
-
3383
-
3384
-
3385
-
3386
-
3387
-
3388
- </dl>
3389
-
3390
-
3391
-
3392
-
3393
-
3394
-
3395
-
3396
-
3397
-
3398
-
3399
-
3400
-
3401
-
3402
-
3403
-
3404
- </dd>
3405
-
3406
-
3407
-
3408
- <hr>
3409
- <dt>
3410
- <h4 class="name" id="setVisible"><span class="type-signature"></span>setVisible(visible)</h4>
3411
-
3412
-
3413
- </dt>
3414
- <dd>
3415
-
3416
-
3417
- <div class="description">
3418
- Set the marker visibility. This is used by the store locator etc. and is not a setting. Closes the InfoWindow if the marker is being hidden and the InfoWindow for this marker is open.
3419
- </div>
3420
-
3421
-
3422
-
3423
-
3424
-
3425
-
3426
-
3427
-
3428
- <h5>Parameters:</h5>
3429
-
3430
-
3431
- <table class="params table table-striped">
3432
- <thead>
3433
- <tr>
3434
-
3435
- <th>Name</th>
3436
-
3437
-
3438
- <th>Type</th>
3439
-
3440
-
3441
-
3442
-
3443
-
3444
- <th class="last">Description</th>
3445
- </tr>
3446
- </thead>
3447
-
3448
- <tbody>
3449
-
3450
-
3451
- <tr>
3452
-
3453
- <td class="name"><code>visible</code></td>
3454
-
3455
-
3456
- <td class="type">
3457
-
3458
-
3459
- <span class="param-type">bool</span>
3460
-
3461
-
3462
-
3463
-
3464
- </td>
3465
-
3466
-
3467
-
3468
-
3469
-
3470
- <td class="description last">Whether the marker should be visible or not</td>
3471
- </tr>
3472
-
3473
-
3474
- </tbody>
3475
- </table>
3476
-
3477
-
3478
-
3479
-
3480
- <dl class="details">
3481
-
3482
-
3483
-
3484
-
3485
-
3486
-
3487
-
3488
-
3489
-
3490
-
3491
-
3492
-
3493
-
3494
-
3495
-
3496
-
3497
-
3498
-
3499
-
3500
-
3501
-
3502
-
3503
-
3504
-
3505
-
3506
-
3507
-
3508
-
3509
-
3510
-
3511
-
3512
-
3513
-
3514
-
3515
-
3516
- </dl>
3517
-
3518
-
3519
-
3520
-
3521
-
3522
-
3523
-
3524
-
3525
-
3526
-
3527
-
3528
-
3529
-
3530
-
3531
-
3532
- </dd>
3533
-
3534
-
3535
-
3536
- <hr>
3537
- <dt>
3538
- <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
3539
-
3540
-
3541
- </dt>
3542
- <dd>
3543
-
3544
-
3545
- <div class="description">
3546
- Overrides MapObject.toJSON, serializes the marker to a JSON object
3547
- </div>
3548
-
3549
-
3550
-
3551
-
3552
-
3553
-
3554
-
3555
-
3556
-
3557
-
3558
- <dl class="details">
3559
-
3560
-
3561
-
3562
-
3563
-
3564
-
3565
-
3566
-
3567
-
3568
- <dt class="tag-overrides">Overrides:</dt>
3569
- <dd class="tag-overrides"><ul class="dummy"><li>
3570
- <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
3571
- </li></ul></dd>
3572
-
3573
-
3574
-
3575
-
3576
-
3577
-
3578
-
3579
-
3580
-
3581
-
3582
-
3583
-
3584
-
3585
-
3586
-
3587
-
3588
-
3589
-
3590
-
3591
-
3592
-
3593
-
3594
-
3595
-
3596
-
3597
-
3598
-
3599
- </dl>
3600
-
3601
-
3602
-
3603
-
3604
-
3605
-
3606
-
3607
-
3608
-
3609
-
3610
-
3611
-
3612
-
3613
- <h5>Returns:</h5>
3614
-
3615
-
3616
- <div class="param-desc">
3617
- A JSON representation of this marker
3618
- </div>
3619
-
3620
-
3621
-
3622
- <dl>
3623
- <dt>
3624
- Type
3625
- </dt>
3626
- <dd>
3627
-
3628
- <span class="param-type">object</span>
3629
-
3630
-
3631
-
3632
- </dd>
3633
- </dl>
3634
-
3635
-
3636
-
3637
-
3638
-
3639
- </dd>
3640
-
3641
-
3642
-
3643
- <hr>
3644
- <dt>
3645
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
3646
-
3647
-
3648
- </dt>
3649
- <dd>
3650
-
3651
-
3652
- <div class="description">
3653
- Alias for removeEventListener
3654
- </div>
3655
-
3656
-
3657
-
3658
-
3659
-
3660
-
3661
-
3662
-
3663
-
3664
-
3665
- <dl class="details">
3666
-
3667
-
3668
-
3669
-
3670
-
3671
-
3672
-
3673
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
3674
- <dd class="inherited-from">
3675
- <ul class="dummy">
3676
- <li>
3677
- <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
3678
- </li>
3679
- </ul>
3680
- </dd>
3681
-
3682
-
3683
-
3684
-
3685
-
3686
-
3687
-
3688
-
3689
-
3690
-
3691
-
3692
-
3693
-
3694
-
3695
-
3696
-
3697
-
3698
-
3699
-
3700
-
3701
-
3702
-
3703
-
3704
-
3705
-
3706
-
3707
-
3708
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
3709
- <dd class="tag-see">
3710
- <ul>
3711
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
3712
- </ul>
3713
- </dd>
3714
-
3715
-
3716
-
3717
- </dl>
3718
-
3719
-
3720
-
3721
-
3722
-
3723
-
3724
-
3725
-
3726
-
3727
-
3728
-
3729
-
3730
-
3731
-
3732
-
3733
- </dd>
3734
-
3735
- </dl>
3736
-
3737
-
3738
-
3739
-
3740
-
3741
- </article>
3742
-
3743
- </section>
3744
-
3745
-
3746
-
3747
-
3748
- </div>
3749
- </div>
3750
-
3751
- <div class="clearfix"></div>
3752
-
3753
-
3754
- <div class="col-md-3">
3755
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
3756
- </div>
3757
-
3758
-
3759
- </div>
3760
- </div>
3761
-
3762
-
3763
- <div class="modal fade" id="searchResults">
3764
- <div class="modal-dialog">
3765
- <div class="modal-content">
3766
- <div class="modal-header">
3767
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
3768
- <h4 class="modal-title">Search results</h4>
3769
- </div>
3770
- <div class="modal-body"></div>
3771
- <div class="modal-footer">
3772
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
3773
- </div>
3774
- </div><!-- /.modal-content -->
3775
- </div><!-- /.modal-dialog -->
3776
- </div>
3777
-
3778
-
3779
- <footer>
3780
-
3781
-
3782
- <span class="jsdoc-message">
3783
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
3784
-
3785
- on 2019-01-18T10:34:58+00:00
3786
-
3787
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
3788
- </span>
3789
- </footer>
3790
-
3791
- <script src="scripts/docstrap.lib.js"></script>
3792
- <script src="scripts/toc.js"></script>
3793
-
3794
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
3795
-
3796
-
3797
- <script>
3798
- $( function () {
3799
- $( "[id*='$']" ).each( function () {
3800
- var $this = $( this );
3801
-
3802
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
3803
- } );
3804
-
3805
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
3806
- var $this = $( this );
3807
-
3808
- var example = $this.find( "code" );
3809
- exampleText = example.html();
3810
- var lang = /{@lang (.*?)}/.exec( exampleText );
3811
- if ( lang && lang[1] ) {
3812
- exampleText = exampleText.replace( lang[0], "" );
3813
- example.html( exampleText );
3814
- lang = lang[1];
3815
- } else {
3816
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
3817
- lang = langClassMatch ? langClassMatch[1] : "javascript";
3818
- }
3819
-
3820
- if ( lang ) {
3821
-
3822
- $this
3823
- .addClass( "sunlight-highlight-" + lang )
3824
- .addClass( "linenums" )
3825
- .html( example.html() );
3826
-
3827
- }
3828
- } );
3829
-
3830
- Sunlight.highlightAll( {
3831
- lineNumbers : false,
3832
- showMenu : true,
3833
- enableDoclinks : true
3834
- } );
3835
-
3836
- $.catchAnchorLinks( {
3837
- navbarOffset: 10
3838
- } );
3839
- $( "#toc" ).toc( {
3840
- anchorName : function ( i, heading, prefix ) {
3841
- return $( heading ).attr( "id" ) || ( prefix + i );
3842
- },
3843
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
3844
- showAndHide : false,
3845
- smoothScrolling: true
3846
- } );
3847
-
3848
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
3849
- $( '.dropdown-toggle' ).dropdown();
3850
-
3851
- $( "table" ).each( function () {
3852
- var $this = $( this );
3853
- $this.addClass('table');
3854
- } );
3855
-
3856
- } );
3857
- </script>
3858
-
3859
-
3860
-
3861
- <!--Navigation and Symbol Display-->
3862
-
3863
-
3864
- <!--Google Analytics-->
3865
-
3866
-
3867
-
3868
- <script type="text/javascript">
3869
- $(document).ready(function() {
3870
- SearcherDisplay.init();
3871
- });
3872
- </script>
3873
-
3874
-
3875
- </body>
3876
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Marker</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Marker</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Marker
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Marker</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Marker"><span class="type-signature"></span>new Marker( [row])</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for markers. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+ <th>Argument</th>
128
+
129
+
130
+
131
+
132
+ <th class="last">Description</th>
133
+ </tr>
134
+ </thead>
135
+
136
+ <tbody>
137
+
138
+
139
+ <tr>
140
+
141
+ <td class="name"><code>row</code></td>
142
+
143
+
144
+ <td class="type">
145
+
146
+
147
+ <span class="param-type">object</span>
148
+
149
+
150
+
151
+
152
+ </td>
153
+
154
+
155
+ <td class="attributes">
156
+
157
+ &lt;optional><br>
158
+
159
+
160
+
161
+
162
+
163
+ </td>
164
+
165
+
166
+
167
+
168
+ <td class="description last">Data to map to this object (eg from the database)</td>
169
+ </tr>
170
+
171
+
172
+ </tbody>
173
+ </table>
174
+
175
+
176
+
177
+
178
+ <dl class="details">
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+ </dl>
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+ </dd>
231
+
232
+
233
+ </div>
234
+
235
+
236
+ <h3 class="subsection-title">Extends</h3>
237
+
238
+
239
+
240
+
241
+ <ul>
242
+ <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
243
+ </ul>
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+ <h3 class="subsection-title">Methods</h3>
260
+
261
+ <dl>
262
+
263
+ <hr>
264
+ <dt>
265
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance( [row])</h4>
266
+
267
+
268
+ </dt>
269
+ <dd>
270
+
271
+
272
+ <div class="description">
273
+ Creates an instance of a marker, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
274
+ </div>
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+ <h5>Parameters:</h5>
284
+
285
+
286
+ <table class="params table table-striped">
287
+ <thead>
288
+ <tr>
289
+
290
+ <th>Name</th>
291
+
292
+
293
+ <th>Type</th>
294
+
295
+
296
+ <th>Argument</th>
297
+
298
+
299
+
300
+
301
+ <th class="last">Description</th>
302
+ </tr>
303
+ </thead>
304
+
305
+ <tbody>
306
+
307
+
308
+ <tr>
309
+
310
+ <td class="name"><code>row</code></td>
311
+
312
+
313
+ <td class="type">
314
+
315
+
316
+ <span class="param-type">object</span>
317
+
318
+
319
+
320
+
321
+ </td>
322
+
323
+
324
+ <td class="attributes">
325
+
326
+ &lt;optional><br>
327
+
328
+
329
+
330
+
331
+
332
+ </td>
333
+
334
+
335
+
336
+
337
+ <td class="description last">Data to map to this object (eg from the database)</td>
338
+ </tr>
339
+
340
+
341
+ </tbody>
342
+ </table>
343
+
344
+
345
+
346
+
347
+ <dl class="details">
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+ </dl>
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+ </dd>
400
+
401
+
402
+
403
+ <hr>
404
+ <dt>
405
+ <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
406
+
407
+
408
+ </dt>
409
+ <dd>
410
+
411
+
412
+ <div class="description">
413
+ Returns the contructor to be used by createInstance, depending on the selected maps engine.
414
+ </div>
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+ <dl class="details">
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+ </dl>
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+ <h5>Returns:</h5>
476
+
477
+
478
+ <div class="param-desc">
479
+ The appropriate contructor
480
+ </div>
481
+
482
+
483
+
484
+ <dl>
485
+ <dt>
486
+ Type
487
+ </dt>
488
+ <dd>
489
+
490
+ <span class="param-type">function</span>
491
+
492
+
493
+
494
+ </dd>
495
+ </dl>
496
+
497
+
498
+
499
+
500
+
501
+ </dd>
502
+
503
+
504
+
505
+ <hr>
506
+ <dt>
507
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
508
+
509
+
510
+ </dt>
511
+ <dd>
512
+
513
+
514
+ <div class="description">
515
+ Handles the logic of triggering listeners
516
+ </div>
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+ <dl class="details">
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
536
+ <dd class="inherited-from">
537
+ <ul class="dummy">
538
+ <li>
539
+ <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
540
+ </li>
541
+ </ul>
542
+ </dd>
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+ </dl>
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+ </dd>
589
+
590
+
591
+
592
+ <hr>
593
+ <dt>
594
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
595
+
596
+
597
+ </dt>
598
+ <dd>
599
+
600
+
601
+ <div class="description">
602
+ Adds an event listener on this object
603
+ </div>
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+ <h5>Parameters:</h5>
613
+
614
+
615
+ <table class="params table table-striped">
616
+ <thead>
617
+ <tr>
618
+
619
+ <th>Name</th>
620
+
621
+
622
+ <th>Type</th>
623
+
624
+
625
+ <th>Argument</th>
626
+
627
+
628
+
629
+
630
+ <th class="last">Description</th>
631
+ </tr>
632
+ </thead>
633
+
634
+ <tbody>
635
+
636
+
637
+ <tr>
638
+
639
+ <td class="name"><code>type</code></td>
640
+
641
+
642
+ <td class="type">
643
+
644
+
645
+ <span class="param-type">string</span>
646
+
647
+
648
+
649
+
650
+ </td>
651
+
652
+
653
+ <td class="attributes">
654
+
655
+
656
+
657
+
658
+
659
+ </td>
660
+
661
+
662
+
663
+
664
+ <td class="description last">The event type, or multiple types separated by spaces</td>
665
+ </tr>
666
+
667
+
668
+
669
+ <tr>
670
+
671
+ <td class="name"><code>callback</code></td>
672
+
673
+
674
+ <td class="type">
675
+
676
+
677
+ <span class="param-type">function</span>
678
+
679
+
680
+
681
+
682
+ </td>
683
+
684
+
685
+ <td class="attributes">
686
+
687
+
688
+
689
+
690
+
691
+ </td>
692
+
693
+
694
+
695
+
696
+ <td class="description last">The callback to call when the event fires</td>
697
+ </tr>
698
+
699
+
700
+
701
+ <tr>
702
+
703
+ <td class="name"><code>thisObject</code></td>
704
+
705
+
706
+ <td class="type">
707
+
708
+
709
+ <span class="param-type">object</span>
710
+
711
+
712
+
713
+
714
+ </td>
715
+
716
+
717
+ <td class="attributes">
718
+
719
+ &lt;optional><br>
720
+
721
+
722
+
723
+
724
+
725
+ </td>
726
+
727
+
728
+
729
+
730
+ <td class="description last">The object to use as "this" when firing the callback</td>
731
+ </tr>
732
+
733
+
734
+
735
+ <tr>
736
+
737
+ <td class="name"><code>useCapture</code></td>
738
+
739
+
740
+ <td class="type">
741
+
742
+
743
+ <span class="param-type">bool</span>
744
+
745
+
746
+
747
+
748
+ </td>
749
+
750
+
751
+ <td class="attributes">
752
+
753
+ &lt;optional><br>
754
+
755
+
756
+
757
+
758
+
759
+ </td>
760
+
761
+
762
+
763
+
764
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
765
+ </tr>
766
+
767
+
768
+ </tbody>
769
+ </table>
770
+
771
+
772
+
773
+
774
+ <dl class="details">
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
783
+ <dd class="inherited-from">
784
+ <ul class="dummy">
785
+ <li>
786
+ <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
787
+ </li>
788
+ </ul>
789
+ </dd>
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+ </dl>
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+ </dd>
836
+
837
+
838
+
839
+ <hr>
840
+ <dt>
841
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
842
+
843
+
844
+ </dt>
845
+ <dd>
846
+
847
+
848
+ <div class="description">
849
+ Fires an event on this object
850
+ </div>
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+ <h5>Parameters:</h5>
860
+
861
+
862
+ <table class="params table table-striped">
863
+ <thead>
864
+ <tr>
865
+
866
+ <th>Name</th>
867
+
868
+
869
+ <th>Type</th>
870
+
871
+
872
+
873
+
874
+
875
+ <th class="last">Description</th>
876
+ </tr>
877
+ </thead>
878
+
879
+ <tbody>
880
+
881
+
882
+ <tr>
883
+
884
+ <td class="name"><code>event</code></td>
885
+
886
+
887
+ <td class="type">
888
+
889
+
890
+ <span class="param-type">string</span>
891
+ |
892
+
893
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
894
+
895
+
896
+
897
+
898
+ </td>
899
+
900
+
901
+
902
+
903
+
904
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
905
+ </tr>
906
+
907
+
908
+ </tbody>
909
+ </table>
910
+
911
+
912
+
913
+
914
+ <dl class="details">
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
923
+ <dd class="inherited-from">
924
+ <ul class="dummy">
925
+ <li>
926
+ <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
927
+ </li>
928
+ </ul>
929
+ </dd>
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+
957
+
958
+
959
+ </dl>
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+ </dd>
976
+
977
+
978
+
979
+ <hr>
980
+ <dt>
981
+ <h4 class="name" id="getAnimation"><span class="type-signature"></span>getAnimation()</h4>
982
+
983
+
984
+ </dt>
985
+ <dd>
986
+
987
+
988
+ <div class="description">
989
+ Returns the animation set on this marker (see WPGMZA.Marker ANIMATION_* constants).
990
+ </div>
991
+
992
+
993
+
994
+
995
+
996
+
997
+
998
+
999
+
1000
+
1001
+ <dl class="details">
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ </dl>
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+ </dd>
1054
+
1055
+
1056
+
1057
+ <hr>
1058
+ <dt>
1059
+ <h4 class="name" id="getDraggable"><span class="type-signature"></span>getDraggable()</h4>
1060
+
1061
+
1062
+ </dt>
1063
+ <dd>
1064
+
1065
+
1066
+ <div class="description">
1067
+ Gets whether this marker is draggable or not
1068
+ </div>
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+
1079
+ <dl class="details">
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+ </dl>
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+ <h5>Returns:</h5>
1130
+
1131
+
1132
+ <div class="param-desc">
1133
+ True if the marker is draggable
1134
+ </div>
1135
+
1136
+
1137
+
1138
+ <dl>
1139
+ <dt>
1140
+ Type
1141
+ </dt>
1142
+ <dd>
1143
+
1144
+ <span class="param-type">bool</span>
1145
+
1146
+
1147
+
1148
+ </dd>
1149
+ </dl>
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ </dd>
1156
+
1157
+
1158
+
1159
+ <hr>
1160
+ <dt>
1161
+ <h4 class="name" id="getIcon"><span class="type-signature"></span>getIcon()</h4>
1162
+
1163
+
1164
+ </dt>
1165
+ <dd>
1166
+
1167
+
1168
+ <div class="description">
1169
+ Gets the marker icon image URL, without the protocol prefix
1170
+ </div>
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+ <dl class="details">
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+ </dl>
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+ <h5>Returns:</h5>
1232
+
1233
+
1234
+ <div class="param-desc">
1235
+ The URL to the markers icon image
1236
+ </div>
1237
+
1238
+
1239
+
1240
+ <dl>
1241
+ <dt>
1242
+ Type
1243
+ </dt>
1244
+ <dd>
1245
+
1246
+ <span class="param-type">string</span>
1247
+
1248
+
1249
+
1250
+ </dd>
1251
+ </dl>
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+ </dd>
1258
+
1259
+
1260
+
1261
+ <hr>
1262
+ <dt>
1263
+ <h4 class="name" id="getPosition"><span class="type-signature"></span>getPosition()</h4>
1264
+
1265
+
1266
+ </dt>
1267
+ <dd>
1268
+
1269
+
1270
+ <div class="description">
1271
+ Gets the position of the marker
1272
+ </div>
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ <dl class="details">
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+ </dl>
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+ <h5>Returns:</h5>
1334
+
1335
+
1336
+ <div class="param-desc">
1337
+ LatLng literal of this markers position
1338
+ </div>
1339
+
1340
+
1341
+
1342
+ <dl>
1343
+ <dt>
1344
+ Type
1345
+ </dt>
1346
+ <dd>
1347
+
1348
+ <span class="param-type">object</span>
1349
+
1350
+
1351
+
1352
+ </dd>
1353
+ </dl>
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+ </dd>
1360
+
1361
+
1362
+
1363
+ <hr>
1364
+ <dt>
1365
+ <h4 class="name" id="getVisible"><span class="type-signature"></span>getVisible()</h4>
1366
+
1367
+
1368
+ </dt>
1369
+ <dd>
1370
+
1371
+
1372
+ <div class="description">
1373
+ Get the marker visibility
1374
+ </div>
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+ <dl class="details">
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+ <dt class="tag-todo method-doc-label method-doc-details-label">To Do:</dt>
1422
+ <dd class="tag-todo">
1423
+ <ul>
1424
+ <li>Implement</li>
1425
+ </ul>
1426
+ </dd>
1427
+
1428
+ </dl>
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+ </dd>
1445
+
1446
+
1447
+
1448
+ <hr>
1449
+ <dt>
1450
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1451
+
1452
+
1453
+ </dt>
1454
+ <dd>
1455
+
1456
+
1457
+ <div class="description">
1458
+ Test for listeners of type on this object
1459
+ </div>
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+ <h5>Parameters:</h5>
1469
+
1470
+
1471
+ <table class="params table table-striped">
1472
+ <thead>
1473
+ <tr>
1474
+
1475
+ <th>Name</th>
1476
+
1477
+
1478
+ <th>Type</th>
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ <th class="last">Description</th>
1485
+ </tr>
1486
+ </thead>
1487
+
1488
+ <tbody>
1489
+
1490
+
1491
+ <tr>
1492
+
1493
+ <td class="name"><code>type</code></td>
1494
+
1495
+
1496
+ <td class="type">
1497
+
1498
+
1499
+ <span class="param-type">string</span>
1500
+
1501
+
1502
+
1503
+
1504
+ </td>
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+ <td class="description last">The event type to test for</td>
1511
+ </tr>
1512
+
1513
+
1514
+ </tbody>
1515
+ </table>
1516
+
1517
+
1518
+
1519
+
1520
+ <dl class="details">
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1529
+ <dd class="inherited-from">
1530
+ <ul class="dummy">
1531
+ <li>
1532
+ <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1533
+ </li>
1534
+ </ul>
1535
+ </dd>
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+ </dl>
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+ <h5>Returns:</h5>
1580
+
1581
+
1582
+ <div class="param-desc">
1583
+ True if this object has listeners bound for the specified type
1584
+ </div>
1585
+
1586
+
1587
+
1588
+ <dl>
1589
+ <dt>
1590
+ Type
1591
+ </dt>
1592
+ <dd>
1593
+
1594
+ <span class="param-type">bool</span>
1595
+
1596
+
1597
+
1598
+ </dd>
1599
+ </dl>
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+ </dd>
1606
+
1607
+
1608
+
1609
+ <hr>
1610
+ <dt>
1611
+ <h4 class="name" id="hidePreviousInteractedInfoWindow"><span class="type-signature"></span>hidePreviousInteractedInfoWindow()</h4>
1612
+
1613
+
1614
+ </dt>
1615
+ <dd>
1616
+
1617
+
1618
+ <div class="description">
1619
+ This function will hide the last info the user interacted with, so that only one InfoWindow can be open at any given moment.
1620
+ </div>
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+ <dl class="details">
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+ </dl>
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+ </dd>
1684
+
1685
+
1686
+
1687
+ <hr>
1688
+ <dt>
1689
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1690
+
1691
+
1692
+ </dt>
1693
+ <dd>
1694
+
1695
+
1696
+ <div class="description">
1697
+ Alias for removeEventListener
1698
+ </div>
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+ <dl class="details">
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1718
+ <dd class="inherited-from">
1719
+ <ul class="dummy">
1720
+ <li>
1721
+ <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1722
+ </li>
1723
+ </ul>
1724
+ </dd>
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1753
+ <dd class="tag-see">
1754
+ <ul>
1755
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1756
+ </ul>
1757
+ </dd>
1758
+
1759
+
1760
+
1761
+ </dl>
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+ </dd>
1778
+
1779
+
1780
+
1781
+ <hr>
1782
+ <dt>
1783
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1784
+
1785
+
1786
+ </dt>
1787
+ <dd>
1788
+
1789
+
1790
+ <div class="description">
1791
+ Alias for addEventListener
1792
+ </div>
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+ <dl class="details">
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1812
+ <dd class="inherited-from">
1813
+ <ul class="dummy">
1814
+ <li>
1815
+ <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1816
+ </li>
1817
+ </ul>
1818
+ </dd>
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+
1844
+
1845
+
1846
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1847
+ <dd class="tag-see">
1848
+ <ul>
1849
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1850
+ </ul>
1851
+ </dd>
1852
+
1853
+
1854
+
1855
+ </dl>
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+ </dd>
1872
+
1873
+
1874
+
1875
+ <hr>
1876
+ <dt>
1877
+ <h4 class="name" id="onAdded"><span class="type-signature"></span>onAdded()</h4>
1878
+
1879
+
1880
+ </dt>
1881
+ <dd>
1882
+
1883
+
1884
+ <div class="description">
1885
+ Called when the marker has been added to a map
1886
+ </div>
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+ <dl class="details">
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+ </dl>
1934
+
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+
1949
+ </dd>
1950
+
1951
+
1952
+
1953
+ <hr>
1954
+ <dt>
1955
+ <h4 class="name" id="onClick"><span class="type-signature"></span>onClick()</h4>
1956
+
1957
+
1958
+ </dt>
1959
+ <dd>
1960
+
1961
+
1962
+ <div class="description">
1963
+ Called when the marker has been clicked
1964
+ </div>
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+ <dl class="details">
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+ </dl>
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+ </dd>
2028
+
2029
+
2030
+
2031
+ <hr>
2032
+ <dt>
2033
+ <h4 class="name" id="onMouseOver"><span class="type-signature"></span>onMouseOver()</h4>
2034
+
2035
+
2036
+ </dt>
2037
+ <dd>
2038
+
2039
+
2040
+ <div class="description">
2041
+ Called when the user hovers the mouse over this marker
2042
+ </div>
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+ <dl class="details">
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+ </dl>
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+ </dd>
2106
+
2107
+
2108
+
2109
+ <hr>
2110
+ <dt>
2111
+ <h4 class="name" id="onSelect"><span class="type-signature"></span>onSelect()</h4>
2112
+
2113
+
2114
+ </dt>
2115
+ <dd>
2116
+
2117
+
2118
+ <div class="description">
2119
+ Called when the marker has been selected, either by the icon being clicked, or from a marker listing
2120
+ </div>
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+ <dl class="details">
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+
2167
+ </dl>
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+
2177
+
2178
+
2179
+
2180
+
2181
+
2182
+
2183
+ </dd>
2184
+
2185
+
2186
+
2187
+ <hr>
2188
+ <dt>
2189
+ <h4 class="name" id="openInfoWindow"><span class="type-signature"></span>openInfoWindow()</h4>
2190
+
2191
+
2192
+ </dt>
2193
+ <dd>
2194
+
2195
+
2196
+ <div class="description">
2197
+ Placeholder for future use
2198
+ </div>
2199
+
2200
+
2201
+
2202
+
2203
+
2204
+
2205
+
2206
+
2207
+
2208
+
2209
+ <dl class="details">
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+
2223
+
2224
+
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+ </dl>
2246
+
2247
+
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+ </dd>
2262
+
2263
+
2264
+
2265
+ <hr>
2266
+ <dt>
2267
+ <h4 class="name" id="panIntoView"><span class="type-signature"></span>panIntoView()</h4>
2268
+
2269
+
2270
+ </dt>
2271
+ <dd>
2272
+
2273
+
2274
+ <div class="description">
2275
+ Centers the map this marker belongs to on this marker
2276
+ </div>
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+ <dl class="details">
2288
+
2289
+
2290
+
2291
+
2292
+
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+
2299
+
2300
+
2301
+
2302
+
2303
+
2304
+
2305
+
2306
+
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+ </dl>
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+ <h5>Throws:</h5>
2336
+
2337
+
2338
+
2339
+ <div class="param-desc">
2340
+
2341
+ Marker hasn't been added to a map
2342
+
2343
+ </div>
2344
+
2345
+
2346
+
2347
+
2348
+
2349
+
2350
+
2351
+ </dd>
2352
+
2353
+
2354
+
2355
+ <hr>
2356
+ <dt>
2357
+ <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
2358
+
2359
+
2360
+ </dt>
2361
+ <dd>
2362
+
2363
+
2364
+ <div class="description">
2365
+ Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
2366
+ </div>
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+
2373
+
2374
+
2375
+ <h5>Parameters:</h5>
2376
+
2377
+
2378
+ <table class="params table table-striped">
2379
+ <thead>
2380
+ <tr>
2381
+
2382
+ <th>Name</th>
2383
+
2384
+
2385
+ <th>Type</th>
2386
+
2387
+
2388
+
2389
+
2390
+
2391
+ <th class="last">Description</th>
2392
+ </tr>
2393
+ </thead>
2394
+
2395
+ <tbody>
2396
+
2397
+
2398
+ <tr>
2399
+
2400
+ <td class="name"><code>string</code></td>
2401
+
2402
+
2403
+ <td class="type">
2404
+
2405
+
2406
+ <span class="param-type">string</span>
2407
+
2408
+
2409
+
2410
+
2411
+ </td>
2412
+
2413
+
2414
+
2415
+
2416
+
2417
+ <td class="description last">The string to parse numbers from</td>
2418
+ </tr>
2419
+
2420
+
2421
+ </tbody>
2422
+ </table>
2423
+
2424
+
2425
+
2426
+
2427
+ <dl class="details">
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2436
+ <dd class="inherited-from">
2437
+ <ul class="dummy">
2438
+ <li>
2439
+ <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
2440
+ </li>
2441
+ </ul>
2442
+ </dd>
2443
+
2444
+
2445
+
2446
+
2447
+
2448
+
2449
+
2450
+
2451
+
2452
+
2453
+
2454
+
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+
2471
+
2472
+ </dl>
2473
+
2474
+
2475
+
2476
+
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+
2484
+
2485
+
2486
+ <h5>Returns:</h5>
2487
+
2488
+
2489
+ <div class="param-desc">
2490
+ An array of LatLng literals parsed from the string
2491
+ </div>
2492
+
2493
+
2494
+
2495
+ <dl>
2496
+ <dt>
2497
+ Type
2498
+ </dt>
2499
+ <dd>
2500
+
2501
+ <span class="param-type">array</span>
2502
+
2503
+
2504
+
2505
+ </dd>
2506
+ </dl>
2507
+
2508
+
2509
+
2510
+
2511
+
2512
+ </dd>
2513
+
2514
+
2515
+
2516
+ <hr>
2517
+ <dt>
2518
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
2519
+
2520
+
2521
+ </dt>
2522
+ <dd>
2523
+
2524
+
2525
+ <div class="description">
2526
+ Removes event listeners from this object
2527
+ </div>
2528
+
2529
+
2530
+
2531
+
2532
+
2533
+
2534
+
2535
+
2536
+ <h5>Parameters:</h5>
2537
+
2538
+
2539
+ <table class="params table table-striped">
2540
+ <thead>
2541
+ <tr>
2542
+
2543
+ <th>Name</th>
2544
+
2545
+
2546
+ <th>Type</th>
2547
+
2548
+
2549
+ <th>Argument</th>
2550
+
2551
+
2552
+
2553
+
2554
+ <th class="last">Description</th>
2555
+ </tr>
2556
+ </thead>
2557
+
2558
+ <tbody>
2559
+
2560
+
2561
+ <tr>
2562
+
2563
+ <td class="name"><code>type</code></td>
2564
+
2565
+
2566
+ <td class="type">
2567
+
2568
+
2569
+ <span class="param-type">string</span>
2570
+
2571
+
2572
+
2573
+
2574
+ </td>
2575
+
2576
+
2577
+ <td class="attributes">
2578
+
2579
+
2580
+
2581
+
2582
+
2583
+ </td>
2584
+
2585
+
2586
+
2587
+
2588
+ <td class="description last">The event type to remove listeners from</td>
2589
+ </tr>
2590
+
2591
+
2592
+
2593
+ <tr>
2594
+
2595
+ <td class="name"><code>listener</code></td>
2596
+
2597
+
2598
+ <td class="type">
2599
+
2600
+
2601
+ <span class="param-type">function</span>
2602
+
2603
+
2604
+
2605
+
2606
+ </td>
2607
+
2608
+
2609
+ <td class="attributes">
2610
+
2611
+ &lt;optional><br>
2612
+
2613
+
2614
+
2615
+
2616
+
2617
+ </td>
2618
+
2619
+
2620
+
2621
+
2622
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
2623
+ </tr>
2624
+
2625
+
2626
+
2627
+ <tr>
2628
+
2629
+ <td class="name"><code>thisObject</code></td>
2630
+
2631
+
2632
+ <td class="type">
2633
+
2634
+
2635
+ <span class="param-type">object</span>
2636
+
2637
+
2638
+
2639
+
2640
+ </td>
2641
+
2642
+
2643
+ <td class="attributes">
2644
+
2645
+ &lt;optional><br>
2646
+
2647
+
2648
+
2649
+
2650
+
2651
+ </td>
2652
+
2653
+
2654
+
2655
+
2656
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
2657
+ </tr>
2658
+
2659
+
2660
+
2661
+ <tr>
2662
+
2663
+ <td class="name"><code>useCapture</code></td>
2664
+
2665
+
2666
+ <td class="type">
2667
+
2668
+
2669
+ <span class="param-type">bool</span>
2670
+
2671
+
2672
+
2673
+
2674
+ </td>
2675
+
2676
+
2677
+ <td class="attributes">
2678
+
2679
+ &lt;optional><br>
2680
+
2681
+
2682
+
2683
+
2684
+
2685
+ </td>
2686
+
2687
+
2688
+
2689
+
2690
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
2691
+ </tr>
2692
+
2693
+
2694
+ </tbody>
2695
+ </table>
2696
+
2697
+
2698
+
2699
+
2700
+ <dl class="details">
2701
+
2702
+
2703
+
2704
+
2705
+
2706
+
2707
+
2708
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
2709
+ <dd class="inherited-from">
2710
+ <ul class="dummy">
2711
+ <li>
2712
+ <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
2713
+ </li>
2714
+ </ul>
2715
+ </dd>
2716
+
2717
+
2718
+
2719
+
2720
+
2721
+
2722
+
2723
+
2724
+
2725
+
2726
+
2727
+
2728
+
2729
+
2730
+
2731
+
2732
+
2733
+
2734
+
2735
+
2736
+
2737
+
2738
+
2739
+
2740
+
2741
+
2742
+
2743
+
2744
+
2745
+ </dl>
2746
+
2747
+
2748
+
2749
+
2750
+
2751
+
2752
+
2753
+
2754
+
2755
+
2756
+
2757
+
2758
+
2759
+
2760
+
2761
+ </dd>
2762
+
2763
+
2764
+
2765
+ <hr>
2766
+ <dt>
2767
+ <h4 class="name" id="setAnimation"><span class="type-signature"></span>setAnimation(animation)</h4>
2768
+
2769
+
2770
+ </dt>
2771
+ <dd>
2772
+
2773
+
2774
+ <div class="description">
2775
+ Sets the animation for this marker (see WPGMZA.Marker ANIMATION_* constants).
2776
+ </div>
2777
+
2778
+
2779
+
2780
+
2781
+
2782
+
2783
+
2784
+
2785
+ <h5>Parameters:</h5>
2786
+
2787
+
2788
+ <table class="params table table-striped">
2789
+ <thead>
2790
+ <tr>
2791
+
2792
+ <th>Name</th>
2793
+
2794
+
2795
+ <th>Type</th>
2796
+
2797
+
2798
+
2799
+
2800
+
2801
+ <th class="last">Description</th>
2802
+ </tr>
2803
+ </thead>
2804
+
2805
+ <tbody>
2806
+
2807
+
2808
+ <tr>
2809
+
2810
+ <td class="name"><code>animation</code></td>
2811
+
2812
+
2813
+ <td class="type">
2814
+
2815
+
2816
+ <span class="param-type">int</span>
2817
+
2818
+
2819
+
2820
+
2821
+ </td>
2822
+
2823
+
2824
+
2825
+
2826
+
2827
+ <td class="description last">The animation to set.</td>
2828
+ </tr>
2829
+
2830
+
2831
+ </tbody>
2832
+ </table>
2833
+
2834
+
2835
+
2836
+
2837
+ <dl class="details">
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+
2851
+
2852
+
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+
2859
+
2860
+
2861
+
2862
+
2863
+
2864
+
2865
+
2866
+
2867
+
2868
+
2869
+
2870
+
2871
+
2872
+
2873
+ </dl>
2874
+
2875
+
2876
+
2877
+
2878
+
2879
+
2880
+
2881
+
2882
+
2883
+
2884
+
2885
+
2886
+
2887
+
2888
+
2889
+ </dd>
2890
+
2891
+
2892
+
2893
+ <hr>
2894
+ <dt>
2895
+ <h4 class="name" id="setDraggable"><span class="type-signature"></span>setDraggable(draggable)</h4>
2896
+
2897
+
2898
+ </dt>
2899
+ <dd>
2900
+
2901
+
2902
+ <div class="description">
2903
+ Sets whether the marker is draggable
2904
+ </div>
2905
+
2906
+
2907
+
2908
+
2909
+
2910
+
2911
+
2912
+
2913
+ <h5>Parameters:</h5>
2914
+
2915
+
2916
+ <table class="params table table-striped">
2917
+ <thead>
2918
+ <tr>
2919
+
2920
+ <th>Name</th>
2921
+
2922
+
2923
+ <th>Type</th>
2924
+
2925
+
2926
+
2927
+
2928
+
2929
+ <th class="last">Description</th>
2930
+ </tr>
2931
+ </thead>
2932
+
2933
+ <tbody>
2934
+
2935
+
2936
+ <tr>
2937
+
2938
+ <td class="name"><code>draggable</code></td>
2939
+
2940
+
2941
+ <td class="type">
2942
+
2943
+
2944
+ <span class="param-type">bool</span>
2945
+
2946
+
2947
+
2948
+
2949
+ </td>
2950
+
2951
+
2952
+
2953
+
2954
+
2955
+ <td class="description last">Set to true to make this marker draggable</td>
2956
+ </tr>
2957
+
2958
+
2959
+ </tbody>
2960
+ </table>
2961
+
2962
+
2963
+
2964
+
2965
+ <dl class="details">
2966
+
2967
+
2968
+
2969
+
2970
+
2971
+
2972
+
2973
+
2974
+
2975
+
2976
+
2977
+
2978
+
2979
+
2980
+
2981
+
2982
+
2983
+
2984
+
2985
+
2986
+
2987
+
2988
+
2989
+
2990
+
2991
+
2992
+
2993
+
2994
+
2995
+
2996
+
2997
+
2998
+
2999
+
3000
+
3001
+ </dl>
3002
+
3003
+
3004
+
3005
+
3006
+
3007
+
3008
+
3009
+
3010
+
3011
+
3012
+
3013
+
3014
+
3015
+
3016
+
3017
+ </dd>
3018
+
3019
+
3020
+
3021
+ <hr>
3022
+ <dt>
3023
+ <h4 class="name" id="setMap"><span class="type-signature"></span>setMap(map)</h4>
3024
+
3025
+
3026
+ </dt>
3027
+ <dd>
3028
+
3029
+
3030
+ <div class="description">
3031
+ Sets the map this marker should be displayed on. If it is already on a map, it will be removed from that map first, before being added to the supplied map.
3032
+ </div>
3033
+
3034
+
3035
+
3036
+
3037
+
3038
+
3039
+
3040
+
3041
+ <h5>Parameters:</h5>
3042
+
3043
+
3044
+ <table class="params table table-striped">
3045
+ <thead>
3046
+ <tr>
3047
+
3048
+ <th>Name</th>
3049
+
3050
+
3051
+ <th>Type</th>
3052
+
3053
+
3054
+
3055
+
3056
+
3057
+ <th class="last">Description</th>
3058
+ </tr>
3059
+ </thead>
3060
+
3061
+ <tbody>
3062
+
3063
+
3064
+ <tr>
3065
+
3066
+ <td class="name"><code>map</code></td>
3067
+
3068
+
3069
+ <td class="type">
3070
+
3071
+
3072
+ <span class="param-type"><a href="WPGMZA.Map.html">WPGMZA.Map</a></span>
3073
+
3074
+
3075
+
3076
+
3077
+ </td>
3078
+
3079
+
3080
+
3081
+
3082
+
3083
+ <td class="description last">The map to add this markmer to</td>
3084
+ </tr>
3085
+
3086
+
3087
+ </tbody>
3088
+ </table>
3089
+
3090
+
3091
+
3092
+
3093
+ <dl class="details">
3094
+
3095
+
3096
+
3097
+
3098
+
3099
+
3100
+
3101
+
3102
+
3103
+
3104
+
3105
+
3106
+
3107
+
3108
+
3109
+
3110
+
3111
+
3112
+
3113
+
3114
+
3115
+
3116
+
3117
+
3118
+
3119
+
3120
+
3121
+
3122
+
3123
+
3124
+
3125
+
3126
+
3127
+
3128
+
3129
+ </dl>
3130
+
3131
+
3132
+
3133
+
3134
+
3135
+
3136
+
3137
+
3138
+
3139
+
3140
+
3141
+
3142
+
3143
+
3144
+
3145
+ </dd>
3146
+
3147
+
3148
+
3149
+ <hr>
3150
+ <dt>
3151
+ <h4 class="name" id="setOptions"><span class="type-signature"></span>setOptions(options)</h4>
3152
+
3153
+
3154
+ </dt>
3155
+ <dd>
3156
+
3157
+
3158
+ <div class="description">
3159
+ Sets options on this marker
3160
+ </div>
3161
+
3162
+
3163
+
3164
+
3165
+
3166
+
3167
+
3168
+
3169
+ <h5>Parameters:</h5>
3170
+
3171
+
3172
+ <table class="params table table-striped">
3173
+ <thead>
3174
+ <tr>
3175
+
3176
+ <th>Name</th>
3177
+
3178
+
3179
+ <th>Type</th>
3180
+
3181
+
3182
+
3183
+
3184
+
3185
+ <th class="last">Description</th>
3186
+ </tr>
3187
+ </thead>
3188
+
3189
+ <tbody>
3190
+
3191
+
3192
+ <tr>
3193
+
3194
+ <td class="name"><code>options</code></td>
3195
+
3196
+
3197
+ <td class="type">
3198
+
3199
+
3200
+ <span class="param-type">object</span>
3201
+
3202
+
3203
+
3204
+
3205
+ </td>
3206
+
3207
+
3208
+
3209
+
3210
+
3211
+ <td class="description last">An object containing the options to be set</td>
3212
+ </tr>
3213
+
3214
+
3215
+ </tbody>
3216
+ </table>
3217
+
3218
+
3219
+
3220
+
3221
+ <dl class="details">
3222
+
3223
+
3224
+
3225
+
3226
+
3227
+
3228
+
3229
+
3230
+
3231
+
3232
+
3233
+
3234
+
3235
+
3236
+
3237
+
3238
+
3239
+
3240
+
3241
+
3242
+
3243
+
3244
+
3245
+
3246
+
3247
+
3248
+
3249
+
3250
+
3251
+
3252
+
3253
+
3254
+
3255
+
3256
+
3257
+ </dl>
3258
+
3259
+
3260
+
3261
+
3262
+
3263
+
3264
+
3265
+
3266
+
3267
+
3268
+
3269
+
3270
+
3271
+
3272
+
3273
+ </dd>
3274
+
3275
+
3276
+
3277
+ <hr>
3278
+ <dt>
3279
+ <h4 class="name" id="setPosition"><span class="type-signature"></span>setPosition(latLng)</h4>
3280
+
3281
+
3282
+ </dt>
3283
+ <dd>
3284
+
3285
+
3286
+ <div class="description">
3287
+ Sets the position of the marker.
3288
+ </div>
3289
+
3290
+
3291
+
3292
+
3293
+
3294
+
3295
+
3296
+
3297
+ <h5>Parameters:</h5>
3298
+
3299
+
3300
+ <table class="params table table-striped">
3301
+ <thead>
3302
+ <tr>
3303
+
3304
+ <th>Name</th>
3305
+
3306
+
3307
+ <th>Type</th>
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+ <th class="last">Description</th>
3314
+ </tr>
3315
+ </thead>
3316
+
3317
+ <tbody>
3318
+
3319
+
3320
+ <tr>
3321
+
3322
+ <td class="name"><code>latLng</code></td>
3323
+
3324
+
3325
+ <td class="type">
3326
+
3327
+
3328
+ <span class="param-type">object</span>
3329
+ |
3330
+
3331
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
3332
+
3333
+
3334
+
3335
+
3336
+ </td>
3337
+
3338
+
3339
+
3340
+
3341
+
3342
+ <td class="description last">The position either as a LatLng literal or instance of WPGMZA.LatLng.</td>
3343
+ </tr>
3344
+
3345
+
3346
+ </tbody>
3347
+ </table>
3348
+
3349
+
3350
+
3351
+
3352
+ <dl class="details">
3353
+
3354
+
3355
+
3356
+
3357
+
3358
+
3359
+
3360
+
3361
+
3362
+
3363
+
3364
+
3365
+
3366
+
3367
+
3368
+
3369
+
3370
+
3371
+
3372
+
3373
+
3374
+
3375
+
3376
+
3377
+
3378
+
3379
+
3380
+
3381
+
3382
+
3383
+
3384
+
3385
+
3386
+
3387
+
3388
+ </dl>
3389
+
3390
+
3391
+
3392
+
3393
+
3394
+
3395
+
3396
+
3397
+
3398
+
3399
+
3400
+
3401
+
3402
+
3403
+
3404
+ </dd>
3405
+
3406
+
3407
+
3408
+ <hr>
3409
+ <dt>
3410
+ <h4 class="name" id="setVisible"><span class="type-signature"></span>setVisible(visible)</h4>
3411
+
3412
+
3413
+ </dt>
3414
+ <dd>
3415
+
3416
+
3417
+ <div class="description">
3418
+ Set the marker visibility. This is used by the store locator etc. and is not a setting. Closes the InfoWindow if the marker is being hidden and the InfoWindow for this marker is open.
3419
+ </div>
3420
+
3421
+
3422
+
3423
+
3424
+
3425
+
3426
+
3427
+
3428
+ <h5>Parameters:</h5>
3429
+
3430
+
3431
+ <table class="params table table-striped">
3432
+ <thead>
3433
+ <tr>
3434
+
3435
+ <th>Name</th>
3436
+
3437
+
3438
+ <th>Type</th>
3439
+
3440
+
3441
+
3442
+
3443
+
3444
+ <th class="last">Description</th>
3445
+ </tr>
3446
+ </thead>
3447
+
3448
+ <tbody>
3449
+
3450
+
3451
+ <tr>
3452
+
3453
+ <td class="name"><code>visible</code></td>
3454
+
3455
+
3456
+ <td class="type">
3457
+
3458
+
3459
+ <span class="param-type">bool</span>
3460
+
3461
+
3462
+
3463
+
3464
+ </td>
3465
+
3466
+
3467
+
3468
+
3469
+
3470
+ <td class="description last">Whether the marker should be visible or not</td>
3471
+ </tr>
3472
+
3473
+
3474
+ </tbody>
3475
+ </table>
3476
+
3477
+
3478
+
3479
+
3480
+ <dl class="details">
3481
+
3482
+
3483
+
3484
+
3485
+
3486
+
3487
+
3488
+
3489
+
3490
+
3491
+
3492
+
3493
+
3494
+
3495
+
3496
+
3497
+
3498
+
3499
+
3500
+
3501
+
3502
+
3503
+
3504
+
3505
+
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+
3512
+
3513
+
3514
+
3515
+
3516
+ </dl>
3517
+
3518
+
3519
+
3520
+
3521
+
3522
+
3523
+
3524
+
3525
+
3526
+
3527
+
3528
+
3529
+
3530
+
3531
+
3532
+ </dd>
3533
+
3534
+
3535
+
3536
+ <hr>
3537
+ <dt>
3538
+ <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
3539
+
3540
+
3541
+ </dt>
3542
+ <dd>
3543
+
3544
+
3545
+ <div class="description">
3546
+ Overrides MapObject.toJSON, serializes the marker to a JSON object
3547
+ </div>
3548
+
3549
+
3550
+
3551
+
3552
+
3553
+
3554
+
3555
+
3556
+
3557
+
3558
+ <dl class="details">
3559
+
3560
+
3561
+
3562
+
3563
+
3564
+
3565
+
3566
+
3567
+
3568
+ <dt class="tag-overrides">Overrides:</dt>
3569
+ <dd class="tag-overrides"><ul class="dummy"><li>
3570
+ <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
3571
+ </li></ul></dd>
3572
+
3573
+
3574
+
3575
+
3576
+
3577
+
3578
+
3579
+
3580
+
3581
+
3582
+
3583
+
3584
+
3585
+
3586
+
3587
+
3588
+
3589
+
3590
+
3591
+
3592
+
3593
+
3594
+
3595
+
3596
+
3597
+
3598
+
3599
+ </dl>
3600
+
3601
+
3602
+
3603
+
3604
+
3605
+
3606
+
3607
+
3608
+
3609
+
3610
+
3611
+
3612
+
3613
+ <h5>Returns:</h5>
3614
+
3615
+
3616
+ <div class="param-desc">
3617
+ A JSON representation of this marker
3618
+ </div>
3619
+
3620
+
3621
+
3622
+ <dl>
3623
+ <dt>
3624
+ Type
3625
+ </dt>
3626
+ <dd>
3627
+
3628
+ <span class="param-type">object</span>
3629
+
3630
+
3631
+
3632
+ </dd>
3633
+ </dl>
3634
+
3635
+
3636
+
3637
+
3638
+
3639
+ </dd>
3640
+
3641
+
3642
+
3643
+ <hr>
3644
+ <dt>
3645
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
3646
+
3647
+
3648
+ </dt>
3649
+ <dd>
3650
+
3651
+
3652
+ <div class="description">
3653
+ Alias for removeEventListener
3654
+ </div>
3655
+
3656
+
3657
+
3658
+
3659
+
3660
+
3661
+
3662
+
3663
+
3664
+
3665
+ <dl class="details">
3666
+
3667
+
3668
+
3669
+
3670
+
3671
+
3672
+
3673
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
3674
+ <dd class="inherited-from">
3675
+ <ul class="dummy">
3676
+ <li>
3677
+ <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
3678
+ </li>
3679
+ </ul>
3680
+ </dd>
3681
+
3682
+
3683
+
3684
+
3685
+
3686
+
3687
+
3688
+
3689
+
3690
+
3691
+
3692
+
3693
+
3694
+
3695
+
3696
+
3697
+
3698
+
3699
+
3700
+
3701
+
3702
+
3703
+
3704
+
3705
+
3706
+
3707
+
3708
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
3709
+ <dd class="tag-see">
3710
+ <ul>
3711
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
3712
+ </ul>
3713
+ </dd>
3714
+
3715
+
3716
+
3717
+ </dl>
3718
+
3719
+
3720
+
3721
+
3722
+
3723
+
3724
+
3725
+
3726
+
3727
+
3728
+
3729
+
3730
+
3731
+
3732
+
3733
+ </dd>
3734
+
3735
+ </dl>
3736
+
3737
+
3738
+
3739
+
3740
+
3741
+ </article>
3742
+
3743
+ </section>
3744
+
3745
+
3746
+
3747
+
3748
+ </div>
3749
+ </div>
3750
+
3751
+ <div class="clearfix"></div>
3752
+
3753
+
3754
+ <div class="col-md-3">
3755
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
3756
+ </div>
3757
+
3758
+
3759
+ </div>
3760
+ </div>
3761
+
3762
+
3763
+ <div class="modal fade" id="searchResults">
3764
+ <div class="modal-dialog">
3765
+ <div class="modal-content">
3766
+ <div class="modal-header">
3767
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
3768
+ <h4 class="modal-title">Search results</h4>
3769
+ </div>
3770
+ <div class="modal-body"></div>
3771
+ <div class="modal-footer">
3772
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
3773
+ </div>
3774
+ </div><!-- /.modal-content -->
3775
+ </div><!-- /.modal-dialog -->
3776
+ </div>
3777
+
3778
+
3779
+ <footer>
3780
+
3781
+
3782
+ <span class="jsdoc-message">
3783
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
3784
+
3785
+ on 2019-01-20T11:35:49+00:00
3786
+
3787
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
3788
+ </span>
3789
+ </footer>
3790
+
3791
+ <script src="scripts/docstrap.lib.js"></script>
3792
+ <script src="scripts/toc.js"></script>
3793
+
3794
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
3795
+
3796
+
3797
+ <script>
3798
+ $( function () {
3799
+ $( "[id*='$']" ).each( function () {
3800
+ var $this = $( this );
3801
+
3802
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
3803
+ } );
3804
+
3805
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
3806
+ var $this = $( this );
3807
+
3808
+ var example = $this.find( "code" );
3809
+ exampleText = example.html();
3810
+ var lang = /{@lang (.*?)}/.exec( exampleText );
3811
+ if ( lang && lang[1] ) {
3812
+ exampleText = exampleText.replace( lang[0], "" );
3813
+ example.html( exampleText );
3814
+ lang = lang[1];
3815
+ } else {
3816
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
3817
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
3818
+ }
3819
+
3820
+ if ( lang ) {
3821
+
3822
+ $this
3823
+ .addClass( "sunlight-highlight-" + lang )
3824
+ .addClass( "linenums" )
3825
+ .html( example.html() );
3826
+
3827
+ }
3828
+ } );
3829
+
3830
+ Sunlight.highlightAll( {
3831
+ lineNumbers : false,
3832
+ showMenu : true,
3833
+ enableDoclinks : true
3834
+ } );
3835
+
3836
+ $.catchAnchorLinks( {
3837
+ navbarOffset: 10
3838
+ } );
3839
+ $( "#toc" ).toc( {
3840
+ anchorName : function ( i, heading, prefix ) {
3841
+ return $( heading ).attr( "id" ) || ( prefix + i );
3842
+ },
3843
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
3844
+ showAndHide : false,
3845
+ smoothScrolling: true
3846
+ } );
3847
+
3848
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
3849
+ $( '.dropdown-toggle' ).dropdown();
3850
+
3851
+ $( "table" ).each( function () {
3852
+ var $this = $( this );
3853
+ $this.addClass('table');
3854
+ } );
3855
+
3856
+ } );
3857
+ </script>
3858
+
3859
+
3860
+
3861
+ <!--Navigation and Symbol Display-->
3862
+
3863
+
3864
+ <!--Google Analytics-->
3865
+
3866
+
3867
+
3868
+ <script type="text/javascript">
3869
+ $(document).ready(function() {
3870
+ SearcherDisplay.init();
3871
+ });
3872
+ </script>
3873
+
3874
+
3875
+ </body>
3876
  </html>
docs/js/WPGMZA.ModernStoreLocator.html CHANGED
@@ -1,531 +1,531 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: ModernStoreLocator</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: ModernStoreLocator</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- ModernStoreLocator
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.ModernStoreLocator</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="ModernStoreLocator"><span class="type-signature"></span>new ModernStoreLocator(map_id)</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- The new modern look store locator. It takes the elements from the default look and moves them into the map, wrapping in a new element so we can apply new styles. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
-
128
-
129
-
130
- <th class="last">Description</th>
131
- </tr>
132
- </thead>
133
-
134
- <tbody>
135
-
136
-
137
- <tr>
138
-
139
- <td class="name"><code>map_id</code></td>
140
-
141
-
142
- <td class="type">
143
-
144
-
145
- <span class="param-type">int</span>
146
-
147
-
148
-
149
-
150
- </td>
151
-
152
-
153
-
154
-
155
-
156
- <td class="description last">The ID of the map this store locator belongs to</td>
157
- </tr>
158
-
159
-
160
- </tbody>
161
- </table>
162
-
163
-
164
-
165
-
166
- <dl class="details">
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
- </dl>
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
- </dd>
219
-
220
-
221
- </div>
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
- <h3 class="subsection-title">Methods</h3>
237
-
238
- <dl>
239
-
240
- <hr>
241
- <dt>
242
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance(map_id)</h4>
243
-
244
-
245
- </dt>
246
- <dd>
247
-
248
-
249
- <div class="description">
250
- Creates an instance of a modern store locator, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
251
- </div>
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
- <h5>Parameters:</h5>
261
-
262
-
263
- <table class="params table table-striped">
264
- <thead>
265
- <tr>
266
-
267
- <th>Name</th>
268
-
269
-
270
- <th>Type</th>
271
-
272
-
273
-
274
-
275
-
276
- <th class="last">Description</th>
277
- </tr>
278
- </thead>
279
-
280
- <tbody>
281
-
282
-
283
- <tr>
284
-
285
- <td class="name"><code>map_id</code></td>
286
-
287
-
288
- <td class="type">
289
-
290
-
291
- <span class="param-type">int</span>
292
-
293
-
294
-
295
-
296
- </td>
297
-
298
-
299
-
300
-
301
-
302
- <td class="description last">The ID of the map this store locator belongs to</td>
303
- </tr>
304
-
305
-
306
- </tbody>
307
- </table>
308
-
309
-
310
-
311
-
312
- <dl class="details">
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
- </dl>
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
- <h5>Returns:</h5>
363
-
364
-
365
- <div class="param-desc">
366
- An instance of WPGMZA.ModernStoreLocator
367
- </div>
368
-
369
-
370
-
371
- <dl>
372
- <dt>
373
- Type
374
- </dt>
375
- <dd>
376
-
377
- <span class="param-type"><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></span>
378
-
379
-
380
-
381
- </dd>
382
- </dl>
383
-
384
-
385
-
386
-
387
-
388
- </dd>
389
-
390
- </dl>
391
-
392
-
393
-
394
-
395
-
396
- </article>
397
-
398
- </section>
399
-
400
-
401
-
402
-
403
- </div>
404
- </div>
405
-
406
- <div class="clearfix"></div>
407
-
408
-
409
- <div class="col-md-3">
410
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
411
- </div>
412
-
413
-
414
- </div>
415
- </div>
416
-
417
-
418
- <div class="modal fade" id="searchResults">
419
- <div class="modal-dialog">
420
- <div class="modal-content">
421
- <div class="modal-header">
422
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
423
- <h4 class="modal-title">Search results</h4>
424
- </div>
425
- <div class="modal-body"></div>
426
- <div class="modal-footer">
427
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
428
- </div>
429
- </div><!-- /.modal-content -->
430
- </div><!-- /.modal-dialog -->
431
- </div>
432
-
433
-
434
- <footer>
435
-
436
-
437
- <span class="jsdoc-message">
438
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
439
-
440
- on 2019-01-18T10:34:58+00:00
441
-
442
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
443
- </span>
444
- </footer>
445
-
446
- <script src="scripts/docstrap.lib.js"></script>
447
- <script src="scripts/toc.js"></script>
448
-
449
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
450
-
451
-
452
- <script>
453
- $( function () {
454
- $( "[id*='$']" ).each( function () {
455
- var $this = $( this );
456
-
457
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
458
- } );
459
-
460
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
461
- var $this = $( this );
462
-
463
- var example = $this.find( "code" );
464
- exampleText = example.html();
465
- var lang = /{@lang (.*?)}/.exec( exampleText );
466
- if ( lang && lang[1] ) {
467
- exampleText = exampleText.replace( lang[0], "" );
468
- example.html( exampleText );
469
- lang = lang[1];
470
- } else {
471
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
472
- lang = langClassMatch ? langClassMatch[1] : "javascript";
473
- }
474
-
475
- if ( lang ) {
476
-
477
- $this
478
- .addClass( "sunlight-highlight-" + lang )
479
- .addClass( "linenums" )
480
- .html( example.html() );
481
-
482
- }
483
- } );
484
-
485
- Sunlight.highlightAll( {
486
- lineNumbers : false,
487
- showMenu : true,
488
- enableDoclinks : true
489
- } );
490
-
491
- $.catchAnchorLinks( {
492
- navbarOffset: 10
493
- } );
494
- $( "#toc" ).toc( {
495
- anchorName : function ( i, heading, prefix ) {
496
- return $( heading ).attr( "id" ) || ( prefix + i );
497
- },
498
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
499
- showAndHide : false,
500
- smoothScrolling: true
501
- } );
502
-
503
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
504
- $( '.dropdown-toggle' ).dropdown();
505
-
506
- $( "table" ).each( function () {
507
- var $this = $( this );
508
- $this.addClass('table');
509
- } );
510
-
511
- } );
512
- </script>
513
-
514
-
515
-
516
- <!--Navigation and Symbol Display-->
517
-
518
-
519
- <!--Google Analytics-->
520
-
521
-
522
-
523
- <script type="text/javascript">
524
- $(document).ready(function() {
525
- SearcherDisplay.init();
526
- });
527
- </script>
528
-
529
-
530
- </body>
531
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: ModernStoreLocator</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: ModernStoreLocator</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ ModernStoreLocator
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.ModernStoreLocator</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="ModernStoreLocator"><span class="type-signature"></span>new ModernStoreLocator(map_id)</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ The new modern look store locator. It takes the elements from the default look and moves them into the map, wrapping in a new element so we can apply new styles. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+
128
+
129
+
130
+ <th class="last">Description</th>
131
+ </tr>
132
+ </thead>
133
+
134
+ <tbody>
135
+
136
+
137
+ <tr>
138
+
139
+ <td class="name"><code>map_id</code></td>
140
+
141
+
142
+ <td class="type">
143
+
144
+
145
+ <span class="param-type">int</span>
146
+
147
+
148
+
149
+
150
+ </td>
151
+
152
+
153
+
154
+
155
+
156
+ <td class="description last">The ID of the map this store locator belongs to</td>
157
+ </tr>
158
+
159
+
160
+ </tbody>
161
+ </table>
162
+
163
+
164
+
165
+
166
+ <dl class="details">
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ </dl>
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+ </dd>
219
+
220
+
221
+ </div>
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+ <h3 class="subsection-title">Methods</h3>
237
+
238
+ <dl>
239
+
240
+ <hr>
241
+ <dt>
242
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance(map_id)</h4>
243
+
244
+
245
+ </dt>
246
+ <dd>
247
+
248
+
249
+ <div class="description">
250
+ Creates an instance of a modern store locator, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
251
+ </div>
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ <h5>Parameters:</h5>
261
+
262
+
263
+ <table class="params table table-striped">
264
+ <thead>
265
+ <tr>
266
+
267
+ <th>Name</th>
268
+
269
+
270
+ <th>Type</th>
271
+
272
+
273
+
274
+
275
+
276
+ <th class="last">Description</th>
277
+ </tr>
278
+ </thead>
279
+
280
+ <tbody>
281
+
282
+
283
+ <tr>
284
+
285
+ <td class="name"><code>map_id</code></td>
286
+
287
+
288
+ <td class="type">
289
+
290
+
291
+ <span class="param-type">int</span>
292
+
293
+
294
+
295
+
296
+ </td>
297
+
298
+
299
+
300
+
301
+
302
+ <td class="description last">The ID of the map this store locator belongs to</td>
303
+ </tr>
304
+
305
+
306
+ </tbody>
307
+ </table>
308
+
309
+
310
+
311
+
312
+ <dl class="details">
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+ </dl>
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+ <h5>Returns:</h5>
363
+
364
+
365
+ <div class="param-desc">
366
+ An instance of WPGMZA.ModernStoreLocator
367
+ </div>
368
+
369
+
370
+
371
+ <dl>
372
+ <dt>
373
+ Type
374
+ </dt>
375
+ <dd>
376
+
377
+ <span class="param-type"><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></span>
378
+
379
+
380
+
381
+ </dd>
382
+ </dl>
383
+
384
+
385
+
386
+
387
+
388
+ </dd>
389
+
390
+ </dl>
391
+
392
+
393
+
394
+
395
+
396
+ </article>
397
+
398
+ </section>
399
+
400
+
401
+
402
+
403
+ </div>
404
+ </div>
405
+
406
+ <div class="clearfix"></div>
407
+
408
+
409
+ <div class="col-md-3">
410
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
411
+ </div>
412
+
413
+
414
+ </div>
415
+ </div>
416
+
417
+
418
+ <div class="modal fade" id="searchResults">
419
+ <div class="modal-dialog">
420
+ <div class="modal-content">
421
+ <div class="modal-header">
422
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
423
+ <h4 class="modal-title">Search results</h4>
424
+ </div>
425
+ <div class="modal-body"></div>
426
+ <div class="modal-footer">
427
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
428
+ </div>
429
+ </div><!-- /.modal-content -->
430
+ </div><!-- /.modal-dialog -->
431
+ </div>
432
+
433
+
434
+ <footer>
435
+
436
+
437
+ <span class="jsdoc-message">
438
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
439
+
440
+ on 2019-01-20T11:35:49+00:00
441
+
442
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
443
+ </span>
444
+ </footer>
445
+
446
+ <script src="scripts/docstrap.lib.js"></script>
447
+ <script src="scripts/toc.js"></script>
448
+
449
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
450
+
451
+
452
+ <script>
453
+ $( function () {
454
+ $( "[id*='$']" ).each( function () {
455
+ var $this = $( this );
456
+
457
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
458
+ } );
459
+
460
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
461
+ var $this = $( this );
462
+
463
+ var example = $this.find( "code" );
464
+ exampleText = example.html();
465
+ var lang = /{@lang (.*?)}/.exec( exampleText );
466
+ if ( lang && lang[1] ) {
467
+ exampleText = exampleText.replace( lang[0], "" );
468
+ example.html( exampleText );
469
+ lang = lang[1];
470
+ } else {
471
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
472
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
473
+ }
474
+
475
+ if ( lang ) {
476
+
477
+ $this
478
+ .addClass( "sunlight-highlight-" + lang )
479
+ .addClass( "linenums" )
480
+ .html( example.html() );
481
+
482
+ }
483
+ } );
484
+
485
+ Sunlight.highlightAll( {
486
+ lineNumbers : false,
487
+ showMenu : true,
488
+ enableDoclinks : true
489
+ } );
490
+
491
+ $.catchAnchorLinks( {
492
+ navbarOffset: 10
493
+ } );
494
+ $( "#toc" ).toc( {
495
+ anchorName : function ( i, heading, prefix ) {
496
+ return $( heading ).attr( "id" ) || ( prefix + i );
497
+ },
498
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
499
+ showAndHide : false,
500
+ smoothScrolling: true
501
+ } );
502
+
503
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
504
+ $( '.dropdown-toggle' ).dropdown();
505
+
506
+ $( "table" ).each( function () {
507
+ var $this = $( this );
508
+ $this.addClass('table');
509
+ } );
510
+
511
+ } );
512
+ </script>
513
+
514
+
515
+
516
+ <!--Navigation and Symbol Display-->
517
+
518
+
519
+ <!--Google Analytics-->
520
+
521
+
522
+
523
+ <script type="text/javascript">
524
+ $(document).ready(function() {
525
+ SearcherDisplay.init();
526
+ });
527
+ </script>
528
+
529
+
530
+ </body>
531
  </html>
docs/js/WPGMZA.ModernStoreLocatorCircle.html CHANGED
@@ -1,2400 +1,2400 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: ModernStoreLocatorCircle</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: ModernStoreLocatorCircle</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- ModernStoreLocatorCircle
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.ModernStoreLocatorCircle</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="ModernStoreLocatorCircle"><span class="type-signature"></span>new ModernStoreLocatorCircle(map_id [, settings])</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- This is the base class the modern store locator circle. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
- <th>Argument</th>
128
-
129
-
130
-
131
-
132
- <th class="last">Description</th>
133
- </tr>
134
- </thead>
135
-
136
- <tbody>
137
-
138
-
139
- <tr>
140
-
141
- <td class="name"><code>map_id</code></td>
142
-
143
-
144
- <td class="type">
145
-
146
-
147
- <span class="param-type">int</span>
148
-
149
-
150
-
151
-
152
- </td>
153
-
154
-
155
- <td class="attributes">
156
-
157
-
158
-
159
-
160
-
161
- </td>
162
-
163
-
164
-
165
-
166
- <td class="description last">The ID of the map this circle belongs to</td>
167
- </tr>
168
-
169
-
170
-
171
- <tr>
172
-
173
- <td class="name"><code>settings</code></td>
174
-
175
-
176
- <td class="type">
177
-
178
-
179
- <span class="param-type">object</span>
180
-
181
-
182
-
183
-
184
- </td>
185
-
186
-
187
- <td class="attributes">
188
-
189
- &lt;optional><br>
190
-
191
-
192
-
193
-
194
-
195
- </td>
196
-
197
-
198
-
199
-
200
- <td class="description last">Settings to pass into this circle, such as strokeColor</td>
201
- </tr>
202
-
203
-
204
- </tbody>
205
- </table>
206
-
207
-
208
-
209
-
210
- <dl class="details">
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
- </dl>
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
- </dd>
263
-
264
-
265
- </div>
266
-
267
-
268
-
269
-
270
-
271
-
272
-
273
-
274
-
275
-
276
-
277
-
278
-
279
-
280
- <h3 class="subsection-title">Methods</h3>
281
-
282
- <dl>
283
-
284
- <hr>
285
- <dt>
286
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance()</h4>
287
-
288
-
289
- </dt>
290
- <dd>
291
-
292
-
293
- <div class="description">
294
- Returns the contructor to be used by createInstance, depending on the selected maps engine.
295
- </div>
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
- <dl class="details">
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
- </dl>
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
- <h5>Returns:</h5>
357
-
358
-
359
- <div class="param-desc">
360
- The appropriate contructor
361
- </div>
362
-
363
-
364
-
365
- <dl>
366
- <dt>
367
- Type
368
- </dt>
369
- <dd>
370
-
371
- <span class="param-type">function</span>
372
-
373
-
374
-
375
- </dd>
376
- </dl>
377
-
378
-
379
-
380
-
381
-
382
- </dd>
383
-
384
-
385
-
386
- <hr>
387
- <dt>
388
- <h4 class="name" id="draw"><span class="type-signature"></span>draw()</h4>
389
-
390
-
391
- </dt>
392
- <dd>
393
-
394
-
395
- <div class="description">
396
- Draws the circle to the canvas
397
- </div>
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
- <dl class="details">
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
- </dl>
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
- </dd>
461
-
462
-
463
-
464
- <hr>
465
- <dt>
466
- <h4 class="name" id="getCanvasDimensions"><span class="type-signature"></span>getCanvasDimensions()</h4>
467
-
468
-
469
- </dt>
470
- <dd>
471
-
472
-
473
- <div class="description">
474
- Abstract function to get the canvas dimensions
475
- </div>
476
-
477
-
478
-
479
-
480
-
481
-
482
-
483
-
484
-
485
-
486
- <dl class="details">
487
-
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
-
496
-
497
-
498
-
499
-
500
-
501
-
502
-
503
-
504
-
505
-
506
-
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
-
518
-
519
-
520
-
521
-
522
- </dl>
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
- <h5>Throws:</h5>
535
-
536
-
537
-
538
- <div class="param-desc">
539
-
540
- Abstract function called
541
-
542
- </div>
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
- </dd>
551
-
552
-
553
-
554
- <hr>
555
- <dt>
556
- <h4 class="name" id="getCenter"><span class="type-signature"></span>getCenter()</h4>
557
-
558
-
559
- </dt>
560
- <dd>
561
-
562
-
563
- <div class="description">
564
- Returns the center of the circle
565
- </div>
566
-
567
-
568
-
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
- <dl class="details">
577
-
578
-
579
-
580
-
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
-
602
-
603
-
604
-
605
-
606
-
607
-
608
-
609
-
610
-
611
-
612
- </dl>
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
- <h5>Returns:</h5>
627
-
628
-
629
- <div class="param-desc">
630
- A latLng literal
631
- </div>
632
-
633
-
634
-
635
- <dl>
636
- <dt>
637
- Type
638
- </dt>
639
- <dd>
640
-
641
- <span class="param-type">object</span>
642
-
643
-
644
-
645
- </dd>
646
- </dl>
647
-
648
-
649
-
650
-
651
-
652
- </dd>
653
-
654
-
655
-
656
- <hr>
657
- <dt>
658
- <h4 class="name" id="getContext"><span class="type-signature"></span>getContext(type)</h4>
659
-
660
-
661
- </dt>
662
- <dd>
663
-
664
-
665
- <div class="description">
666
- Abstract function to set the canvas context
667
- </div>
668
-
669
-
670
-
671
-
672
-
673
-
674
-
675
-
676
- <h5>Parameters:</h5>
677
-
678
-
679
- <table class="params table table-striped">
680
- <thead>
681
- <tr>
682
-
683
- <th>Name</th>
684
-
685
-
686
- <th>Type</th>
687
-
688
-
689
-
690
-
691
-
692
- <th class="last">Description</th>
693
- </tr>
694
- </thead>
695
-
696
- <tbody>
697
-
698
-
699
- <tr>
700
-
701
- <td class="name"><code>type</code></td>
702
-
703
-
704
- <td class="type">
705
-
706
-
707
- <span class="param-type">string</span>
708
-
709
-
710
-
711
-
712
- </td>
713
-
714
-
715
-
716
-
717
-
718
- <td class="description last">The context type</td>
719
- </tr>
720
-
721
-
722
- </tbody>
723
- </table>
724
-
725
-
726
-
727
-
728
- <dl class="details">
729
-
730
-
731
-
732
-
733
-
734
-
735
-
736
-
737
-
738
-
739
-
740
-
741
-
742
-
743
-
744
-
745
-
746
-
747
-
748
-
749
-
750
-
751
-
752
-
753
-
754
-
755
-
756
-
757
-
758
-
759
-
760
-
761
-
762
-
763
-
764
- </dl>
765
-
766
-
767
-
768
-
769
-
770
-
771
-
772
-
773
-
774
-
775
-
776
- <h5>Throws:</h5>
777
-
778
-
779
-
780
- <div class="param-desc">
781
-
782
- Abstract function called
783
-
784
- </div>
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
- </dd>
793
-
794
-
795
-
796
- <hr>
797
- <dt>
798
- <h4 class="name" id="getPosition"><span class="type-signature"></span>getPosition()</h4>
799
-
800
-
801
- </dt>
802
- <dd>
803
-
804
-
805
- <div class="description">
806
- Gets the center of the circle
807
- </div>
808
-
809
-
810
-
811
-
812
-
813
-
814
-
815
-
816
-
817
-
818
- <dl class="details">
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
-
830
-
831
-
832
-
833
-
834
-
835
-
836
-
837
-
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
-
849
-
850
-
851
-
852
-
853
-
854
- </dl>
855
-
856
-
857
-
858
-
859
-
860
-
861
-
862
-
863
-
864
-
865
-
866
-
867
-
868
- <h5>Returns:</h5>
869
-
870
-
871
- <div class="param-desc">
872
- The center as a LatLng literal
873
- </div>
874
-
875
-
876
-
877
- <dl>
878
- <dt>
879
- Type
880
- </dt>
881
- <dd>
882
-
883
- <span class="param-type">object</span>
884
-
885
-
886
-
887
- </dd>
888
- </dl>
889
-
890
-
891
-
892
-
893
-
894
- </dd>
895
-
896
-
897
-
898
- <hr>
899
- <dt>
900
- <h4 class="name" id="getRadius"><span class="type-signature"></span>getRadius()</h4>
901
-
902
-
903
- </dt>
904
- <dd>
905
-
906
-
907
- <div class="description">
908
- Gets the circle radius, in kilometers
909
- </div>
910
-
911
-
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
- <dl class="details">
921
-
922
-
923
-
924
-
925
-
926
-
927
-
928
-
929
-
930
-
931
-
932
-
933
-
934
-
935
-
936
-
937
-
938
-
939
-
940
-
941
-
942
-
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
-
956
- </dl>
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
-
965
-
966
-
967
-
968
-
969
-
970
- <h5>Returns:</h5>
971
-
972
-
973
- <div class="param-desc">
974
- The circles radius, in kilometers
975
- </div>
976
-
977
-
978
-
979
- <dl>
980
- <dt>
981
- Type
982
- </dt>
983
- <dd>
984
-
985
- <span class="param-type">number</span>
986
-
987
-
988
-
989
- </dd>
990
- </dl>
991
-
992
-
993
-
994
-
995
-
996
- </dd>
997
-
998
-
999
-
1000
- <hr>
1001
- <dt>
1002
- <h4 class="name" id="getResolutionScale"><span class="type-signature"></span>getResolutionScale()</h4>
1003
-
1004
-
1005
- </dt>
1006
- <dd>
1007
-
1008
-
1009
- <div class="description">
1010
- Gets the resolution scale for drawing on the circles canvas.
1011
- </div>
1012
-
1013
-
1014
-
1015
-
1016
-
1017
-
1018
-
1019
-
1020
-
1021
-
1022
- <dl class="details">
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
-
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
-
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
- </dl>
1059
-
1060
-
1061
-
1062
-
1063
-
1064
-
1065
-
1066
-
1067
-
1068
-
1069
-
1070
-
1071
-
1072
- <h5>Returns:</h5>
1073
-
1074
-
1075
- <div class="param-desc">
1076
- The device pixel ratio, or 1 where that is not present.
1077
- </div>
1078
-
1079
-
1080
-
1081
- <dl>
1082
- <dt>
1083
- Type
1084
- </dt>
1085
- <dd>
1086
-
1087
- <span class="param-type">number</span>
1088
-
1089
-
1090
-
1091
- </dd>
1092
- </dl>
1093
-
1094
-
1095
-
1096
-
1097
-
1098
- </dd>
1099
-
1100
-
1101
-
1102
- <hr>
1103
- <dt>
1104
- <h4 class="name" id="getTransformedRadius"><span class="type-signature"></span>getTransformedRadius(km)</h4>
1105
-
1106
-
1107
- </dt>
1108
- <dd>
1109
-
1110
-
1111
- <div class="description">
1112
- Abstract function to get the transformed circle radius (see subclasses)
1113
- </div>
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
- <h5>Parameters:</h5>
1123
-
1124
-
1125
- <table class="params table table-striped">
1126
- <thead>
1127
- <tr>
1128
-
1129
- <th>Name</th>
1130
-
1131
-
1132
- <th>Type</th>
1133
-
1134
-
1135
-
1136
-
1137
-
1138
- <th class="last">Description</th>
1139
- </tr>
1140
- </thead>
1141
-
1142
- <tbody>
1143
-
1144
-
1145
- <tr>
1146
-
1147
- <td class="name"><code>km</code></td>
1148
-
1149
-
1150
- <td class="type">
1151
-
1152
-
1153
- <span class="param-type">number</span>
1154
-
1155
-
1156
-
1157
-
1158
- </td>
1159
-
1160
-
1161
-
1162
-
1163
-
1164
- <td class="description last">The input radius, in kilometers</td>
1165
- </tr>
1166
-
1167
-
1168
- </tbody>
1169
- </table>
1170
-
1171
-
1172
-
1173
-
1174
- <dl class="details">
1175
-
1176
-
1177
-
1178
-
1179
-
1180
-
1181
-
1182
-
1183
-
1184
-
1185
-
1186
-
1187
-
1188
-
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
-
1203
-
1204
-
1205
-
1206
-
1207
-
1208
-
1209
-
1210
- </dl>
1211
-
1212
-
1213
-
1214
-
1215
-
1216
-
1217
-
1218
-
1219
-
1220
-
1221
-
1222
- <h5>Throws:</h5>
1223
-
1224
-
1225
-
1226
- <div class="param-desc">
1227
-
1228
- Abstract function called
1229
-
1230
- </div>
1231
-
1232
-
1233
-
1234
-
1235
-
1236
-
1237
-
1238
- </dd>
1239
-
1240
-
1241
-
1242
- <hr>
1243
- <dt>
1244
- <h4 class="name" id="getVisible"><span class="type-signature"></span>getVisible()</h4>
1245
-
1246
-
1247
- </dt>
1248
- <dd>
1249
-
1250
-
1251
- <div class="description">
1252
- Gets the visibility of the circle
1253
- </div>
1254
-
1255
-
1256
-
1257
-
1258
-
1259
-
1260
-
1261
-
1262
-
1263
-
1264
- <dl class="details">
1265
-
1266
-
1267
-
1268
-
1269
-
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
- </dl>
1301
-
1302
-
1303
-
1304
-
1305
-
1306
-
1307
-
1308
-
1309
-
1310
-
1311
-
1312
-
1313
-
1314
- <h5>Returns:</h5>
1315
-
1316
-
1317
- <div class="param-desc">
1318
- Whether or not the circle is visible
1319
- </div>
1320
-
1321
-
1322
-
1323
- <dl>
1324
- <dt>
1325
- Type
1326
- </dt>
1327
- <dd>
1328
-
1329
- <span class="param-type">bool</span>
1330
-
1331
-
1332
-
1333
- </dd>
1334
- </dl>
1335
-
1336
-
1337
-
1338
-
1339
-
1340
- </dd>
1341
-
1342
-
1343
-
1344
- <hr>
1345
- <dt>
1346
- <h4 class="name" id="initCanvasLayer"><span class="type-signature"></span>initCanvasLayer()</h4>
1347
-
1348
-
1349
- </dt>
1350
- <dd>
1351
-
1352
-
1353
- <div class="description">
1354
- Abstract function to initialize the canvas layer
1355
- </div>
1356
-
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
- <dl class="details">
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
-
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
- </dl>
1403
-
1404
-
1405
-
1406
-
1407
-
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
-
1417
-
1418
- </dd>
1419
-
1420
-
1421
-
1422
- <hr>
1423
- <dt>
1424
- <h4 class="name" id="onResize"><span class="type-signature"></span>onResize()</h4>
1425
-
1426
-
1427
- </dt>
1428
- <dd>
1429
-
1430
-
1431
- <div class="description">
1432
- Handles the map viewport being resized
1433
- </div>
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
-
1441
-
1442
-
1443
-
1444
- <dl class="details">
1445
-
1446
-
1447
-
1448
-
1449
-
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
-
1464
-
1465
-
1466
-
1467
-
1468
-
1469
-
1470
-
1471
-
1472
-
1473
-
1474
-
1475
-
1476
-
1477
-
1478
-
1479
-
1480
- </dl>
1481
-
1482
-
1483
-
1484
-
1485
-
1486
-
1487
-
1488
-
1489
-
1490
-
1491
-
1492
-
1493
-
1494
-
1495
-
1496
- </dd>
1497
-
1498
-
1499
-
1500
- <hr>
1501
- <dt>
1502
- <h4 class="name" id="onUpdate"><span class="type-signature"></span>onUpdate()</h4>
1503
-
1504
-
1505
- </dt>
1506
- <dd>
1507
-
1508
-
1509
- <div class="description">
1510
- Updates and redraws the circle
1511
- </div>
1512
-
1513
-
1514
-
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
-
1522
- <dl class="details">
1523
-
1524
-
1525
-
1526
-
1527
-
1528
-
1529
-
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
-
1538
-
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
-
1552
-
1553
-
1554
-
1555
-
1556
-
1557
-
1558
- </dl>
1559
-
1560
-
1561
-
1562
-
1563
-
1564
-
1565
-
1566
-
1567
-
1568
-
1569
-
1570
-
1571
-
1572
-
1573
-
1574
- </dd>
1575
-
1576
-
1577
-
1578
- <hr>
1579
- <dt>
1580
- <h4 class="name" id="setCenter"><span class="type-signature"></span>setCenter(A)</h4>
1581
-
1582
-
1583
- </dt>
1584
- <dd>
1585
-
1586
-
1587
- <div class="description">
1588
- Sets the center of the circle
1589
- </div>
1590
-
1591
-
1592
-
1593
-
1594
-
1595
-
1596
-
1597
-
1598
- <h5>Parameters:</h5>
1599
-
1600
-
1601
- <table class="params table table-striped">
1602
- <thead>
1603
- <tr>
1604
-
1605
- <th>Name</th>
1606
-
1607
-
1608
- <th>Type</th>
1609
-
1610
-
1611
-
1612
-
1613
-
1614
- <th class="last">Description</th>
1615
- </tr>
1616
- </thead>
1617
-
1618
- <tbody>
1619
-
1620
-
1621
- <tr>
1622
-
1623
- <td class="name"><code>A</code></td>
1624
-
1625
-
1626
- <td class="type">
1627
-
1628
-
1629
- <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1630
- |
1631
-
1632
- <span class="param-type">object</span>
1633
-
1634
-
1635
-
1636
-
1637
- </td>
1638
-
1639
-
1640
-
1641
-
1642
-
1643
- <td class="description last">LatLng literal or instance of WPGMZA.LatLng</td>
1644
- </tr>
1645
-
1646
-
1647
- </tbody>
1648
- </table>
1649
-
1650
-
1651
-
1652
-
1653
- <dl class="details">
1654
-
1655
-
1656
-
1657
-
1658
-
1659
-
1660
-
1661
-
1662
-
1663
-
1664
-
1665
-
1666
-
1667
-
1668
-
1669
-
1670
-
1671
-
1672
-
1673
-
1674
-
1675
-
1676
-
1677
-
1678
-
1679
-
1680
-
1681
-
1682
-
1683
-
1684
-
1685
-
1686
-
1687
-
1688
-
1689
- </dl>
1690
-
1691
-
1692
-
1693
-
1694
-
1695
-
1696
-
1697
-
1698
-
1699
-
1700
-
1701
-
1702
-
1703
-
1704
-
1705
- </dd>
1706
-
1707
-
1708
-
1709
- <hr>
1710
- <dt>
1711
- <h4 class="name" id="setOptions"><span class="type-signature"></span>setOptions(options)</h4>
1712
-
1713
-
1714
- </dt>
1715
- <dd>
1716
-
1717
-
1718
- <div class="description">
1719
- Sets options on the circle (for example, strokeColor)
1720
- </div>
1721
-
1722
-
1723
-
1724
-
1725
-
1726
-
1727
-
1728
-
1729
- <h5>Parameters:</h5>
1730
-
1731
-
1732
- <table class="params table table-striped">
1733
- <thead>
1734
- <tr>
1735
-
1736
- <th>Name</th>
1737
-
1738
-
1739
- <th>Type</th>
1740
-
1741
-
1742
-
1743
-
1744
-
1745
- <th class="last">Description</th>
1746
- </tr>
1747
- </thead>
1748
-
1749
- <tbody>
1750
-
1751
-
1752
- <tr>
1753
-
1754
- <td class="name"><code>options</code></td>
1755
-
1756
-
1757
- <td class="type">
1758
-
1759
-
1760
- <span class="param-type">object</span>
1761
-
1762
-
1763
-
1764
-
1765
- </td>
1766
-
1767
-
1768
-
1769
-
1770
-
1771
- <td class="description last">An object of options to iterate over and set on this circle.</td>
1772
- </tr>
1773
-
1774
-
1775
- </tbody>
1776
- </table>
1777
-
1778
-
1779
-
1780
-
1781
- <dl class="details">
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
-
1810
-
1811
-
1812
-
1813
-
1814
-
1815
-
1816
-
1817
- </dl>
1818
-
1819
-
1820
-
1821
-
1822
-
1823
-
1824
-
1825
-
1826
-
1827
-
1828
-
1829
-
1830
-
1831
-
1832
-
1833
- </dd>
1834
-
1835
-
1836
-
1837
- <hr>
1838
- <dt>
1839
- <h4 class="name" id="setPosition"><span class="type-signature"></span>setPosition()</h4>
1840
-
1841
-
1842
- </dt>
1843
- <dd>
1844
-
1845
-
1846
- <div class="description">
1847
- Alias for setCenter
1848
- </div>
1849
-
1850
-
1851
-
1852
-
1853
-
1854
-
1855
-
1856
-
1857
-
1858
-
1859
- <dl class="details">
1860
-
1861
-
1862
-
1863
-
1864
-
1865
-
1866
-
1867
-
1868
-
1869
-
1870
-
1871
-
1872
-
1873
-
1874
-
1875
-
1876
-
1877
-
1878
-
1879
-
1880
-
1881
-
1882
-
1883
-
1884
-
1885
-
1886
-
1887
-
1888
-
1889
-
1890
-
1891
-
1892
-
1893
-
1894
-
1895
- </dl>
1896
-
1897
-
1898
-
1899
-
1900
-
1901
-
1902
-
1903
-
1904
-
1905
-
1906
-
1907
-
1908
-
1909
-
1910
-
1911
- </dd>
1912
-
1913
-
1914
-
1915
- <hr>
1916
- <dt>
1917
- <h4 class="name" id="setRadius"><span class="type-signature"></span>setRadius(radius)</h4>
1918
-
1919
-
1920
- </dt>
1921
- <dd>
1922
-
1923
-
1924
- <div class="description">
1925
- Sets the circles radius, in kilometers
1926
- </div>
1927
-
1928
-
1929
-
1930
-
1931
-
1932
-
1933
-
1934
-
1935
- <h5>Parameters:</h5>
1936
-
1937
-
1938
- <table class="params table table-striped">
1939
- <thead>
1940
- <tr>
1941
-
1942
- <th>Name</th>
1943
-
1944
-
1945
- <th>Type</th>
1946
-
1947
-
1948
-
1949
-
1950
-
1951
- <th class="last">Description</th>
1952
- </tr>
1953
- </thead>
1954
-
1955
- <tbody>
1956
-
1957
-
1958
- <tr>
1959
-
1960
- <td class="name"><code>radius</code></td>
1961
-
1962
-
1963
- <td class="type">
1964
-
1965
-
1966
- <span class="param-type">number</span>
1967
-
1968
-
1969
-
1970
-
1971
- </td>
1972
-
1973
-
1974
-
1975
-
1976
-
1977
- <td class="description last">The radius, in kilometers</td>
1978
- </tr>
1979
-
1980
-
1981
- </tbody>
1982
- </table>
1983
-
1984
-
1985
-
1986
-
1987
- <dl class="details">
1988
-
1989
-
1990
-
1991
-
1992
-
1993
-
1994
-
1995
-
1996
-
1997
-
1998
-
1999
-
2000
-
2001
-
2002
-
2003
-
2004
-
2005
-
2006
-
2007
-
2008
-
2009
-
2010
-
2011
-
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
- </dl>
2024
-
2025
-
2026
-
2027
-
2028
-
2029
-
2030
-
2031
-
2032
-
2033
-
2034
-
2035
- <h5>Throws:</h5>
2036
-
2037
-
2038
-
2039
- <div class="param-desc">
2040
-
2041
- Invalid radius
2042
-
2043
- </div>
2044
-
2045
-
2046
-
2047
-
2048
-
2049
-
2050
-
2051
- </dd>
2052
-
2053
-
2054
-
2055
- <hr>
2056
- <dt>
2057
- <h4 class="name" id="setVisible"><span class="type-signature"></span>setVisible(visible)</h4>
2058
-
2059
-
2060
- </dt>
2061
- <dd>
2062
-
2063
-
2064
- <div class="description">
2065
- Sets the visibility of the circle
2066
- </div>
2067
-
2068
-
2069
-
2070
-
2071
-
2072
-
2073
-
2074
-
2075
- <h5>Parameters:</h5>
2076
-
2077
-
2078
- <table class="params table table-striped">
2079
- <thead>
2080
- <tr>
2081
-
2082
- <th>Name</th>
2083
-
2084
-
2085
- <th>Type</th>
2086
-
2087
-
2088
-
2089
-
2090
-
2091
- <th class="last">Description</th>
2092
- </tr>
2093
- </thead>
2094
-
2095
- <tbody>
2096
-
2097
-
2098
- <tr>
2099
-
2100
- <td class="name"><code>visible</code></td>
2101
-
2102
-
2103
- <td class="type">
2104
-
2105
-
2106
- <span class="param-type">bool</span>
2107
-
2108
-
2109
-
2110
-
2111
- </td>
2112
-
2113
-
2114
-
2115
-
2116
-
2117
- <td class="description last">Whether the circle should be visible</td>
2118
- </tr>
2119
-
2120
-
2121
- </tbody>
2122
- </table>
2123
-
2124
-
2125
-
2126
-
2127
- <dl class="details">
2128
-
2129
-
2130
-
2131
-
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
-
2142
-
2143
-
2144
-
2145
-
2146
-
2147
-
2148
-
2149
-
2150
-
2151
-
2152
-
2153
-
2154
-
2155
-
2156
-
2157
-
2158
-
2159
-
2160
-
2161
-
2162
-
2163
- </dl>
2164
-
2165
-
2166
-
2167
-
2168
-
2169
-
2170
-
2171
-
2172
-
2173
-
2174
-
2175
-
2176
-
2177
-
2178
-
2179
- </dd>
2180
-
2181
-
2182
-
2183
- <hr>
2184
- <dt>
2185
- <h4 class="name" id="validateSettings"><span class="type-signature"></span>validateSettings()</h4>
2186
-
2187
-
2188
- </dt>
2189
- <dd>
2190
-
2191
-
2192
- <div class="description">
2193
- Validates the circle settings and corrects them where they are invalid
2194
- </div>
2195
-
2196
-
2197
-
2198
-
2199
-
2200
-
2201
-
2202
-
2203
-
2204
-
2205
- <dl class="details">
2206
-
2207
-
2208
-
2209
-
2210
-
2211
-
2212
-
2213
-
2214
-
2215
-
2216
-
2217
-
2218
-
2219
-
2220
-
2221
-
2222
-
2223
-
2224
-
2225
-
2226
-
2227
-
2228
-
2229
-
2230
-
2231
-
2232
-
2233
-
2234
-
2235
-
2236
-
2237
-
2238
-
2239
-
2240
-
2241
- </dl>
2242
-
2243
-
2244
-
2245
-
2246
-
2247
-
2248
-
2249
-
2250
-
2251
-
2252
-
2253
-
2254
-
2255
-
2256
-
2257
- </dd>
2258
-
2259
- </dl>
2260
-
2261
-
2262
-
2263
-
2264
-
2265
- </article>
2266
-
2267
- </section>
2268
-
2269
-
2270
-
2271
-
2272
- </div>
2273
- </div>
2274
-
2275
- <div class="clearfix"></div>
2276
-
2277
-
2278
- <div class="col-md-3">
2279
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2280
- </div>
2281
-
2282
-
2283
- </div>
2284
- </div>
2285
-
2286
-
2287
- <div class="modal fade" id="searchResults">
2288
- <div class="modal-dialog">
2289
- <div class="modal-content">
2290
- <div class="modal-header">
2291
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2292
- <h4 class="modal-title">Search results</h4>
2293
- </div>
2294
- <div class="modal-body"></div>
2295
- <div class="modal-footer">
2296
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2297
- </div>
2298
- </div><!-- /.modal-content -->
2299
- </div><!-- /.modal-dialog -->
2300
- </div>
2301
-
2302
-
2303
- <footer>
2304
-
2305
-
2306
- <span class="jsdoc-message">
2307
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2308
-
2309
- on 2019-01-18T10:34:58+00:00
2310
-
2311
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2312
- </span>
2313
- </footer>
2314
-
2315
- <script src="scripts/docstrap.lib.js"></script>
2316
- <script src="scripts/toc.js"></script>
2317
-
2318
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2319
-
2320
-
2321
- <script>
2322
- $( function () {
2323
- $( "[id*='$']" ).each( function () {
2324
- var $this = $( this );
2325
-
2326
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2327
- } );
2328
-
2329
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2330
- var $this = $( this );
2331
-
2332
- var example = $this.find( "code" );
2333
- exampleText = example.html();
2334
- var lang = /{@lang (.*?)}/.exec( exampleText );
2335
- if ( lang && lang[1] ) {
2336
- exampleText = exampleText.replace( lang[0], "" );
2337
- example.html( exampleText );
2338
- lang = lang[1];
2339
- } else {
2340
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2341
- lang = langClassMatch ? langClassMatch[1] : "javascript";
2342
- }
2343
-
2344
- if ( lang ) {
2345
-
2346
- $this
2347
- .addClass( "sunlight-highlight-" + lang )
2348
- .addClass( "linenums" )
2349
- .html( example.html() );
2350
-
2351
- }
2352
- } );
2353
-
2354
- Sunlight.highlightAll( {
2355
- lineNumbers : false,
2356
- showMenu : true,
2357
- enableDoclinks : true
2358
- } );
2359
-
2360
- $.catchAnchorLinks( {
2361
- navbarOffset: 10
2362
- } );
2363
- $( "#toc" ).toc( {
2364
- anchorName : function ( i, heading, prefix ) {
2365
- return $( heading ).attr( "id" ) || ( prefix + i );
2366
- },
2367
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2368
- showAndHide : false,
2369
- smoothScrolling: true
2370
- } );
2371
-
2372
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2373
- $( '.dropdown-toggle' ).dropdown();
2374
-
2375
- $( "table" ).each( function () {
2376
- var $this = $( this );
2377
- $this.addClass('table');
2378
- } );
2379
-
2380
- } );
2381
- </script>
2382
-
2383
-
2384
-
2385
- <!--Navigation and Symbol Display-->
2386
-
2387
-
2388
- <!--Google Analytics-->
2389
-
2390
-
2391
-
2392
- <script type="text/javascript">
2393
- $(document).ready(function() {
2394
- SearcherDisplay.init();
2395
- });
2396
- </script>
2397
-
2398
-
2399
- </body>
2400
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: ModernStoreLocatorCircle</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: ModernStoreLocatorCircle</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ ModernStoreLocatorCircle
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.ModernStoreLocatorCircle</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="ModernStoreLocatorCircle"><span class="type-signature"></span>new ModernStoreLocatorCircle(map_id [, settings])</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ This is the base class the modern store locator circle. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+ <th>Argument</th>
128
+
129
+
130
+
131
+
132
+ <th class="last">Description</th>
133
+ </tr>
134
+ </thead>
135
+
136
+ <tbody>
137
+
138
+
139
+ <tr>
140
+
141
+ <td class="name"><code>map_id</code></td>
142
+
143
+
144
+ <td class="type">
145
+
146
+
147
+ <span class="param-type">int</span>
148
+
149
+
150
+
151
+
152
+ </td>
153
+
154
+
155
+ <td class="attributes">
156
+
157
+
158
+
159
+
160
+
161
+ </td>
162
+
163
+
164
+
165
+
166
+ <td class="description last">The ID of the map this circle belongs to</td>
167
+ </tr>
168
+
169
+
170
+
171
+ <tr>
172
+
173
+ <td class="name"><code>settings</code></td>
174
+
175
+
176
+ <td class="type">
177
+
178
+
179
+ <span class="param-type">object</span>
180
+
181
+
182
+
183
+
184
+ </td>
185
+
186
+
187
+ <td class="attributes">
188
+
189
+ &lt;optional><br>
190
+
191
+
192
+
193
+
194
+
195
+ </td>
196
+
197
+
198
+
199
+
200
+ <td class="description last">Settings to pass into this circle, such as strokeColor</td>
201
+ </tr>
202
+
203
+
204
+ </tbody>
205
+ </table>
206
+
207
+
208
+
209
+
210
+ <dl class="details">
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+ </dl>
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+ </dd>
263
+
264
+
265
+ </div>
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+ <h3 class="subsection-title">Methods</h3>
281
+
282
+ <dl>
283
+
284
+ <hr>
285
+ <dt>
286
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance()</h4>
287
+
288
+
289
+ </dt>
290
+ <dd>
291
+
292
+
293
+ <div class="description">
294
+ Returns the contructor to be used by createInstance, depending on the selected maps engine.
295
+ </div>
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+ <dl class="details">
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+ </dl>
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+ <h5>Returns:</h5>
357
+
358
+
359
+ <div class="param-desc">
360
+ The appropriate contructor
361
+ </div>
362
+
363
+
364
+
365
+ <dl>
366
+ <dt>
367
+ Type
368
+ </dt>
369
+ <dd>
370
+
371
+ <span class="param-type">function</span>
372
+
373
+
374
+
375
+ </dd>
376
+ </dl>
377
+
378
+
379
+
380
+
381
+
382
+ </dd>
383
+
384
+
385
+
386
+ <hr>
387
+ <dt>
388
+ <h4 class="name" id="draw"><span class="type-signature"></span>draw()</h4>
389
+
390
+
391
+ </dt>
392
+ <dd>
393
+
394
+
395
+ <div class="description">
396
+ Draws the circle to the canvas
397
+ </div>
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+ <dl class="details">
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+ </dl>
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+ </dd>
461
+
462
+
463
+
464
+ <hr>
465
+ <dt>
466
+ <h4 class="name" id="getCanvasDimensions"><span class="type-signature"></span>getCanvasDimensions()</h4>
467
+
468
+
469
+ </dt>
470
+ <dd>
471
+
472
+
473
+ <div class="description">
474
+ Abstract function to get the canvas dimensions
475
+ </div>
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+ <dl class="details">
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+ </dl>
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ <h5>Throws:</h5>
535
+
536
+
537
+
538
+ <div class="param-desc">
539
+
540
+ Abstract function called
541
+
542
+ </div>
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+ </dd>
551
+
552
+
553
+
554
+ <hr>
555
+ <dt>
556
+ <h4 class="name" id="getCenter"><span class="type-signature"></span>getCenter()</h4>
557
+
558
+
559
+ </dt>
560
+ <dd>
561
+
562
+
563
+ <div class="description">
564
+ Returns the center of the circle
565
+ </div>
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+ <dl class="details">
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+ </dl>
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+ <h5>Returns:</h5>
627
+
628
+
629
+ <div class="param-desc">
630
+ A latLng literal
631
+ </div>
632
+
633
+
634
+
635
+ <dl>
636
+ <dt>
637
+ Type
638
+ </dt>
639
+ <dd>
640
+
641
+ <span class="param-type">object</span>
642
+
643
+
644
+
645
+ </dd>
646
+ </dl>
647
+
648
+
649
+
650
+
651
+
652
+ </dd>
653
+
654
+
655
+
656
+ <hr>
657
+ <dt>
658
+ <h4 class="name" id="getContext"><span class="type-signature"></span>getContext(type)</h4>
659
+
660
+
661
+ </dt>
662
+ <dd>
663
+
664
+
665
+ <div class="description">
666
+ Abstract function to set the canvas context
667
+ </div>
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+ <h5>Parameters:</h5>
677
+
678
+
679
+ <table class="params table table-striped">
680
+ <thead>
681
+ <tr>
682
+
683
+ <th>Name</th>
684
+
685
+
686
+ <th>Type</th>
687
+
688
+
689
+
690
+
691
+
692
+ <th class="last">Description</th>
693
+ </tr>
694
+ </thead>
695
+
696
+ <tbody>
697
+
698
+
699
+ <tr>
700
+
701
+ <td class="name"><code>type</code></td>
702
+
703
+
704
+ <td class="type">
705
+
706
+
707
+ <span class="param-type">string</span>
708
+
709
+
710
+
711
+
712
+ </td>
713
+
714
+
715
+
716
+
717
+
718
+ <td class="description last">The context type</td>
719
+ </tr>
720
+
721
+
722
+ </tbody>
723
+ </table>
724
+
725
+
726
+
727
+
728
+ <dl class="details">
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+ </dl>
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+ <h5>Throws:</h5>
777
+
778
+
779
+
780
+ <div class="param-desc">
781
+
782
+ Abstract function called
783
+
784
+ </div>
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+ </dd>
793
+
794
+
795
+
796
+ <hr>
797
+ <dt>
798
+ <h4 class="name" id="getPosition"><span class="type-signature"></span>getPosition()</h4>
799
+
800
+
801
+ </dt>
802
+ <dd>
803
+
804
+
805
+ <div class="description">
806
+ Gets the center of the circle
807
+ </div>
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+ <dl class="details">
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+ </dl>
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+ <h5>Returns:</h5>
869
+
870
+
871
+ <div class="param-desc">
872
+ The center as a LatLng literal
873
+ </div>
874
+
875
+
876
+
877
+ <dl>
878
+ <dt>
879
+ Type
880
+ </dt>
881
+ <dd>
882
+
883
+ <span class="param-type">object</span>
884
+
885
+
886
+
887
+ </dd>
888
+ </dl>
889
+
890
+
891
+
892
+
893
+
894
+ </dd>
895
+
896
+
897
+
898
+ <hr>
899
+ <dt>
900
+ <h4 class="name" id="getRadius"><span class="type-signature"></span>getRadius()</h4>
901
+
902
+
903
+ </dt>
904
+ <dd>
905
+
906
+
907
+ <div class="description">
908
+ Gets the circle radius, in kilometers
909
+ </div>
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+ <dl class="details">
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+
929
+
930
+
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+
952
+
953
+
954
+
955
+
956
+ </dl>
957
+
958
+
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+ <h5>Returns:</h5>
971
+
972
+
973
+ <div class="param-desc">
974
+ The circles radius, in kilometers
975
+ </div>
976
+
977
+
978
+
979
+ <dl>
980
+ <dt>
981
+ Type
982
+ </dt>
983
+ <dd>
984
+
985
+ <span class="param-type">number</span>
986
+
987
+
988
+
989
+ </dd>
990
+ </dl>
991
+
992
+
993
+
994
+
995
+
996
+ </dd>
997
+
998
+
999
+
1000
+ <hr>
1001
+ <dt>
1002
+ <h4 class="name" id="getResolutionScale"><span class="type-signature"></span>getResolutionScale()</h4>
1003
+
1004
+
1005
+ </dt>
1006
+ <dd>
1007
+
1008
+
1009
+ <div class="description">
1010
+ Gets the resolution scale for drawing on the circles canvas.
1011
+ </div>
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ <dl class="details">
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+ </dl>
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+ <h5>Returns:</h5>
1073
+
1074
+
1075
+ <div class="param-desc">
1076
+ The device pixel ratio, or 1 where that is not present.
1077
+ </div>
1078
+
1079
+
1080
+
1081
+ <dl>
1082
+ <dt>
1083
+ Type
1084
+ </dt>
1085
+ <dd>
1086
+
1087
+ <span class="param-type">number</span>
1088
+
1089
+
1090
+
1091
+ </dd>
1092
+ </dl>
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+ </dd>
1099
+
1100
+
1101
+
1102
+ <hr>
1103
+ <dt>
1104
+ <h4 class="name" id="getTransformedRadius"><span class="type-signature"></span>getTransformedRadius(km)</h4>
1105
+
1106
+
1107
+ </dt>
1108
+ <dd>
1109
+
1110
+
1111
+ <div class="description">
1112
+ Abstract function to get the transformed circle radius (see subclasses)
1113
+ </div>
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+ <h5>Parameters:</h5>
1123
+
1124
+
1125
+ <table class="params table table-striped">
1126
+ <thead>
1127
+ <tr>
1128
+
1129
+ <th>Name</th>
1130
+
1131
+
1132
+ <th>Type</th>
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+ <th class="last">Description</th>
1139
+ </tr>
1140
+ </thead>
1141
+
1142
+ <tbody>
1143
+
1144
+
1145
+ <tr>
1146
+
1147
+ <td class="name"><code>km</code></td>
1148
+
1149
+
1150
+ <td class="type">
1151
+
1152
+
1153
+ <span class="param-type">number</span>
1154
+
1155
+
1156
+
1157
+
1158
+ </td>
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+ <td class="description last">The input radius, in kilometers</td>
1165
+ </tr>
1166
+
1167
+
1168
+ </tbody>
1169
+ </table>
1170
+
1171
+
1172
+
1173
+
1174
+ <dl class="details">
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+ </dl>
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+ <h5>Throws:</h5>
1223
+
1224
+
1225
+
1226
+ <div class="param-desc">
1227
+
1228
+ Abstract function called
1229
+
1230
+ </div>
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+ </dd>
1239
+
1240
+
1241
+
1242
+ <hr>
1243
+ <dt>
1244
+ <h4 class="name" id="getVisible"><span class="type-signature"></span>getVisible()</h4>
1245
+
1246
+
1247
+ </dt>
1248
+ <dd>
1249
+
1250
+
1251
+ <div class="description">
1252
+ Gets the visibility of the circle
1253
+ </div>
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ <dl class="details">
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+ </dl>
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+ <h5>Returns:</h5>
1315
+
1316
+
1317
+ <div class="param-desc">
1318
+ Whether or not the circle is visible
1319
+ </div>
1320
+
1321
+
1322
+
1323
+ <dl>
1324
+ <dt>
1325
+ Type
1326
+ </dt>
1327
+ <dd>
1328
+
1329
+ <span class="param-type">bool</span>
1330
+
1331
+
1332
+
1333
+ </dd>
1334
+ </dl>
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ </dd>
1341
+
1342
+
1343
+
1344
+ <hr>
1345
+ <dt>
1346
+ <h4 class="name" id="initCanvasLayer"><span class="type-signature"></span>initCanvasLayer()</h4>
1347
+
1348
+
1349
+ </dt>
1350
+ <dd>
1351
+
1352
+
1353
+ <div class="description">
1354
+ Abstract function to initialize the canvas layer
1355
+ </div>
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+ <dl class="details">
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+ </dl>
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+ </dd>
1419
+
1420
+
1421
+
1422
+ <hr>
1423
+ <dt>
1424
+ <h4 class="name" id="onResize"><span class="type-signature"></span>onResize()</h4>
1425
+
1426
+
1427
+ </dt>
1428
+ <dd>
1429
+
1430
+
1431
+ <div class="description">
1432
+ Handles the map viewport being resized
1433
+ </div>
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+ <dl class="details">
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+
1480
+ </dl>
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+ </dd>
1497
+
1498
+
1499
+
1500
+ <hr>
1501
+ <dt>
1502
+ <h4 class="name" id="onUpdate"><span class="type-signature"></span>onUpdate()</h4>
1503
+
1504
+
1505
+ </dt>
1506
+ <dd>
1507
+
1508
+
1509
+ <div class="description">
1510
+ Updates and redraws the circle
1511
+ </div>
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+ <dl class="details">
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+ </dl>
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+ </dd>
1575
+
1576
+
1577
+
1578
+ <hr>
1579
+ <dt>
1580
+ <h4 class="name" id="setCenter"><span class="type-signature"></span>setCenter(A)</h4>
1581
+
1582
+
1583
+ </dt>
1584
+ <dd>
1585
+
1586
+
1587
+ <div class="description">
1588
+ Sets the center of the circle
1589
+ </div>
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+ <h5>Parameters:</h5>
1599
+
1600
+
1601
+ <table class="params table table-striped">
1602
+ <thead>
1603
+ <tr>
1604
+
1605
+ <th>Name</th>
1606
+
1607
+
1608
+ <th>Type</th>
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+ <th class="last">Description</th>
1615
+ </tr>
1616
+ </thead>
1617
+
1618
+ <tbody>
1619
+
1620
+
1621
+ <tr>
1622
+
1623
+ <td class="name"><code>A</code></td>
1624
+
1625
+
1626
+ <td class="type">
1627
+
1628
+
1629
+ <span class="param-type"><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></span>
1630
+ |
1631
+
1632
+ <span class="param-type">object</span>
1633
+
1634
+
1635
+
1636
+
1637
+ </td>
1638
+
1639
+
1640
+
1641
+
1642
+
1643
+ <td class="description last">LatLng literal or instance of WPGMZA.LatLng</td>
1644
+ </tr>
1645
+
1646
+
1647
+ </tbody>
1648
+ </table>
1649
+
1650
+
1651
+
1652
+
1653
+ <dl class="details">
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+ </dl>
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+
1705
+ </dd>
1706
+
1707
+
1708
+
1709
+ <hr>
1710
+ <dt>
1711
+ <h4 class="name" id="setOptions"><span class="type-signature"></span>setOptions(options)</h4>
1712
+
1713
+
1714
+ </dt>
1715
+ <dd>
1716
+
1717
+
1718
+ <div class="description">
1719
+ Sets options on the circle (for example, strokeColor)
1720
+ </div>
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+ <h5>Parameters:</h5>
1730
+
1731
+
1732
+ <table class="params table table-striped">
1733
+ <thead>
1734
+ <tr>
1735
+
1736
+ <th>Name</th>
1737
+
1738
+
1739
+ <th>Type</th>
1740
+
1741
+
1742
+
1743
+
1744
+
1745
+ <th class="last">Description</th>
1746
+ </tr>
1747
+ </thead>
1748
+
1749
+ <tbody>
1750
+
1751
+
1752
+ <tr>
1753
+
1754
+ <td class="name"><code>options</code></td>
1755
+
1756
+
1757
+ <td class="type">
1758
+
1759
+
1760
+ <span class="param-type">object</span>
1761
+
1762
+
1763
+
1764
+
1765
+ </td>
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+ <td class="description last">An object of options to iterate over and set on this circle.</td>
1772
+ </tr>
1773
+
1774
+
1775
+ </tbody>
1776
+ </table>
1777
+
1778
+
1779
+
1780
+
1781
+ <dl class="details">
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+ </dl>
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+
1832
+
1833
+ </dd>
1834
+
1835
+
1836
+
1837
+ <hr>
1838
+ <dt>
1839
+ <h4 class="name" id="setPosition"><span class="type-signature"></span>setPosition()</h4>
1840
+
1841
+
1842
+ </dt>
1843
+ <dd>
1844
+
1845
+
1846
+ <div class="description">
1847
+ Alias for setCenter
1848
+ </div>
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+ <dl class="details">
1860
+
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+ </dl>
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+ </dd>
1912
+
1913
+
1914
+
1915
+ <hr>
1916
+ <dt>
1917
+ <h4 class="name" id="setRadius"><span class="type-signature"></span>setRadius(radius)</h4>
1918
+
1919
+
1920
+ </dt>
1921
+ <dd>
1922
+
1923
+
1924
+ <div class="description">
1925
+ Sets the circles radius, in kilometers
1926
+ </div>
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+
1934
+
1935
+ <h5>Parameters:</h5>
1936
+
1937
+
1938
+ <table class="params table table-striped">
1939
+ <thead>
1940
+ <tr>
1941
+
1942
+ <th>Name</th>
1943
+
1944
+
1945
+ <th>Type</th>
1946
+
1947
+
1948
+
1949
+
1950
+
1951
+ <th class="last">Description</th>
1952
+ </tr>
1953
+ </thead>
1954
+
1955
+ <tbody>
1956
+
1957
+
1958
+ <tr>
1959
+
1960
+ <td class="name"><code>radius</code></td>
1961
+
1962
+
1963
+ <td class="type">
1964
+
1965
+
1966
+ <span class="param-type">number</span>
1967
+
1968
+
1969
+
1970
+
1971
+ </td>
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+ <td class="description last">The radius, in kilometers</td>
1978
+ </tr>
1979
+
1980
+
1981
+ </tbody>
1982
+ </table>
1983
+
1984
+
1985
+
1986
+
1987
+ <dl class="details">
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+ </dl>
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+ <h5>Throws:</h5>
2036
+
2037
+
2038
+
2039
+ <div class="param-desc">
2040
+
2041
+ Invalid radius
2042
+
2043
+ </div>
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+
2051
+ </dd>
2052
+
2053
+
2054
+
2055
+ <hr>
2056
+ <dt>
2057
+ <h4 class="name" id="setVisible"><span class="type-signature"></span>setVisible(visible)</h4>
2058
+
2059
+
2060
+ </dt>
2061
+ <dd>
2062
+
2063
+
2064
+ <div class="description">
2065
+ Sets the visibility of the circle
2066
+ </div>
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+ <h5>Parameters:</h5>
2076
+
2077
+
2078
+ <table class="params table table-striped">
2079
+ <thead>
2080
+ <tr>
2081
+
2082
+ <th>Name</th>
2083
+
2084
+
2085
+ <th>Type</th>
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+ <th class="last">Description</th>
2092
+ </tr>
2093
+ </thead>
2094
+
2095
+ <tbody>
2096
+
2097
+
2098
+ <tr>
2099
+
2100
+ <td class="name"><code>visible</code></td>
2101
+
2102
+
2103
+ <td class="type">
2104
+
2105
+
2106
+ <span class="param-type">bool</span>
2107
+
2108
+
2109
+
2110
+
2111
+ </td>
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+ <td class="description last">Whether the circle should be visible</td>
2118
+ </tr>
2119
+
2120
+
2121
+ </tbody>
2122
+ </table>
2123
+
2124
+
2125
+
2126
+
2127
+ <dl class="details">
2128
+
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+ </dl>
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+
2177
+
2178
+
2179
+ </dd>
2180
+
2181
+
2182
+
2183
+ <hr>
2184
+ <dt>
2185
+ <h4 class="name" id="validateSettings"><span class="type-signature"></span>validateSettings()</h4>
2186
+
2187
+
2188
+ </dt>
2189
+ <dd>
2190
+
2191
+
2192
+ <div class="description">
2193
+ Validates the circle settings and corrects them where they are invalid
2194
+ </div>
2195
+
2196
+
2197
+
2198
+
2199
+
2200
+
2201
+
2202
+
2203
+
2204
+
2205
+ <dl class="details">
2206
+
2207
+
2208
+
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+
2223
+
2224
+
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+ </dl>
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+ </dd>
2258
+
2259
+ </dl>
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+ </article>
2266
+
2267
+ </section>
2268
+
2269
+
2270
+
2271
+
2272
+ </div>
2273
+ </div>
2274
+
2275
+ <div class="clearfix"></div>
2276
+
2277
+
2278
+ <div class="col-md-3">
2279
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2280
+ </div>
2281
+
2282
+
2283
+ </div>
2284
+ </div>
2285
+
2286
+
2287
+ <div class="modal fade" id="searchResults">
2288
+ <div class="modal-dialog">
2289
+ <div class="modal-content">
2290
+ <div class="modal-header">
2291
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2292
+ <h4 class="modal-title">Search results</h4>
2293
+ </div>
2294
+ <div class="modal-body"></div>
2295
+ <div class="modal-footer">
2296
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2297
+ </div>
2298
+ </div><!-- /.modal-content -->
2299
+ </div><!-- /.modal-dialog -->
2300
+ </div>
2301
+
2302
+
2303
+ <footer>
2304
+
2305
+
2306
+ <span class="jsdoc-message">
2307
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2308
+
2309
+ on 2019-01-20T11:35:49+00:00
2310
+
2311
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2312
+ </span>
2313
+ </footer>
2314
+
2315
+ <script src="scripts/docstrap.lib.js"></script>
2316
+ <script src="scripts/toc.js"></script>
2317
+
2318
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2319
+
2320
+
2321
+ <script>
2322
+ $( function () {
2323
+ $( "[id*='$']" ).each( function () {
2324
+ var $this = $( this );
2325
+
2326
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2327
+ } );
2328
+
2329
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2330
+ var $this = $( this );
2331
+
2332
+ var example = $this.find( "code" );
2333
+ exampleText = example.html();
2334
+ var lang = /{@lang (.*?)}/.exec( exampleText );
2335
+ if ( lang && lang[1] ) {
2336
+ exampleText = exampleText.replace( lang[0], "" );
2337
+ example.html( exampleText );
2338
+ lang = lang[1];
2339
+ } else {
2340
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2341
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
2342
+ }
2343
+
2344
+ if ( lang ) {
2345
+
2346
+ $this
2347
+ .addClass( "sunlight-highlight-" + lang )
2348
+ .addClass( "linenums" )
2349
+ .html( example.html() );
2350
+
2351
+ }
2352
+ } );
2353
+
2354
+ Sunlight.highlightAll( {
2355
+ lineNumbers : false,
2356
+ showMenu : true,
2357
+ enableDoclinks : true
2358
+ } );
2359
+
2360
+ $.catchAnchorLinks( {
2361
+ navbarOffset: 10
2362
+ } );
2363
+ $( "#toc" ).toc( {
2364
+ anchorName : function ( i, heading, prefix ) {
2365
+ return $( heading ).attr( "id" ) || ( prefix + i );
2366
+ },
2367
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2368
+ showAndHide : false,
2369
+ smoothScrolling: true
2370
+ } );
2371
+
2372
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2373
+ $( '.dropdown-toggle' ).dropdown();
2374
+
2375
+ $( "table" ).each( function () {
2376
+ var $this = $( this );
2377
+ $this.addClass('table');
2378
+ } );
2379
+
2380
+ } );
2381
+ </script>
2382
+
2383
+
2384
+
2385
+ <!--Navigation and Symbol Display-->
2386
+
2387
+
2388
+ <!--Google Analytics-->
2389
+
2390
+
2391
+
2392
+ <script type="text/javascript">
2393
+ $(document).ready(function() {
2394
+ SearcherDisplay.init();
2395
+ });
2396
+ </script>
2397
+
2398
+
2399
+ </body>
2400
  </html>
docs/js/WPGMZA.NativeMapsAppIcon.html CHANGED
@@ -1,323 +1,323 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: NativeMapsAppIcon</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: NativeMapsAppIcon</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- NativeMapsAppIcon
82
- </h2>
83
-
84
-
85
- </header>
86
-
87
-
88
- <article>
89
- <div class="container-overview">
90
-
91
-
92
- <hr>
93
- <dt>
94
- <h4 class="name" id="NativeMapsAppIcon"><span class="type-signature"></span>new NativeMapsAppIcon()</h4>
95
-
96
-
97
- </dt>
98
- <dd>
99
-
100
-
101
- <div class="description">
102
- Small utility class to create an icon for the native maps app, an Apple icon on iOS devices, a Google icon on other devices
103
- </div>
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <dl class="details">
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
- </dl>
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
- </dd>
167
-
168
-
169
- </div>
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
- </article>
189
-
190
- </section>
191
-
192
-
193
-
194
-
195
- </div>
196
- </div>
197
-
198
- <div class="clearfix"></div>
199
-
200
-
201
- <div class="col-md-3">
202
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
203
- </div>
204
-
205
-
206
- </div>
207
- </div>
208
-
209
-
210
- <div class="modal fade" id="searchResults">
211
- <div class="modal-dialog">
212
- <div class="modal-content">
213
- <div class="modal-header">
214
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
215
- <h4 class="modal-title">Search results</h4>
216
- </div>
217
- <div class="modal-body"></div>
218
- <div class="modal-footer">
219
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
220
- </div>
221
- </div><!-- /.modal-content -->
222
- </div><!-- /.modal-dialog -->
223
- </div>
224
-
225
-
226
- <footer>
227
-
228
-
229
- <span class="jsdoc-message">
230
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
231
-
232
- on 2019-01-18T10:34:58+00:00
233
-
234
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
235
- </span>
236
- </footer>
237
-
238
- <script src="scripts/docstrap.lib.js"></script>
239
- <script src="scripts/toc.js"></script>
240
-
241
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
242
-
243
-
244
- <script>
245
- $( function () {
246
- $( "[id*='$']" ).each( function () {
247
- var $this = $( this );
248
-
249
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
250
- } );
251
-
252
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
253
- var $this = $( this );
254
-
255
- var example = $this.find( "code" );
256
- exampleText = example.html();
257
- var lang = /{@lang (.*?)}/.exec( exampleText );
258
- if ( lang && lang[1] ) {
259
- exampleText = exampleText.replace( lang[0], "" );
260
- example.html( exampleText );
261
- lang = lang[1];
262
- } else {
263
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
264
- lang = langClassMatch ? langClassMatch[1] : "javascript";
265
- }
266
-
267
- if ( lang ) {
268
-
269
- $this
270
- .addClass( "sunlight-highlight-" + lang )
271
- .addClass( "linenums" )
272
- .html( example.html() );
273
-
274
- }
275
- } );
276
-
277
- Sunlight.highlightAll( {
278
- lineNumbers : false,
279
- showMenu : true,
280
- enableDoclinks : true
281
- } );
282
-
283
- $.catchAnchorLinks( {
284
- navbarOffset: 10
285
- } );
286
- $( "#toc" ).toc( {
287
- anchorName : function ( i, heading, prefix ) {
288
- return $( heading ).attr( "id" ) || ( prefix + i );
289
- },
290
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
291
- showAndHide : false,
292
- smoothScrolling: true
293
- } );
294
-
295
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
296
- $( '.dropdown-toggle' ).dropdown();
297
-
298
- $( "table" ).each( function () {
299
- var $this = $( this );
300
- $this.addClass('table');
301
- } );
302
-
303
- } );
304
- </script>
305
-
306
-
307
-
308
- <!--Navigation and Symbol Display-->
309
-
310
-
311
- <!--Google Analytics-->
312
-
313
-
314
-
315
- <script type="text/javascript">
316
- $(document).ready(function() {
317
- SearcherDisplay.init();
318
- });
319
- </script>
320
-
321
-
322
- </body>
323
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: NativeMapsAppIcon</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: NativeMapsAppIcon</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ NativeMapsAppIcon
82
+ </h2>
83
+
84
+
85
+ </header>
86
+
87
+
88
+ <article>
89
+ <div class="container-overview">
90
+
91
+
92
+ <hr>
93
+ <dt>
94
+ <h4 class="name" id="NativeMapsAppIcon"><span class="type-signature"></span>new NativeMapsAppIcon()</h4>
95
+
96
+
97
+ </dt>
98
+ <dd>
99
+
100
+
101
+ <div class="description">
102
+ Small utility class to create an icon for the native maps app, an Apple icon on iOS devices, a Google icon on other devices
103
+ </div>
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <dl class="details">
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ </dl>
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+ </dd>
167
+
168
+
169
+ </div>
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+ </article>
189
+
190
+ </section>
191
+
192
+
193
+
194
+
195
+ </div>
196
+ </div>
197
+
198
+ <div class="clearfix"></div>
199
+
200
+
201
+ <div class="col-md-3">
202
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
203
+ </div>
204
+
205
+
206
+ </div>
207
+ </div>
208
+
209
+
210
+ <div class="modal fade" id="searchResults">
211
+ <div class="modal-dialog">
212
+ <div class="modal-content">
213
+ <div class="modal-header">
214
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
215
+ <h4 class="modal-title">Search results</h4>
216
+ </div>
217
+ <div class="modal-body"></div>
218
+ <div class="modal-footer">
219
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
220
+ </div>
221
+ </div><!-- /.modal-content -->
222
+ </div><!-- /.modal-dialog -->
223
+ </div>
224
+
225
+
226
+ <footer>
227
+
228
+
229
+ <span class="jsdoc-message">
230
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
231
+
232
+ on 2019-01-20T11:35:49+00:00
233
+
234
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
235
+ </span>
236
+ </footer>
237
+
238
+ <script src="scripts/docstrap.lib.js"></script>
239
+ <script src="scripts/toc.js"></script>
240
+
241
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
242
+
243
+
244
+ <script>
245
+ $( function () {
246
+ $( "[id*='$']" ).each( function () {
247
+ var $this = $( this );
248
+
249
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
250
+ } );
251
+
252
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
253
+ var $this = $( this );
254
+
255
+ var example = $this.find( "code" );
256
+ exampleText = example.html();
257
+ var lang = /{@lang (.*?)}/.exec( exampleText );
258
+ if ( lang && lang[1] ) {
259
+ exampleText = exampleText.replace( lang[0], "" );
260
+ example.html( exampleText );
261
+ lang = lang[1];
262
+ } else {
263
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
264
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
265
+ }
266
+
267
+ if ( lang ) {
268
+
269
+ $this
270
+ .addClass( "sunlight-highlight-" + lang )
271
+ .addClass( "linenums" )
272
+ .html( example.html() );
273
+
274
+ }
275
+ } );
276
+
277
+ Sunlight.highlightAll( {
278
+ lineNumbers : false,
279
+ showMenu : true,
280
+ enableDoclinks : true
281
+ } );
282
+
283
+ $.catchAnchorLinks( {
284
+ navbarOffset: 10
285
+ } );
286
+ $( "#toc" ).toc( {
287
+ anchorName : function ( i, heading, prefix ) {
288
+ return $( heading ).attr( "id" ) || ( prefix + i );
289
+ },
290
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
291
+ showAndHide : false,
292
+ smoothScrolling: true
293
+ } );
294
+
295
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
296
+ $( '.dropdown-toggle' ).dropdown();
297
+
298
+ $( "table" ).each( function () {
299
+ var $this = $( this );
300
+ $this.addClass('table');
301
+ } );
302
+
303
+ } );
304
+ </script>
305
+
306
+
307
+
308
+ <!--Navigation and Symbol Display-->
309
+
310
+
311
+ <!--Google Analytics-->
312
+
313
+
314
+
315
+ <script type="text/javascript">
316
+ $(document).ready(function() {
317
+ SearcherDisplay.init();
318
+ });
319
+ </script>
320
+
321
+
322
+ </body>
323
  </html>
docs/js/WPGMZA.Polygon.html CHANGED
@@ -1,2170 +1,2170 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Polygon</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Polygon</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Polygon
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Polygon</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Polygon"><span class="type-signature"></span>new Polygon( [row] [, enginePolygon])</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for polygons. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
- <th>Argument</th>
128
-
129
-
130
-
131
-
132
- <th class="last">Description</th>
133
- </tr>
134
- </thead>
135
-
136
- <tbody>
137
-
138
-
139
- <tr>
140
-
141
- <td class="name"><code>row</code></td>
142
-
143
-
144
- <td class="type">
145
-
146
-
147
- <span class="param-type">object</span>
148
-
149
-
150
-
151
-
152
- </td>
153
-
154
-
155
- <td class="attributes">
156
-
157
- &lt;optional><br>
158
-
159
-
160
-
161
-
162
-
163
- </td>
164
-
165
-
166
-
167
-
168
- <td class="description last">Options to apply to this polygon.</td>
169
- </tr>
170
-
171
-
172
-
173
- <tr>
174
-
175
- <td class="name"><code>enginePolygon</code></td>
176
-
177
-
178
- <td class="type">
179
-
180
-
181
- <span class="param-type">object</span>
182
-
183
-
184
-
185
-
186
- </td>
187
-
188
-
189
- <td class="attributes">
190
-
191
- &lt;optional><br>
192
-
193
-
194
-
195
-
196
-
197
- </td>
198
-
199
-
200
-
201
-
202
- <td class="description last">An engine polygon, passed from the drawing manager. Used when a polygon has been created by a drawing manager.</td>
203
- </tr>
204
-
205
-
206
- </tbody>
207
- </table>
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
-
267
- </div>
268
-
269
-
270
- <h3 class="subsection-title">Extends</h3>
271
-
272
-
273
-
274
-
275
- <ul>
276
- <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
277
- </ul>
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
- <h3 class="subsection-title">Methods</h3>
294
-
295
- <dl>
296
-
297
- <hr>
298
- <dt>
299
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance( [row] [, enginePolygon])</h4>
300
-
301
-
302
- </dt>
303
- <dd>
304
-
305
-
306
- <div class="description">
307
- Creates an instance of a map, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
308
- </div>
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
- <h5>Parameters:</h5>
318
-
319
-
320
- <table class="params table table-striped">
321
- <thead>
322
- <tr>
323
-
324
- <th>Name</th>
325
-
326
-
327
- <th>Type</th>
328
-
329
-
330
- <th>Argument</th>
331
-
332
-
333
-
334
-
335
- <th class="last">Description</th>
336
- </tr>
337
- </thead>
338
-
339
- <tbody>
340
-
341
-
342
- <tr>
343
-
344
- <td class="name"><code>row</code></td>
345
-
346
-
347
- <td class="type">
348
-
349
-
350
- <span class="param-type">object</span>
351
-
352
-
353
-
354
-
355
- </td>
356
-
357
-
358
- <td class="attributes">
359
-
360
- &lt;optional><br>
361
-
362
-
363
-
364
-
365
-
366
- </td>
367
-
368
-
369
-
370
-
371
- <td class="description last">Options to apply to this polygon.</td>
372
- </tr>
373
-
374
-
375
-
376
- <tr>
377
-
378
- <td class="name"><code>enginePolygon</code></td>
379
-
380
-
381
- <td class="type">
382
-
383
-
384
- <span class="param-type">object</span>
385
-
386
-
387
-
388
-
389
- </td>
390
-
391
-
392
- <td class="attributes">
393
-
394
- &lt;optional><br>
395
-
396
-
397
-
398
-
399
-
400
- </td>
401
-
402
-
403
-
404
-
405
- <td class="description last">An engine polygon, passed from the drawing manager. Used when a polygon has been created by a drawing manager.</td>
406
- </tr>
407
-
408
-
409
- </tbody>
410
- </table>
411
-
412
-
413
-
414
-
415
- <dl class="details">
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
- </dl>
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
- <h5>Returns:</h5>
466
-
467
-
468
- <div class="param-desc">
469
- An instance of WPGMZA.Polygon
470
- </div>
471
-
472
-
473
-
474
- <dl>
475
- <dt>
476
- Type
477
- </dt>
478
- <dd>
479
-
480
- <span class="param-type"><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></span>
481
-
482
-
483
-
484
- </dd>
485
- </dl>
486
-
487
-
488
-
489
-
490
-
491
- </dd>
492
-
493
-
494
-
495
- <hr>
496
- <dt>
497
- <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
498
-
499
-
500
- </dt>
501
- <dd>
502
-
503
-
504
- <div class="description">
505
- Returns the contructor to be used by createInstance, depending on the selected maps engine.
506
- </div>
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
- <dl class="details">
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
- </dl>
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
-
564
-
565
-
566
-
567
- <h5>Returns:</h5>
568
-
569
-
570
- <div class="param-desc">
571
- The appropriate contructor
572
- </div>
573
-
574
-
575
-
576
- <dl>
577
- <dt>
578
- Type
579
- </dt>
580
- <dd>
581
-
582
- <span class="param-type">function</span>
583
-
584
-
585
-
586
- </dd>
587
- </dl>
588
-
589
-
590
-
591
-
592
-
593
- </dd>
594
-
595
-
596
-
597
- <hr>
598
- <dt>
599
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
600
-
601
-
602
- </dt>
603
- <dd>
604
-
605
-
606
- <div class="description">
607
- Handles the logic of triggering listeners
608
- </div>
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
- <dl class="details">
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
628
- <dd class="inherited-from">
629
- <ul class="dummy">
630
- <li>
631
- <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
632
- </li>
633
- </ul>
634
- </dd>
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
-
653
-
654
-
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
-
663
-
664
- </dl>
665
-
666
-
667
-
668
-
669
-
670
-
671
-
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
-
680
- </dd>
681
-
682
-
683
-
684
- <hr>
685
- <dt>
686
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
687
-
688
-
689
- </dt>
690
- <dd>
691
-
692
-
693
- <div class="description">
694
- Adds an event listener on this object
695
- </div>
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
- <h5>Parameters:</h5>
705
-
706
-
707
- <table class="params table table-striped">
708
- <thead>
709
- <tr>
710
-
711
- <th>Name</th>
712
-
713
-
714
- <th>Type</th>
715
-
716
-
717
- <th>Argument</th>
718
-
719
-
720
-
721
-
722
- <th class="last">Description</th>
723
- </tr>
724
- </thead>
725
-
726
- <tbody>
727
-
728
-
729
- <tr>
730
-
731
- <td class="name"><code>type</code></td>
732
-
733
-
734
- <td class="type">
735
-
736
-
737
- <span class="param-type">string</span>
738
-
739
-
740
-
741
-
742
- </td>
743
-
744
-
745
- <td class="attributes">
746
-
747
-
748
-
749
-
750
-
751
- </td>
752
-
753
-
754
-
755
-
756
- <td class="description last">The event type, or multiple types separated by spaces</td>
757
- </tr>
758
-
759
-
760
-
761
- <tr>
762
-
763
- <td class="name"><code>callback</code></td>
764
-
765
-
766
- <td class="type">
767
-
768
-
769
- <span class="param-type">function</span>
770
-
771
-
772
-
773
-
774
- </td>
775
-
776
-
777
- <td class="attributes">
778
-
779
-
780
-
781
-
782
-
783
- </td>
784
-
785
-
786
-
787
-
788
- <td class="description last">The callback to call when the event fires</td>
789
- </tr>
790
-
791
-
792
-
793
- <tr>
794
-
795
- <td class="name"><code>thisObject</code></td>
796
-
797
-
798
- <td class="type">
799
-
800
-
801
- <span class="param-type">object</span>
802
-
803
-
804
-
805
-
806
- </td>
807
-
808
-
809
- <td class="attributes">
810
-
811
- &lt;optional><br>
812
-
813
-
814
-
815
-
816
-
817
- </td>
818
-
819
-
820
-
821
-
822
- <td class="description last">The object to use as "this" when firing the callback</td>
823
- </tr>
824
-
825
-
826
-
827
- <tr>
828
-
829
- <td class="name"><code>useCapture</code></td>
830
-
831
-
832
- <td class="type">
833
-
834
-
835
- <span class="param-type">bool</span>
836
-
837
-
838
-
839
-
840
- </td>
841
-
842
-
843
- <td class="attributes">
844
-
845
- &lt;optional><br>
846
-
847
-
848
-
849
-
850
-
851
- </td>
852
-
853
-
854
-
855
-
856
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
857
- </tr>
858
-
859
-
860
- </tbody>
861
- </table>
862
-
863
-
864
-
865
-
866
- <dl class="details">
867
-
868
-
869
-
870
-
871
-
872
-
873
-
874
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
875
- <dd class="inherited-from">
876
- <ul class="dummy">
877
- <li>
878
- <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
879
- </li>
880
- </ul>
881
- </dd>
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
-
896
-
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
-
905
-
906
-
907
-
908
-
909
-
910
-
911
- </dl>
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
-
923
-
924
-
925
-
926
-
927
- </dd>
928
-
929
-
930
-
931
- <hr>
932
- <dt>
933
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
934
-
935
-
936
- </dt>
937
- <dd>
938
-
939
-
940
- <div class="description">
941
- Fires an event on this object
942
- </div>
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
- <h5>Parameters:</h5>
952
-
953
-
954
- <table class="params table table-striped">
955
- <thead>
956
- <tr>
957
-
958
- <th>Name</th>
959
-
960
-
961
- <th>Type</th>
962
-
963
-
964
-
965
-
966
-
967
- <th class="last">Description</th>
968
- </tr>
969
- </thead>
970
-
971
- <tbody>
972
-
973
-
974
- <tr>
975
-
976
- <td class="name"><code>event</code></td>
977
-
978
-
979
- <td class="type">
980
-
981
-
982
- <span class="param-type">string</span>
983
- |
984
-
985
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
986
-
987
-
988
-
989
-
990
- </td>
991
-
992
-
993
-
994
-
995
-
996
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
997
- </tr>
998
-
999
-
1000
- </tbody>
1001
- </table>
1002
-
1003
-
1004
-
1005
-
1006
- <dl class="details">
1007
-
1008
-
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1015
- <dd class="inherited-from">
1016
- <ul class="dummy">
1017
- <li>
1018
- <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
1019
- </li>
1020
- </ul>
1021
- </dd>
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
-
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
- </dl>
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
-
1059
-
1060
-
1061
-
1062
-
1063
-
1064
-
1065
-
1066
-
1067
- </dd>
1068
-
1069
-
1070
-
1071
- <hr>
1072
- <dt>
1073
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1074
-
1075
-
1076
- </dt>
1077
- <dd>
1078
-
1079
-
1080
- <div class="description">
1081
- Test for listeners of type on this object
1082
- </div>
1083
-
1084
-
1085
-
1086
-
1087
-
1088
-
1089
-
1090
-
1091
- <h5>Parameters:</h5>
1092
-
1093
-
1094
- <table class="params table table-striped">
1095
- <thead>
1096
- <tr>
1097
-
1098
- <th>Name</th>
1099
-
1100
-
1101
- <th>Type</th>
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- <th class="last">Description</th>
1108
- </tr>
1109
- </thead>
1110
-
1111
- <tbody>
1112
-
1113
-
1114
- <tr>
1115
-
1116
- <td class="name"><code>type</code></td>
1117
-
1118
-
1119
- <td class="type">
1120
-
1121
-
1122
- <span class="param-type">string</span>
1123
-
1124
-
1125
-
1126
-
1127
- </td>
1128
-
1129
-
1130
-
1131
-
1132
-
1133
- <td class="description last">The event type to test for</td>
1134
- </tr>
1135
-
1136
-
1137
- </tbody>
1138
- </table>
1139
-
1140
-
1141
-
1142
-
1143
- <dl class="details">
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1152
- <dd class="inherited-from">
1153
- <ul class="dummy">
1154
- <li>
1155
- <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1156
- </li>
1157
- </ul>
1158
- </dd>
1159
-
1160
-
1161
-
1162
-
1163
-
1164
-
1165
-
1166
-
1167
-
1168
-
1169
-
1170
-
1171
-
1172
-
1173
-
1174
-
1175
-
1176
-
1177
-
1178
-
1179
-
1180
-
1181
-
1182
-
1183
-
1184
-
1185
-
1186
-
1187
-
1188
- </dl>
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
- <h5>Returns:</h5>
1203
-
1204
-
1205
- <div class="param-desc">
1206
- True if this object has listeners bound for the specified type
1207
- </div>
1208
-
1209
-
1210
-
1211
- <dl>
1212
- <dt>
1213
- Type
1214
- </dt>
1215
- <dd>
1216
-
1217
- <span class="param-type">bool</span>
1218
-
1219
-
1220
-
1221
- </dd>
1222
- </dl>
1223
-
1224
-
1225
-
1226
-
1227
-
1228
- </dd>
1229
-
1230
-
1231
-
1232
- <hr>
1233
- <dt>
1234
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1235
-
1236
-
1237
- </dt>
1238
- <dd>
1239
-
1240
-
1241
- <div class="description">
1242
- Alias for removeEventListener
1243
- </div>
1244
-
1245
-
1246
-
1247
-
1248
-
1249
-
1250
-
1251
-
1252
-
1253
-
1254
- <dl class="details">
1255
-
1256
-
1257
-
1258
-
1259
-
1260
-
1261
-
1262
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1263
- <dd class="inherited-from">
1264
- <ul class="dummy">
1265
- <li>
1266
- <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1267
- </li>
1268
- </ul>
1269
- </dd>
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1298
- <dd class="tag-see">
1299
- <ul>
1300
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1301
- </ul>
1302
- </dd>
1303
-
1304
-
1305
-
1306
- </dl>
1307
-
1308
-
1309
-
1310
-
1311
-
1312
-
1313
-
1314
-
1315
-
1316
-
1317
-
1318
-
1319
-
1320
-
1321
-
1322
- </dd>
1323
-
1324
-
1325
-
1326
- <hr>
1327
- <dt>
1328
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1329
-
1330
-
1331
- </dt>
1332
- <dd>
1333
-
1334
-
1335
- <div class="description">
1336
- Alias for addEventListener
1337
- </div>
1338
-
1339
-
1340
-
1341
-
1342
-
1343
-
1344
-
1345
-
1346
-
1347
-
1348
- <dl class="details">
1349
-
1350
-
1351
-
1352
-
1353
-
1354
-
1355
-
1356
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1357
- <dd class="inherited-from">
1358
- <ul class="dummy">
1359
- <li>
1360
- <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1361
- </li>
1362
- </ul>
1363
- </dd>
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1392
- <dd class="tag-see">
1393
- <ul>
1394
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1395
- </ul>
1396
- </dd>
1397
-
1398
-
1399
-
1400
- </dl>
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
-
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
- </dd>
1417
-
1418
-
1419
-
1420
- <hr>
1421
- <dt>
1422
- <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1423
-
1424
-
1425
- </dt>
1426
- <dd>
1427
-
1428
-
1429
- <div class="description">
1430
- Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1431
- </div>
1432
-
1433
-
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
- <h5>Parameters:</h5>
1441
-
1442
-
1443
- <table class="params table table-striped">
1444
- <thead>
1445
- <tr>
1446
-
1447
- <th>Name</th>
1448
-
1449
-
1450
- <th>Type</th>
1451
-
1452
-
1453
-
1454
-
1455
-
1456
- <th class="last">Description</th>
1457
- </tr>
1458
- </thead>
1459
-
1460
- <tbody>
1461
-
1462
-
1463
- <tr>
1464
-
1465
- <td class="name"><code>string</code></td>
1466
-
1467
-
1468
- <td class="type">
1469
-
1470
-
1471
- <span class="param-type">string</span>
1472
-
1473
-
1474
-
1475
-
1476
- </td>
1477
-
1478
-
1479
-
1480
-
1481
-
1482
- <td class="description last">The string to parse numbers from</td>
1483
- </tr>
1484
-
1485
-
1486
- </tbody>
1487
- </table>
1488
-
1489
-
1490
-
1491
-
1492
- <dl class="details">
1493
-
1494
-
1495
-
1496
-
1497
-
1498
-
1499
-
1500
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1501
- <dd class="inherited-from">
1502
- <ul class="dummy">
1503
- <li>
1504
- <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1505
- </li>
1506
- </ul>
1507
- </dd>
1508
-
1509
-
1510
-
1511
-
1512
-
1513
-
1514
-
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
-
1522
-
1523
-
1524
-
1525
-
1526
-
1527
-
1528
-
1529
-
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
- </dl>
1538
-
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
- <h5>Returns:</h5>
1552
-
1553
-
1554
- <div class="param-desc">
1555
- An array of LatLng literals parsed from the string
1556
- </div>
1557
-
1558
-
1559
-
1560
- <dl>
1561
- <dt>
1562
- Type
1563
- </dt>
1564
- <dd>
1565
-
1566
- <span class="param-type">array</span>
1567
-
1568
-
1569
-
1570
- </dd>
1571
- </dl>
1572
-
1573
-
1574
-
1575
-
1576
-
1577
- </dd>
1578
-
1579
-
1580
-
1581
- <hr>
1582
- <dt>
1583
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1584
-
1585
-
1586
- </dt>
1587
- <dd>
1588
-
1589
-
1590
- <div class="description">
1591
- Removes event listeners from this object
1592
- </div>
1593
-
1594
-
1595
-
1596
-
1597
-
1598
-
1599
-
1600
-
1601
- <h5>Parameters:</h5>
1602
-
1603
-
1604
- <table class="params table table-striped">
1605
- <thead>
1606
- <tr>
1607
-
1608
- <th>Name</th>
1609
-
1610
-
1611
- <th>Type</th>
1612
-
1613
-
1614
- <th>Argument</th>
1615
-
1616
-
1617
-
1618
-
1619
- <th class="last">Description</th>
1620
- </tr>
1621
- </thead>
1622
-
1623
- <tbody>
1624
-
1625
-
1626
- <tr>
1627
-
1628
- <td class="name"><code>type</code></td>
1629
-
1630
-
1631
- <td class="type">
1632
-
1633
-
1634
- <span class="param-type">string</span>
1635
-
1636
-
1637
-
1638
-
1639
- </td>
1640
-
1641
-
1642
- <td class="attributes">
1643
-
1644
-
1645
-
1646
-
1647
-
1648
- </td>
1649
-
1650
-
1651
-
1652
-
1653
- <td class="description last">The event type to remove listeners from</td>
1654
- </tr>
1655
-
1656
-
1657
-
1658
- <tr>
1659
-
1660
- <td class="name"><code>listener</code></td>
1661
-
1662
-
1663
- <td class="type">
1664
-
1665
-
1666
- <span class="param-type">function</span>
1667
-
1668
-
1669
-
1670
-
1671
- </td>
1672
-
1673
-
1674
- <td class="attributes">
1675
-
1676
- &lt;optional><br>
1677
-
1678
-
1679
-
1680
-
1681
-
1682
- </td>
1683
-
1684
-
1685
-
1686
-
1687
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1688
- </tr>
1689
-
1690
-
1691
-
1692
- <tr>
1693
-
1694
- <td class="name"><code>thisObject</code></td>
1695
-
1696
-
1697
- <td class="type">
1698
-
1699
-
1700
- <span class="param-type">object</span>
1701
-
1702
-
1703
-
1704
-
1705
- </td>
1706
-
1707
-
1708
- <td class="attributes">
1709
-
1710
- &lt;optional><br>
1711
-
1712
-
1713
-
1714
-
1715
-
1716
- </td>
1717
-
1718
-
1719
-
1720
-
1721
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1722
- </tr>
1723
-
1724
-
1725
-
1726
- <tr>
1727
-
1728
- <td class="name"><code>useCapture</code></td>
1729
-
1730
-
1731
- <td class="type">
1732
-
1733
-
1734
- <span class="param-type">bool</span>
1735
-
1736
-
1737
-
1738
-
1739
- </td>
1740
-
1741
-
1742
- <td class="attributes">
1743
-
1744
- &lt;optional><br>
1745
-
1746
-
1747
-
1748
-
1749
-
1750
- </td>
1751
-
1752
-
1753
-
1754
-
1755
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1756
- </tr>
1757
-
1758
-
1759
- </tbody>
1760
- </table>
1761
-
1762
-
1763
-
1764
-
1765
- <dl class="details">
1766
-
1767
-
1768
-
1769
-
1770
-
1771
-
1772
-
1773
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1774
- <dd class="inherited-from">
1775
- <ul class="dummy">
1776
- <li>
1777
- <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1778
- </li>
1779
- </ul>
1780
- </dd>
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
-
1810
- </dl>
1811
-
1812
-
1813
-
1814
-
1815
-
1816
-
1817
-
1818
-
1819
-
1820
-
1821
-
1822
-
1823
-
1824
-
1825
-
1826
- </dd>
1827
-
1828
-
1829
-
1830
- <hr>
1831
- <dt>
1832
- <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
1833
-
1834
-
1835
- </dt>
1836
- <dd>
1837
-
1838
-
1839
- <div class="description">
1840
- Returns a JSON representation of this polygon, for serialization
1841
- </div>
1842
-
1843
-
1844
-
1845
-
1846
-
1847
-
1848
-
1849
-
1850
-
1851
-
1852
- <dl class="details">
1853
-
1854
-
1855
-
1856
-
1857
-
1858
-
1859
-
1860
-
1861
-
1862
- <dt class="tag-overrides">Overrides:</dt>
1863
- <dd class="tag-overrides"><ul class="dummy"><li>
1864
- <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
1865
- </li></ul></dd>
1866
-
1867
-
1868
-
1869
-
1870
-
1871
-
1872
-
1873
-
1874
-
1875
-
1876
-
1877
-
1878
-
1879
-
1880
-
1881
-
1882
-
1883
-
1884
-
1885
-
1886
-
1887
-
1888
-
1889
-
1890
-
1891
-
1892
-
1893
- </dl>
1894
-
1895
-
1896
-
1897
-
1898
-
1899
-
1900
-
1901
-
1902
-
1903
-
1904
-
1905
-
1906
-
1907
- <h5>Returns:</h5>
1908
-
1909
-
1910
- <div class="param-desc">
1911
- A JSON object representing this polygon
1912
- </div>
1913
-
1914
-
1915
-
1916
- <dl>
1917
- <dt>
1918
- Type
1919
- </dt>
1920
- <dd>
1921
-
1922
- <span class="param-type">object</span>
1923
-
1924
-
1925
-
1926
- </dd>
1927
- </dl>
1928
-
1929
-
1930
-
1931
-
1932
-
1933
- </dd>
1934
-
1935
-
1936
-
1937
- <hr>
1938
- <dt>
1939
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1940
-
1941
-
1942
- </dt>
1943
- <dd>
1944
-
1945
-
1946
- <div class="description">
1947
- Alias for removeEventListener
1948
- </div>
1949
-
1950
-
1951
-
1952
-
1953
-
1954
-
1955
-
1956
-
1957
-
1958
-
1959
- <dl class="details">
1960
-
1961
-
1962
-
1963
-
1964
-
1965
-
1966
-
1967
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1968
- <dd class="inherited-from">
1969
- <ul class="dummy">
1970
- <li>
1971
- <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
1972
- </li>
1973
- </ul>
1974
- </dd>
1975
-
1976
-
1977
-
1978
-
1979
-
1980
-
1981
-
1982
-
1983
-
1984
-
1985
-
1986
-
1987
-
1988
-
1989
-
1990
-
1991
-
1992
-
1993
-
1994
-
1995
-
1996
-
1997
-
1998
-
1999
-
2000
-
2001
-
2002
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2003
- <dd class="tag-see">
2004
- <ul>
2005
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2006
- </ul>
2007
- </dd>
2008
-
2009
-
2010
-
2011
- </dl>
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
- </dd>
2028
-
2029
- </dl>
2030
-
2031
-
2032
-
2033
-
2034
-
2035
- </article>
2036
-
2037
- </section>
2038
-
2039
-
2040
-
2041
-
2042
- </div>
2043
- </div>
2044
-
2045
- <div class="clearfix"></div>
2046
-
2047
-
2048
- <div class="col-md-3">
2049
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2050
- </div>
2051
-
2052
-
2053
- </div>
2054
- </div>
2055
-
2056
-
2057
- <div class="modal fade" id="searchResults">
2058
- <div class="modal-dialog">
2059
- <div class="modal-content">
2060
- <div class="modal-header">
2061
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2062
- <h4 class="modal-title">Search results</h4>
2063
- </div>
2064
- <div class="modal-body"></div>
2065
- <div class="modal-footer">
2066
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2067
- </div>
2068
- </div><!-- /.modal-content -->
2069
- </div><!-- /.modal-dialog -->
2070
- </div>
2071
-
2072
-
2073
- <footer>
2074
-
2075
-
2076
- <span class="jsdoc-message">
2077
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2078
-
2079
- on 2019-01-18T10:34:58+00:00
2080
-
2081
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2082
- </span>
2083
- </footer>
2084
-
2085
- <script src="scripts/docstrap.lib.js"></script>
2086
- <script src="scripts/toc.js"></script>
2087
-
2088
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2089
-
2090
-
2091
- <script>
2092
- $( function () {
2093
- $( "[id*='$']" ).each( function () {
2094
- var $this = $( this );
2095
-
2096
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2097
- } );
2098
-
2099
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2100
- var $this = $( this );
2101
-
2102
- var example = $this.find( "code" );
2103
- exampleText = example.html();
2104
- var lang = /{@lang (.*?)}/.exec( exampleText );
2105
- if ( lang && lang[1] ) {
2106
- exampleText = exampleText.replace( lang[0], "" );
2107
- example.html( exampleText );
2108
- lang = lang[1];
2109
- } else {
2110
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2111
- lang = langClassMatch ? langClassMatch[1] : "javascript";
2112
- }
2113
-
2114
- if ( lang ) {
2115
-
2116
- $this
2117
- .addClass( "sunlight-highlight-" + lang )
2118
- .addClass( "linenums" )
2119
- .html( example.html() );
2120
-
2121
- }
2122
- } );
2123
-
2124
- Sunlight.highlightAll( {
2125
- lineNumbers : false,
2126
- showMenu : true,
2127
- enableDoclinks : true
2128
- } );
2129
-
2130
- $.catchAnchorLinks( {
2131
- navbarOffset: 10
2132
- } );
2133
- $( "#toc" ).toc( {
2134
- anchorName : function ( i, heading, prefix ) {
2135
- return $( heading ).attr( "id" ) || ( prefix + i );
2136
- },
2137
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2138
- showAndHide : false,
2139
- smoothScrolling: true
2140
- } );
2141
-
2142
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2143
- $( '.dropdown-toggle' ).dropdown();
2144
-
2145
- $( "table" ).each( function () {
2146
- var $this = $( this );
2147
- $this.addClass('table');
2148
- } );
2149
-
2150
- } );
2151
- </script>
2152
-
2153
-
2154
-
2155
- <!--Navigation and Symbol Display-->
2156
-
2157
-
2158
- <!--Google Analytics-->
2159
-
2160
-
2161
-
2162
- <script type="text/javascript">
2163
- $(document).ready(function() {
2164
- SearcherDisplay.init();
2165
- });
2166
- </script>
2167
-
2168
-
2169
- </body>
2170
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Polygon</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Polygon</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Polygon
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Polygon</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Polygon"><span class="type-signature"></span>new Polygon( [row] [, enginePolygon])</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for polygons. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+ <th>Argument</th>
128
+
129
+
130
+
131
+
132
+ <th class="last">Description</th>
133
+ </tr>
134
+ </thead>
135
+
136
+ <tbody>
137
+
138
+
139
+ <tr>
140
+
141
+ <td class="name"><code>row</code></td>
142
+
143
+
144
+ <td class="type">
145
+
146
+
147
+ <span class="param-type">object</span>
148
+
149
+
150
+
151
+
152
+ </td>
153
+
154
+
155
+ <td class="attributes">
156
+
157
+ &lt;optional><br>
158
+
159
+
160
+
161
+
162
+
163
+ </td>
164
+
165
+
166
+
167
+
168
+ <td class="description last">Options to apply to this polygon.</td>
169
+ </tr>
170
+
171
+
172
+
173
+ <tr>
174
+
175
+ <td class="name"><code>enginePolygon</code></td>
176
+
177
+
178
+ <td class="type">
179
+
180
+
181
+ <span class="param-type">object</span>
182
+
183
+
184
+
185
+
186
+ </td>
187
+
188
+
189
+ <td class="attributes">
190
+
191
+ &lt;optional><br>
192
+
193
+
194
+
195
+
196
+
197
+ </td>
198
+
199
+
200
+
201
+
202
+ <td class="description last">An engine polygon, passed from the drawing manager. Used when a polygon has been created by a drawing manager.</td>
203
+ </tr>
204
+
205
+
206
+ </tbody>
207
+ </table>
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+
267
+ </div>
268
+
269
+
270
+ <h3 class="subsection-title">Extends</h3>
271
+
272
+
273
+
274
+
275
+ <ul>
276
+ <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
277
+ </ul>
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+ <h3 class="subsection-title">Methods</h3>
294
+
295
+ <dl>
296
+
297
+ <hr>
298
+ <dt>
299
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance( [row] [, enginePolygon])</h4>
300
+
301
+
302
+ </dt>
303
+ <dd>
304
+
305
+
306
+ <div class="description">
307
+ Creates an instance of a map, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
308
+ </div>
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+ <h5>Parameters:</h5>
318
+
319
+
320
+ <table class="params table table-striped">
321
+ <thead>
322
+ <tr>
323
+
324
+ <th>Name</th>
325
+
326
+
327
+ <th>Type</th>
328
+
329
+
330
+ <th>Argument</th>
331
+
332
+
333
+
334
+
335
+ <th class="last">Description</th>
336
+ </tr>
337
+ </thead>
338
+
339
+ <tbody>
340
+
341
+
342
+ <tr>
343
+
344
+ <td class="name"><code>row</code></td>
345
+
346
+
347
+ <td class="type">
348
+
349
+
350
+ <span class="param-type">object</span>
351
+
352
+
353
+
354
+
355
+ </td>
356
+
357
+
358
+ <td class="attributes">
359
+
360
+ &lt;optional><br>
361
+
362
+
363
+
364
+
365
+
366
+ </td>
367
+
368
+
369
+
370
+
371
+ <td class="description last">Options to apply to this polygon.</td>
372
+ </tr>
373
+
374
+
375
+
376
+ <tr>
377
+
378
+ <td class="name"><code>enginePolygon</code></td>
379
+
380
+
381
+ <td class="type">
382
+
383
+
384
+ <span class="param-type">object</span>
385
+
386
+
387
+
388
+
389
+ </td>
390
+
391
+
392
+ <td class="attributes">
393
+
394
+ &lt;optional><br>
395
+
396
+
397
+
398
+
399
+
400
+ </td>
401
+
402
+
403
+
404
+
405
+ <td class="description last">An engine polygon, passed from the drawing manager. Used when a polygon has been created by a drawing manager.</td>
406
+ </tr>
407
+
408
+
409
+ </tbody>
410
+ </table>
411
+
412
+
413
+
414
+
415
+ <dl class="details">
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+ </dl>
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+ <h5>Returns:</h5>
466
+
467
+
468
+ <div class="param-desc">
469
+ An instance of WPGMZA.Polygon
470
+ </div>
471
+
472
+
473
+
474
+ <dl>
475
+ <dt>
476
+ Type
477
+ </dt>
478
+ <dd>
479
+
480
+ <span class="param-type"><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></span>
481
+
482
+
483
+
484
+ </dd>
485
+ </dl>
486
+
487
+
488
+
489
+
490
+
491
+ </dd>
492
+
493
+
494
+
495
+ <hr>
496
+ <dt>
497
+ <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
498
+
499
+
500
+ </dt>
501
+ <dd>
502
+
503
+
504
+ <div class="description">
505
+ Returns the contructor to be used by createInstance, depending on the selected maps engine.
506
+ </div>
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+ <dl class="details">
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+ </dl>
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+ <h5>Returns:</h5>
568
+
569
+
570
+ <div class="param-desc">
571
+ The appropriate contructor
572
+ </div>
573
+
574
+
575
+
576
+ <dl>
577
+ <dt>
578
+ Type
579
+ </dt>
580
+ <dd>
581
+
582
+ <span class="param-type">function</span>
583
+
584
+
585
+
586
+ </dd>
587
+ </dl>
588
+
589
+
590
+
591
+
592
+
593
+ </dd>
594
+
595
+
596
+
597
+ <hr>
598
+ <dt>
599
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
600
+
601
+
602
+ </dt>
603
+ <dd>
604
+
605
+
606
+ <div class="description">
607
+ Handles the logic of triggering listeners
608
+ </div>
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+ <dl class="details">
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
628
+ <dd class="inherited-from">
629
+ <ul class="dummy">
630
+ <li>
631
+ <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
632
+ </li>
633
+ </ul>
634
+ </dd>
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+ </dl>
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+ </dd>
681
+
682
+
683
+
684
+ <hr>
685
+ <dt>
686
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
687
+
688
+
689
+ </dt>
690
+ <dd>
691
+
692
+
693
+ <div class="description">
694
+ Adds an event listener on this object
695
+ </div>
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+ <h5>Parameters:</h5>
705
+
706
+
707
+ <table class="params table table-striped">
708
+ <thead>
709
+ <tr>
710
+
711
+ <th>Name</th>
712
+
713
+
714
+ <th>Type</th>
715
+
716
+
717
+ <th>Argument</th>
718
+
719
+
720
+
721
+
722
+ <th class="last">Description</th>
723
+ </tr>
724
+ </thead>
725
+
726
+ <tbody>
727
+
728
+
729
+ <tr>
730
+
731
+ <td class="name"><code>type</code></td>
732
+
733
+
734
+ <td class="type">
735
+
736
+
737
+ <span class="param-type">string</span>
738
+
739
+
740
+
741
+
742
+ </td>
743
+
744
+
745
+ <td class="attributes">
746
+
747
+
748
+
749
+
750
+
751
+ </td>
752
+
753
+
754
+
755
+
756
+ <td class="description last">The event type, or multiple types separated by spaces</td>
757
+ </tr>
758
+
759
+
760
+
761
+ <tr>
762
+
763
+ <td class="name"><code>callback</code></td>
764
+
765
+
766
+ <td class="type">
767
+
768
+
769
+ <span class="param-type">function</span>
770
+
771
+
772
+
773
+
774
+ </td>
775
+
776
+
777
+ <td class="attributes">
778
+
779
+
780
+
781
+
782
+
783
+ </td>
784
+
785
+
786
+
787
+
788
+ <td class="description last">The callback to call when the event fires</td>
789
+ </tr>
790
+
791
+
792
+
793
+ <tr>
794
+
795
+ <td class="name"><code>thisObject</code></td>
796
+
797
+
798
+ <td class="type">
799
+
800
+
801
+ <span class="param-type">object</span>
802
+
803
+
804
+
805
+
806
+ </td>
807
+
808
+
809
+ <td class="attributes">
810
+
811
+ &lt;optional><br>
812
+
813
+
814
+
815
+
816
+
817
+ </td>
818
+
819
+
820
+
821
+
822
+ <td class="description last">The object to use as "this" when firing the callback</td>
823
+ </tr>
824
+
825
+
826
+
827
+ <tr>
828
+
829
+ <td class="name"><code>useCapture</code></td>
830
+
831
+
832
+ <td class="type">
833
+
834
+
835
+ <span class="param-type">bool</span>
836
+
837
+
838
+
839
+
840
+ </td>
841
+
842
+
843
+ <td class="attributes">
844
+
845
+ &lt;optional><br>
846
+
847
+
848
+
849
+
850
+
851
+ </td>
852
+
853
+
854
+
855
+
856
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
857
+ </tr>
858
+
859
+
860
+ </tbody>
861
+ </table>
862
+
863
+
864
+
865
+
866
+ <dl class="details">
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
875
+ <dd class="inherited-from">
876
+ <ul class="dummy">
877
+ <li>
878
+ <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
879
+ </li>
880
+ </ul>
881
+ </dd>
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+ </dl>
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+ </dd>
928
+
929
+
930
+
931
+ <hr>
932
+ <dt>
933
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
934
+
935
+
936
+ </dt>
937
+ <dd>
938
+
939
+
940
+ <div class="description">
941
+ Fires an event on this object
942
+ </div>
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+ <h5>Parameters:</h5>
952
+
953
+
954
+ <table class="params table table-striped">
955
+ <thead>
956
+ <tr>
957
+
958
+ <th>Name</th>
959
+
960
+
961
+ <th>Type</th>
962
+
963
+
964
+
965
+
966
+
967
+ <th class="last">Description</th>
968
+ </tr>
969
+ </thead>
970
+
971
+ <tbody>
972
+
973
+
974
+ <tr>
975
+
976
+ <td class="name"><code>event</code></td>
977
+
978
+
979
+ <td class="type">
980
+
981
+
982
+ <span class="param-type">string</span>
983
+ |
984
+
985
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
986
+
987
+
988
+
989
+
990
+ </td>
991
+
992
+
993
+
994
+
995
+
996
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
997
+ </tr>
998
+
999
+
1000
+ </tbody>
1001
+ </table>
1002
+
1003
+
1004
+
1005
+
1006
+ <dl class="details">
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1015
+ <dd class="inherited-from">
1016
+ <ul class="dummy">
1017
+ <li>
1018
+ <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
1019
+ </li>
1020
+ </ul>
1021
+ </dd>
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+ </dl>
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+ </dd>
1068
+
1069
+
1070
+
1071
+ <hr>
1072
+ <dt>
1073
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1074
+
1075
+
1076
+ </dt>
1077
+ <dd>
1078
+
1079
+
1080
+ <div class="description">
1081
+ Test for listeners of type on this object
1082
+ </div>
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ <h5>Parameters:</h5>
1092
+
1093
+
1094
+ <table class="params table table-striped">
1095
+ <thead>
1096
+ <tr>
1097
+
1098
+ <th>Name</th>
1099
+
1100
+
1101
+ <th>Type</th>
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ <th class="last">Description</th>
1108
+ </tr>
1109
+ </thead>
1110
+
1111
+ <tbody>
1112
+
1113
+
1114
+ <tr>
1115
+
1116
+ <td class="name"><code>type</code></td>
1117
+
1118
+
1119
+ <td class="type">
1120
+
1121
+
1122
+ <span class="param-type">string</span>
1123
+
1124
+
1125
+
1126
+
1127
+ </td>
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ <td class="description last">The event type to test for</td>
1134
+ </tr>
1135
+
1136
+
1137
+ </tbody>
1138
+ </table>
1139
+
1140
+
1141
+
1142
+
1143
+ <dl class="details">
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1152
+ <dd class="inherited-from">
1153
+ <ul class="dummy">
1154
+ <li>
1155
+ <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1156
+ </li>
1157
+ </ul>
1158
+ </dd>
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ </dl>
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+ <h5>Returns:</h5>
1203
+
1204
+
1205
+ <div class="param-desc">
1206
+ True if this object has listeners bound for the specified type
1207
+ </div>
1208
+
1209
+
1210
+
1211
+ <dl>
1212
+ <dt>
1213
+ Type
1214
+ </dt>
1215
+ <dd>
1216
+
1217
+ <span class="param-type">bool</span>
1218
+
1219
+
1220
+
1221
+ </dd>
1222
+ </dl>
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+ </dd>
1229
+
1230
+
1231
+
1232
+ <hr>
1233
+ <dt>
1234
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1235
+
1236
+
1237
+ </dt>
1238
+ <dd>
1239
+
1240
+
1241
+ <div class="description">
1242
+ Alias for removeEventListener
1243
+ </div>
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+ <dl class="details">
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1263
+ <dd class="inherited-from">
1264
+ <ul class="dummy">
1265
+ <li>
1266
+ <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1267
+ </li>
1268
+ </ul>
1269
+ </dd>
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1298
+ <dd class="tag-see">
1299
+ <ul>
1300
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1301
+ </ul>
1302
+ </dd>
1303
+
1304
+
1305
+
1306
+ </dl>
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+ </dd>
1323
+
1324
+
1325
+
1326
+ <hr>
1327
+ <dt>
1328
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1329
+
1330
+
1331
+ </dt>
1332
+ <dd>
1333
+
1334
+
1335
+ <div class="description">
1336
+ Alias for addEventListener
1337
+ </div>
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ <dl class="details">
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1357
+ <dd class="inherited-from">
1358
+ <ul class="dummy">
1359
+ <li>
1360
+ <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1361
+ </li>
1362
+ </ul>
1363
+ </dd>
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1392
+ <dd class="tag-see">
1393
+ <ul>
1394
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1395
+ </ul>
1396
+ </dd>
1397
+
1398
+
1399
+
1400
+ </dl>
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+ </dd>
1417
+
1418
+
1419
+
1420
+ <hr>
1421
+ <dt>
1422
+ <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1423
+
1424
+
1425
+ </dt>
1426
+ <dd>
1427
+
1428
+
1429
+ <div class="description">
1430
+ Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1431
+ </div>
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+ <h5>Parameters:</h5>
1441
+
1442
+
1443
+ <table class="params table table-striped">
1444
+ <thead>
1445
+ <tr>
1446
+
1447
+ <th>Name</th>
1448
+
1449
+
1450
+ <th>Type</th>
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+ <th class="last">Description</th>
1457
+ </tr>
1458
+ </thead>
1459
+
1460
+ <tbody>
1461
+
1462
+
1463
+ <tr>
1464
+
1465
+ <td class="name"><code>string</code></td>
1466
+
1467
+
1468
+ <td class="type">
1469
+
1470
+
1471
+ <span class="param-type">string</span>
1472
+
1473
+
1474
+
1475
+
1476
+ </td>
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+ <td class="description last">The string to parse numbers from</td>
1483
+ </tr>
1484
+
1485
+
1486
+ </tbody>
1487
+ </table>
1488
+
1489
+
1490
+
1491
+
1492
+ <dl class="details">
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1501
+ <dd class="inherited-from">
1502
+ <ul class="dummy">
1503
+ <li>
1504
+ <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1505
+ </li>
1506
+ </ul>
1507
+ </dd>
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+ </dl>
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+ <h5>Returns:</h5>
1552
+
1553
+
1554
+ <div class="param-desc">
1555
+ An array of LatLng literals parsed from the string
1556
+ </div>
1557
+
1558
+
1559
+
1560
+ <dl>
1561
+ <dt>
1562
+ Type
1563
+ </dt>
1564
+ <dd>
1565
+
1566
+ <span class="param-type">array</span>
1567
+
1568
+
1569
+
1570
+ </dd>
1571
+ </dl>
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+ </dd>
1578
+
1579
+
1580
+
1581
+ <hr>
1582
+ <dt>
1583
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1584
+
1585
+
1586
+ </dt>
1587
+ <dd>
1588
+
1589
+
1590
+ <div class="description">
1591
+ Removes event listeners from this object
1592
+ </div>
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+ <h5>Parameters:</h5>
1602
+
1603
+
1604
+ <table class="params table table-striped">
1605
+ <thead>
1606
+ <tr>
1607
+
1608
+ <th>Name</th>
1609
+
1610
+
1611
+ <th>Type</th>
1612
+
1613
+
1614
+ <th>Argument</th>
1615
+
1616
+
1617
+
1618
+
1619
+ <th class="last">Description</th>
1620
+ </tr>
1621
+ </thead>
1622
+
1623
+ <tbody>
1624
+
1625
+
1626
+ <tr>
1627
+
1628
+ <td class="name"><code>type</code></td>
1629
+
1630
+
1631
+ <td class="type">
1632
+
1633
+
1634
+ <span class="param-type">string</span>
1635
+
1636
+
1637
+
1638
+
1639
+ </td>
1640
+
1641
+
1642
+ <td class="attributes">
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ </td>
1649
+
1650
+
1651
+
1652
+
1653
+ <td class="description last">The event type to remove listeners from</td>
1654
+ </tr>
1655
+
1656
+
1657
+
1658
+ <tr>
1659
+
1660
+ <td class="name"><code>listener</code></td>
1661
+
1662
+
1663
+ <td class="type">
1664
+
1665
+
1666
+ <span class="param-type">function</span>
1667
+
1668
+
1669
+
1670
+
1671
+ </td>
1672
+
1673
+
1674
+ <td class="attributes">
1675
+
1676
+ &lt;optional><br>
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+ </td>
1683
+
1684
+
1685
+
1686
+
1687
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1688
+ </tr>
1689
+
1690
+
1691
+
1692
+ <tr>
1693
+
1694
+ <td class="name"><code>thisObject</code></td>
1695
+
1696
+
1697
+ <td class="type">
1698
+
1699
+
1700
+ <span class="param-type">object</span>
1701
+
1702
+
1703
+
1704
+
1705
+ </td>
1706
+
1707
+
1708
+ <td class="attributes">
1709
+
1710
+ &lt;optional><br>
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+ </td>
1717
+
1718
+
1719
+
1720
+
1721
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1722
+ </tr>
1723
+
1724
+
1725
+
1726
+ <tr>
1727
+
1728
+ <td class="name"><code>useCapture</code></td>
1729
+
1730
+
1731
+ <td class="type">
1732
+
1733
+
1734
+ <span class="param-type">bool</span>
1735
+
1736
+
1737
+
1738
+
1739
+ </td>
1740
+
1741
+
1742
+ <td class="attributes">
1743
+
1744
+ &lt;optional><br>
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+ </td>
1751
+
1752
+
1753
+
1754
+
1755
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1756
+ </tr>
1757
+
1758
+
1759
+ </tbody>
1760
+ </table>
1761
+
1762
+
1763
+
1764
+
1765
+ <dl class="details">
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1774
+ <dd class="inherited-from">
1775
+ <ul class="dummy">
1776
+ <li>
1777
+ <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1778
+ </li>
1779
+ </ul>
1780
+ </dd>
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+ </dl>
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+ </dd>
1827
+
1828
+
1829
+
1830
+ <hr>
1831
+ <dt>
1832
+ <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
1833
+
1834
+
1835
+ </dt>
1836
+ <dd>
1837
+
1838
+
1839
+ <div class="description">
1840
+ Returns a JSON representation of this polygon, for serialization
1841
+ </div>
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+ <dl class="details">
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+
1862
+ <dt class="tag-overrides">Overrides:</dt>
1863
+ <dd class="tag-overrides"><ul class="dummy"><li>
1864
+ <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
1865
+ </li></ul></dd>
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+ </dl>
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+ <h5>Returns:</h5>
1908
+
1909
+
1910
+ <div class="param-desc">
1911
+ A JSON object representing this polygon
1912
+ </div>
1913
+
1914
+
1915
+
1916
+ <dl>
1917
+ <dt>
1918
+ Type
1919
+ </dt>
1920
+ <dd>
1921
+
1922
+ <span class="param-type">object</span>
1923
+
1924
+
1925
+
1926
+ </dd>
1927
+ </dl>
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+ </dd>
1934
+
1935
+
1936
+
1937
+ <hr>
1938
+ <dt>
1939
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1940
+
1941
+
1942
+ </dt>
1943
+ <dd>
1944
+
1945
+
1946
+ <div class="description">
1947
+ Alias for removeEventListener
1948
+ </div>
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+ <dl class="details">
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1968
+ <dd class="inherited-from">
1969
+ <ul class="dummy">
1970
+ <li>
1971
+ <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
1972
+ </li>
1973
+ </ul>
1974
+ </dd>
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2003
+ <dd class="tag-see">
2004
+ <ul>
2005
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2006
+ </ul>
2007
+ </dd>
2008
+
2009
+
2010
+
2011
+ </dl>
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+ </dd>
2028
+
2029
+ </dl>
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+ </article>
2036
+
2037
+ </section>
2038
+
2039
+
2040
+
2041
+
2042
+ </div>
2043
+ </div>
2044
+
2045
+ <div class="clearfix"></div>
2046
+
2047
+
2048
+ <div class="col-md-3">
2049
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2050
+ </div>
2051
+
2052
+
2053
+ </div>
2054
+ </div>
2055
+
2056
+
2057
+ <div class="modal fade" id="searchResults">
2058
+ <div class="modal-dialog">
2059
+ <div class="modal-content">
2060
+ <div class="modal-header">
2061
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2062
+ <h4 class="modal-title">Search results</h4>
2063
+ </div>
2064
+ <div class="modal-body"></div>
2065
+ <div class="modal-footer">
2066
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2067
+ </div>
2068
+ </div><!-- /.modal-content -->
2069
+ </div><!-- /.modal-dialog -->
2070
+ </div>
2071
+
2072
+
2073
+ <footer>
2074
+
2075
+
2076
+ <span class="jsdoc-message">
2077
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2078
+
2079
+ on 2019-01-20T11:35:49+00:00
2080
+
2081
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2082
+ </span>
2083
+ </footer>
2084
+
2085
+ <script src="scripts/docstrap.lib.js"></script>
2086
+ <script src="scripts/toc.js"></script>
2087
+
2088
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2089
+
2090
+
2091
+ <script>
2092
+ $( function () {
2093
+ $( "[id*='$']" ).each( function () {
2094
+ var $this = $( this );
2095
+
2096
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2097
+ } );
2098
+
2099
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2100
+ var $this = $( this );
2101
+
2102
+ var example = $this.find( "code" );
2103
+ exampleText = example.html();
2104
+ var lang = /{@lang (.*?)}/.exec( exampleText );
2105
+ if ( lang && lang[1] ) {
2106
+ exampleText = exampleText.replace( lang[0], "" );
2107
+ example.html( exampleText );
2108
+ lang = lang[1];
2109
+ } else {
2110
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2111
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
2112
+ }
2113
+
2114
+ if ( lang ) {
2115
+
2116
+ $this
2117
+ .addClass( "sunlight-highlight-" + lang )
2118
+ .addClass( "linenums" )
2119
+ .html( example.html() );
2120
+
2121
+ }
2122
+ } );
2123
+
2124
+ Sunlight.highlightAll( {
2125
+ lineNumbers : false,
2126
+ showMenu : true,
2127
+ enableDoclinks : true
2128
+ } );
2129
+
2130
+ $.catchAnchorLinks( {
2131
+ navbarOffset: 10
2132
+ } );
2133
+ $( "#toc" ).toc( {
2134
+ anchorName : function ( i, heading, prefix ) {
2135
+ return $( heading ).attr( "id" ) || ( prefix + i );
2136
+ },
2137
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2138
+ showAndHide : false,
2139
+ smoothScrolling: true
2140
+ } );
2141
+
2142
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2143
+ $( '.dropdown-toggle' ).dropdown();
2144
+
2145
+ $( "table" ).each( function () {
2146
+ var $this = $( this );
2147
+ $this.addClass('table');
2148
+ } );
2149
+
2150
+ } );
2151
+ </script>
2152
+
2153
+
2154
+
2155
+ <!--Navigation and Symbol Display-->
2156
+
2157
+
2158
+ <!--Google Analytics-->
2159
+
2160
+
2161
+
2162
+ <script type="text/javascript">
2163
+ $(document).ready(function() {
2164
+ SearcherDisplay.init();
2165
+ });
2166
+ </script>
2167
+
2168
+
2169
+ </body>
2170
  </html>
docs/js/WPGMZA.Polyline.html CHANGED
@@ -1,2170 +1,2170 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: Polyline</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: Polyline</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- Polyline
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.Polyline</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="Polyline"><span class="type-signature"></span>new Polyline( [row] [, enginePolyline])</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Base class for polylines. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <h5>Parameters:</h5>
115
-
116
-
117
- <table class="params table table-striped">
118
- <thead>
119
- <tr>
120
-
121
- <th>Name</th>
122
-
123
-
124
- <th>Type</th>
125
-
126
-
127
- <th>Argument</th>
128
-
129
-
130
-
131
-
132
- <th class="last">Description</th>
133
- </tr>
134
- </thead>
135
-
136
- <tbody>
137
-
138
-
139
- <tr>
140
-
141
- <td class="name"><code>row</code></td>
142
-
143
-
144
- <td class="type">
145
-
146
-
147
- <span class="param-type">object</span>
148
-
149
-
150
-
151
-
152
- </td>
153
-
154
-
155
- <td class="attributes">
156
-
157
- &lt;optional><br>
158
-
159
-
160
-
161
-
162
-
163
- </td>
164
-
165
-
166
-
167
-
168
- <td class="description last">Options to apply to this polyline.</td>
169
- </tr>
170
-
171
-
172
-
173
- <tr>
174
-
175
- <td class="name"><code>enginePolyline</code></td>
176
-
177
-
178
- <td class="type">
179
-
180
-
181
- <span class="param-type">object</span>
182
-
183
-
184
-
185
-
186
- </td>
187
-
188
-
189
- <td class="attributes">
190
-
191
- &lt;optional><br>
192
-
193
-
194
-
195
-
196
-
197
- </td>
198
-
199
-
200
-
201
-
202
- <td class="description last">An engine polyline, passed from the drawing manager. Used when a polyline has been created by a drawing manager.</td>
203
- </tr>
204
-
205
-
206
- </tbody>
207
- </table>
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
-
267
- </div>
268
-
269
-
270
- <h3 class="subsection-title">Extends</h3>
271
-
272
-
273
-
274
-
275
- <ul>
276
- <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
277
- </ul>
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
- <h3 class="subsection-title">Methods</h3>
294
-
295
- <dl>
296
-
297
- <hr>
298
- <dt>
299
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance( [row] [, enginePolyline])</h4>
300
-
301
-
302
- </dt>
303
- <dd>
304
-
305
-
306
- <div class="description">
307
- Creates an instance of a map, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
308
- </div>
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
- <h5>Parameters:</h5>
318
-
319
-
320
- <table class="params table table-striped">
321
- <thead>
322
- <tr>
323
-
324
- <th>Name</th>
325
-
326
-
327
- <th>Type</th>
328
-
329
-
330
- <th>Argument</th>
331
-
332
-
333
-
334
-
335
- <th class="last">Description</th>
336
- </tr>
337
- </thead>
338
-
339
- <tbody>
340
-
341
-
342
- <tr>
343
-
344
- <td class="name"><code>row</code></td>
345
-
346
-
347
- <td class="type">
348
-
349
-
350
- <span class="param-type">object</span>
351
-
352
-
353
-
354
-
355
- </td>
356
-
357
-
358
- <td class="attributes">
359
-
360
- &lt;optional><br>
361
-
362
-
363
-
364
-
365
-
366
- </td>
367
-
368
-
369
-
370
-
371
- <td class="description last">Options to apply to this polyline.</td>
372
- </tr>
373
-
374
-
375
-
376
- <tr>
377
-
378
- <td class="name"><code>enginePolyline</code></td>
379
-
380
-
381
- <td class="type">
382
-
383
-
384
- <span class="param-type">object</span>
385
-
386
-
387
-
388
-
389
- </td>
390
-
391
-
392
- <td class="attributes">
393
-
394
- &lt;optional><br>
395
-
396
-
397
-
398
-
399
-
400
- </td>
401
-
402
-
403
-
404
-
405
- <td class="description last">An engine polyline, passed from the drawing manager. Used when a polyline has been created by a drawing manager.</td>
406
- </tr>
407
-
408
-
409
- </tbody>
410
- </table>
411
-
412
-
413
-
414
-
415
- <dl class="details">
416
-
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
- </dl>
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
- <h5>Returns:</h5>
466
-
467
-
468
- <div class="param-desc">
469
- An instance of WPGMZA.Polyline
470
- </div>
471
-
472
-
473
-
474
- <dl>
475
- <dt>
476
- Type
477
- </dt>
478
- <dd>
479
-
480
- <span class="param-type"><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></span>
481
-
482
-
483
-
484
- </dd>
485
- </dl>
486
-
487
-
488
-
489
-
490
-
491
- </dd>
492
-
493
-
494
-
495
- <hr>
496
- <dt>
497
- <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
498
-
499
-
500
- </dt>
501
- <dd>
502
-
503
-
504
- <div class="description">
505
- Returns the contructor to be used by createInstance, depending on the selected maps engine.
506
- </div>
507
-
508
-
509
-
510
-
511
-
512
-
513
-
514
-
515
-
516
-
517
- <dl class="details">
518
-
519
-
520
-
521
-
522
-
523
-
524
-
525
-
526
-
527
-
528
-
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
- </dl>
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
-
564
-
565
-
566
-
567
- <h5>Returns:</h5>
568
-
569
-
570
- <div class="param-desc">
571
- The appropriate contructor
572
- </div>
573
-
574
-
575
-
576
- <dl>
577
- <dt>
578
- Type
579
- </dt>
580
- <dd>
581
-
582
- <span class="param-type">function</span>
583
-
584
-
585
-
586
- </dd>
587
- </dl>
588
-
589
-
590
-
591
-
592
-
593
- </dd>
594
-
595
-
596
-
597
- <hr>
598
- <dt>
599
- <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
600
-
601
-
602
- </dt>
603
- <dd>
604
-
605
-
606
- <div class="description">
607
- Handles the logic of triggering listeners
608
- </div>
609
-
610
-
611
-
612
-
613
-
614
-
615
-
616
-
617
-
618
-
619
- <dl class="details">
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
628
- <dd class="inherited-from">
629
- <ul class="dummy">
630
- <li>
631
- <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
632
- </li>
633
- </ul>
634
- </dd>
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
-
649
-
650
-
651
-
652
-
653
-
654
-
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
-
663
-
664
- </dl>
665
-
666
-
667
-
668
-
669
-
670
-
671
-
672
-
673
-
674
-
675
-
676
-
677
-
678
-
679
-
680
- </dd>
681
-
682
-
683
-
684
- <hr>
685
- <dt>
686
- <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
687
-
688
-
689
- </dt>
690
- <dd>
691
-
692
-
693
- <div class="description">
694
- Adds an event listener on this object
695
- </div>
696
-
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
- <h5>Parameters:</h5>
705
-
706
-
707
- <table class="params table table-striped">
708
- <thead>
709
- <tr>
710
-
711
- <th>Name</th>
712
-
713
-
714
- <th>Type</th>
715
-
716
-
717
- <th>Argument</th>
718
-
719
-
720
-
721
-
722
- <th class="last">Description</th>
723
- </tr>
724
- </thead>
725
-
726
- <tbody>
727
-
728
-
729
- <tr>
730
-
731
- <td class="name"><code>type</code></td>
732
-
733
-
734
- <td class="type">
735
-
736
-
737
- <span class="param-type">string</span>
738
-
739
-
740
-
741
-
742
- </td>
743
-
744
-
745
- <td class="attributes">
746
-
747
-
748
-
749
-
750
-
751
- </td>
752
-
753
-
754
-
755
-
756
- <td class="description last">The event type, or multiple types separated by spaces</td>
757
- </tr>
758
-
759
-
760
-
761
- <tr>
762
-
763
- <td class="name"><code>callback</code></td>
764
-
765
-
766
- <td class="type">
767
-
768
-
769
- <span class="param-type">function</span>
770
-
771
-
772
-
773
-
774
- </td>
775
-
776
-
777
- <td class="attributes">
778
-
779
-
780
-
781
-
782
-
783
- </td>
784
-
785
-
786
-
787
-
788
- <td class="description last">The callback to call when the event fires</td>
789
- </tr>
790
-
791
-
792
-
793
- <tr>
794
-
795
- <td class="name"><code>thisObject</code></td>
796
-
797
-
798
- <td class="type">
799
-
800
-
801
- <span class="param-type">object</span>
802
-
803
-
804
-
805
-
806
- </td>
807
-
808
-
809
- <td class="attributes">
810
-
811
- &lt;optional><br>
812
-
813
-
814
-
815
-
816
-
817
- </td>
818
-
819
-
820
-
821
-
822
- <td class="description last">The object to use as "this" when firing the callback</td>
823
- </tr>
824
-
825
-
826
-
827
- <tr>
828
-
829
- <td class="name"><code>useCapture</code></td>
830
-
831
-
832
- <td class="type">
833
-
834
-
835
- <span class="param-type">bool</span>
836
-
837
-
838
-
839
-
840
- </td>
841
-
842
-
843
- <td class="attributes">
844
-
845
- &lt;optional><br>
846
-
847
-
848
-
849
-
850
-
851
- </td>
852
-
853
-
854
-
855
-
856
- <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
857
- </tr>
858
-
859
-
860
- </tbody>
861
- </table>
862
-
863
-
864
-
865
-
866
- <dl class="details">
867
-
868
-
869
-
870
-
871
-
872
-
873
-
874
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
875
- <dd class="inherited-from">
876
- <ul class="dummy">
877
- <li>
878
- <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
879
- </li>
880
- </ul>
881
- </dd>
882
-
883
-
884
-
885
-
886
-
887
-
888
-
889
-
890
-
891
-
892
-
893
-
894
-
895
-
896
-
897
-
898
-
899
-
900
-
901
-
902
-
903
-
904
-
905
-
906
-
907
-
908
-
909
-
910
-
911
- </dl>
912
-
913
-
914
-
915
-
916
-
917
-
918
-
919
-
920
-
921
-
922
-
923
-
924
-
925
-
926
-
927
- </dd>
928
-
929
-
930
-
931
- <hr>
932
- <dt>
933
- <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
934
-
935
-
936
- </dt>
937
- <dd>
938
-
939
-
940
- <div class="description">
941
- Fires an event on this object
942
- </div>
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
- <h5>Parameters:</h5>
952
-
953
-
954
- <table class="params table table-striped">
955
- <thead>
956
- <tr>
957
-
958
- <th>Name</th>
959
-
960
-
961
- <th>Type</th>
962
-
963
-
964
-
965
-
966
-
967
- <th class="last">Description</th>
968
- </tr>
969
- </thead>
970
-
971
- <tbody>
972
-
973
-
974
- <tr>
975
-
976
- <td class="name"><code>event</code></td>
977
-
978
-
979
- <td class="type">
980
-
981
-
982
- <span class="param-type">string</span>
983
- |
984
-
985
- <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
986
-
987
-
988
-
989
-
990
- </td>
991
-
992
-
993
-
994
-
995
-
996
- <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
997
- </tr>
998
-
999
-
1000
- </tbody>
1001
- </table>
1002
-
1003
-
1004
-
1005
-
1006
- <dl class="details">
1007
-
1008
-
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1015
- <dd class="inherited-from">
1016
- <ul class="dummy">
1017
- <li>
1018
- <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
1019
- </li>
1020
- </ul>
1021
- </dd>
1022
-
1023
-
1024
-
1025
-
1026
-
1027
-
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
-
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
- </dl>
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
-
1059
-
1060
-
1061
-
1062
-
1063
-
1064
-
1065
-
1066
-
1067
- </dd>
1068
-
1069
-
1070
-
1071
- <hr>
1072
- <dt>
1073
- <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1074
-
1075
-
1076
- </dt>
1077
- <dd>
1078
-
1079
-
1080
- <div class="description">
1081
- Test for listeners of type on this object
1082
- </div>
1083
-
1084
-
1085
-
1086
-
1087
-
1088
-
1089
-
1090
-
1091
- <h5>Parameters:</h5>
1092
-
1093
-
1094
- <table class="params table table-striped">
1095
- <thead>
1096
- <tr>
1097
-
1098
- <th>Name</th>
1099
-
1100
-
1101
- <th>Type</th>
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- <th class="last">Description</th>
1108
- </tr>
1109
- </thead>
1110
-
1111
- <tbody>
1112
-
1113
-
1114
- <tr>
1115
-
1116
- <td class="name"><code>type</code></td>
1117
-
1118
-
1119
- <td class="type">
1120
-
1121
-
1122
- <span class="param-type">string</span>
1123
-
1124
-
1125
-
1126
-
1127
- </td>
1128
-
1129
-
1130
-
1131
-
1132
-
1133
- <td class="description last">The event type to test for</td>
1134
- </tr>
1135
-
1136
-
1137
- </tbody>
1138
- </table>
1139
-
1140
-
1141
-
1142
-
1143
- <dl class="details">
1144
-
1145
-
1146
-
1147
-
1148
-
1149
-
1150
-
1151
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1152
- <dd class="inherited-from">
1153
- <ul class="dummy">
1154
- <li>
1155
- <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1156
- </li>
1157
- </ul>
1158
- </dd>
1159
-
1160
-
1161
-
1162
-
1163
-
1164
-
1165
-
1166
-
1167
-
1168
-
1169
-
1170
-
1171
-
1172
-
1173
-
1174
-
1175
-
1176
-
1177
-
1178
-
1179
-
1180
-
1181
-
1182
-
1183
-
1184
-
1185
-
1186
-
1187
-
1188
- </dl>
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
-
1196
-
1197
-
1198
-
1199
-
1200
-
1201
-
1202
- <h5>Returns:</h5>
1203
-
1204
-
1205
- <div class="param-desc">
1206
- True if this object has listeners bound for the specified type
1207
- </div>
1208
-
1209
-
1210
-
1211
- <dl>
1212
- <dt>
1213
- Type
1214
- </dt>
1215
- <dd>
1216
-
1217
- <span class="param-type">bool</span>
1218
-
1219
-
1220
-
1221
- </dd>
1222
- </dl>
1223
-
1224
-
1225
-
1226
-
1227
-
1228
- </dd>
1229
-
1230
-
1231
-
1232
- <hr>
1233
- <dt>
1234
- <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1235
-
1236
-
1237
- </dt>
1238
- <dd>
1239
-
1240
-
1241
- <div class="description">
1242
- Alias for removeEventListener
1243
- </div>
1244
-
1245
-
1246
-
1247
-
1248
-
1249
-
1250
-
1251
-
1252
-
1253
-
1254
- <dl class="details">
1255
-
1256
-
1257
-
1258
-
1259
-
1260
-
1261
-
1262
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1263
- <dd class="inherited-from">
1264
- <ul class="dummy">
1265
- <li>
1266
- <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1267
- </li>
1268
- </ul>
1269
- </dd>
1270
-
1271
-
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1298
- <dd class="tag-see">
1299
- <ul>
1300
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1301
- </ul>
1302
- </dd>
1303
-
1304
-
1305
-
1306
- </dl>
1307
-
1308
-
1309
-
1310
-
1311
-
1312
-
1313
-
1314
-
1315
-
1316
-
1317
-
1318
-
1319
-
1320
-
1321
-
1322
- </dd>
1323
-
1324
-
1325
-
1326
- <hr>
1327
- <dt>
1328
- <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1329
-
1330
-
1331
- </dt>
1332
- <dd>
1333
-
1334
-
1335
- <div class="description">
1336
- Alias for addEventListener
1337
- </div>
1338
-
1339
-
1340
-
1341
-
1342
-
1343
-
1344
-
1345
-
1346
-
1347
-
1348
- <dl class="details">
1349
-
1350
-
1351
-
1352
-
1353
-
1354
-
1355
-
1356
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1357
- <dd class="inherited-from">
1358
- <ul class="dummy">
1359
- <li>
1360
- <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1361
- </li>
1362
- </ul>
1363
- </dd>
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1392
- <dd class="tag-see">
1393
- <ul>
1394
- <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1395
- </ul>
1396
- </dd>
1397
-
1398
-
1399
-
1400
- </dl>
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
-
1408
-
1409
-
1410
-
1411
-
1412
-
1413
-
1414
-
1415
-
1416
- </dd>
1417
-
1418
-
1419
-
1420
- <hr>
1421
- <dt>
1422
- <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1423
-
1424
-
1425
- </dt>
1426
- <dd>
1427
-
1428
-
1429
- <div class="description">
1430
- Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1431
- </div>
1432
-
1433
-
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
- <h5>Parameters:</h5>
1441
-
1442
-
1443
- <table class="params table table-striped">
1444
- <thead>
1445
- <tr>
1446
-
1447
- <th>Name</th>
1448
-
1449
-
1450
- <th>Type</th>
1451
-
1452
-
1453
-
1454
-
1455
-
1456
- <th class="last">Description</th>
1457
- </tr>
1458
- </thead>
1459
-
1460
- <tbody>
1461
-
1462
-
1463
- <tr>
1464
-
1465
- <td class="name"><code>string</code></td>
1466
-
1467
-
1468
- <td class="type">
1469
-
1470
-
1471
- <span class="param-type">string</span>
1472
-
1473
-
1474
-
1475
-
1476
- </td>
1477
-
1478
-
1479
-
1480
-
1481
-
1482
- <td class="description last">The string to parse numbers from</td>
1483
- </tr>
1484
-
1485
-
1486
- </tbody>
1487
- </table>
1488
-
1489
-
1490
-
1491
-
1492
- <dl class="details">
1493
-
1494
-
1495
-
1496
-
1497
-
1498
-
1499
-
1500
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1501
- <dd class="inherited-from">
1502
- <ul class="dummy">
1503
- <li>
1504
- <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1505
- </li>
1506
- </ul>
1507
- </dd>
1508
-
1509
-
1510
-
1511
-
1512
-
1513
-
1514
-
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
-
1522
-
1523
-
1524
-
1525
-
1526
-
1527
-
1528
-
1529
-
1530
-
1531
-
1532
-
1533
-
1534
-
1535
-
1536
-
1537
- </dl>
1538
-
1539
-
1540
-
1541
-
1542
-
1543
-
1544
-
1545
-
1546
-
1547
-
1548
-
1549
-
1550
-
1551
- <h5>Returns:</h5>
1552
-
1553
-
1554
- <div class="param-desc">
1555
- An array of LatLng literals parsed from the string
1556
- </div>
1557
-
1558
-
1559
-
1560
- <dl>
1561
- <dt>
1562
- Type
1563
- </dt>
1564
- <dd>
1565
-
1566
- <span class="param-type">array</span>
1567
-
1568
-
1569
-
1570
- </dd>
1571
- </dl>
1572
-
1573
-
1574
-
1575
-
1576
-
1577
- </dd>
1578
-
1579
-
1580
-
1581
- <hr>
1582
- <dt>
1583
- <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1584
-
1585
-
1586
- </dt>
1587
- <dd>
1588
-
1589
-
1590
- <div class="description">
1591
- Removes event listeners from this object
1592
- </div>
1593
-
1594
-
1595
-
1596
-
1597
-
1598
-
1599
-
1600
-
1601
- <h5>Parameters:</h5>
1602
-
1603
-
1604
- <table class="params table table-striped">
1605
- <thead>
1606
- <tr>
1607
-
1608
- <th>Name</th>
1609
-
1610
-
1611
- <th>Type</th>
1612
-
1613
-
1614
- <th>Argument</th>
1615
-
1616
-
1617
-
1618
-
1619
- <th class="last">Description</th>
1620
- </tr>
1621
- </thead>
1622
-
1623
- <tbody>
1624
-
1625
-
1626
- <tr>
1627
-
1628
- <td class="name"><code>type</code></td>
1629
-
1630
-
1631
- <td class="type">
1632
-
1633
-
1634
- <span class="param-type">string</span>
1635
-
1636
-
1637
-
1638
-
1639
- </td>
1640
-
1641
-
1642
- <td class="attributes">
1643
-
1644
-
1645
-
1646
-
1647
-
1648
- </td>
1649
-
1650
-
1651
-
1652
-
1653
- <td class="description last">The event type to remove listeners from</td>
1654
- </tr>
1655
-
1656
-
1657
-
1658
- <tr>
1659
-
1660
- <td class="name"><code>listener</code></td>
1661
-
1662
-
1663
- <td class="type">
1664
-
1665
-
1666
- <span class="param-type">function</span>
1667
-
1668
-
1669
-
1670
-
1671
- </td>
1672
-
1673
-
1674
- <td class="attributes">
1675
-
1676
- &lt;optional><br>
1677
-
1678
-
1679
-
1680
-
1681
-
1682
- </td>
1683
-
1684
-
1685
-
1686
-
1687
- <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1688
- </tr>
1689
-
1690
-
1691
-
1692
- <tr>
1693
-
1694
- <td class="name"><code>thisObject</code></td>
1695
-
1696
-
1697
- <td class="type">
1698
-
1699
-
1700
- <span class="param-type">object</span>
1701
-
1702
-
1703
-
1704
-
1705
- </td>
1706
-
1707
-
1708
- <td class="attributes">
1709
-
1710
- &lt;optional><br>
1711
-
1712
-
1713
-
1714
-
1715
-
1716
- </td>
1717
-
1718
-
1719
-
1720
-
1721
- <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1722
- </tr>
1723
-
1724
-
1725
-
1726
- <tr>
1727
-
1728
- <td class="name"><code>useCapture</code></td>
1729
-
1730
-
1731
- <td class="type">
1732
-
1733
-
1734
- <span class="param-type">bool</span>
1735
-
1736
-
1737
-
1738
-
1739
- </td>
1740
-
1741
-
1742
- <td class="attributes">
1743
-
1744
- &lt;optional><br>
1745
-
1746
-
1747
-
1748
-
1749
-
1750
- </td>
1751
-
1752
-
1753
-
1754
-
1755
- <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1756
- </tr>
1757
-
1758
-
1759
- </tbody>
1760
- </table>
1761
-
1762
-
1763
-
1764
-
1765
- <dl class="details">
1766
-
1767
-
1768
-
1769
-
1770
-
1771
-
1772
-
1773
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1774
- <dd class="inherited-from">
1775
- <ul class="dummy">
1776
- <li>
1777
- <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1778
- </li>
1779
- </ul>
1780
- </dd>
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
-
1806
-
1807
-
1808
-
1809
-
1810
- </dl>
1811
-
1812
-
1813
-
1814
-
1815
-
1816
-
1817
-
1818
-
1819
-
1820
-
1821
-
1822
-
1823
-
1824
-
1825
-
1826
- </dd>
1827
-
1828
-
1829
-
1830
- <hr>
1831
- <dt>
1832
- <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
1833
-
1834
-
1835
- </dt>
1836
- <dd>
1837
-
1838
-
1839
- <div class="description">
1840
- Returns a JSON representation of this polyline, for serialization
1841
- </div>
1842
-
1843
-
1844
-
1845
-
1846
-
1847
-
1848
-
1849
-
1850
-
1851
-
1852
- <dl class="details">
1853
-
1854
-
1855
-
1856
-
1857
-
1858
-
1859
-
1860
-
1861
-
1862
- <dt class="tag-overrides">Overrides:</dt>
1863
- <dd class="tag-overrides"><ul class="dummy"><li>
1864
- <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
1865
- </li></ul></dd>
1866
-
1867
-
1868
-
1869
-
1870
-
1871
-
1872
-
1873
-
1874
-
1875
-
1876
-
1877
-
1878
-
1879
-
1880
-
1881
-
1882
-
1883
-
1884
-
1885
-
1886
-
1887
-
1888
-
1889
-
1890
-
1891
-
1892
-
1893
- </dl>
1894
-
1895
-
1896
-
1897
-
1898
-
1899
-
1900
-
1901
-
1902
-
1903
-
1904
-
1905
-
1906
-
1907
- <h5>Returns:</h5>
1908
-
1909
-
1910
- <div class="param-desc">
1911
- A JSON object representing this polyline
1912
- </div>
1913
-
1914
-
1915
-
1916
- <dl>
1917
- <dt>
1918
- Type
1919
- </dt>
1920
- <dd>
1921
-
1922
- <span class="param-type">object</span>
1923
-
1924
-
1925
-
1926
- </dd>
1927
- </dl>
1928
-
1929
-
1930
-
1931
-
1932
-
1933
- </dd>
1934
-
1935
-
1936
-
1937
- <hr>
1938
- <dt>
1939
- <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1940
-
1941
-
1942
- </dt>
1943
- <dd>
1944
-
1945
-
1946
- <div class="description">
1947
- Alias for removeEventListener
1948
- </div>
1949
-
1950
-
1951
-
1952
-
1953
-
1954
-
1955
-
1956
-
1957
-
1958
-
1959
- <dl class="details">
1960
-
1961
-
1962
-
1963
-
1964
-
1965
-
1966
-
1967
- <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1968
- <dd class="inherited-from">
1969
- <ul class="dummy">
1970
- <li>
1971
- <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
1972
- </li>
1973
- </ul>
1974
- </dd>
1975
-
1976
-
1977
-
1978
-
1979
-
1980
-
1981
-
1982
-
1983
-
1984
-
1985
-
1986
-
1987
-
1988
-
1989
-
1990
-
1991
-
1992
-
1993
-
1994
-
1995
-
1996
-
1997
-
1998
-
1999
-
2000
-
2001
-
2002
- <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2003
- <dd class="tag-see">
2004
- <ul>
2005
- <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2006
- </ul>
2007
- </dd>
2008
-
2009
-
2010
-
2011
- </dl>
2012
-
2013
-
2014
-
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
-
2022
-
2023
-
2024
-
2025
-
2026
-
2027
- </dd>
2028
-
2029
- </dl>
2030
-
2031
-
2032
-
2033
-
2034
-
2035
- </article>
2036
-
2037
- </section>
2038
-
2039
-
2040
-
2041
-
2042
- </div>
2043
- </div>
2044
-
2045
- <div class="clearfix"></div>
2046
-
2047
-
2048
- <div class="col-md-3">
2049
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2050
- </div>
2051
-
2052
-
2053
- </div>
2054
- </div>
2055
-
2056
-
2057
- <div class="modal fade" id="searchResults">
2058
- <div class="modal-dialog">
2059
- <div class="modal-content">
2060
- <div class="modal-header">
2061
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2062
- <h4 class="modal-title">Search results</h4>
2063
- </div>
2064
- <div class="modal-body"></div>
2065
- <div class="modal-footer">
2066
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2067
- </div>
2068
- </div><!-- /.modal-content -->
2069
- </div><!-- /.modal-dialog -->
2070
- </div>
2071
-
2072
-
2073
- <footer>
2074
-
2075
-
2076
- <span class="jsdoc-message">
2077
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2078
-
2079
- on 2019-01-18T10:34:58+00:00
2080
-
2081
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2082
- </span>
2083
- </footer>
2084
-
2085
- <script src="scripts/docstrap.lib.js"></script>
2086
- <script src="scripts/toc.js"></script>
2087
-
2088
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2089
-
2090
-
2091
- <script>
2092
- $( function () {
2093
- $( "[id*='$']" ).each( function () {
2094
- var $this = $( this );
2095
-
2096
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2097
- } );
2098
-
2099
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2100
- var $this = $( this );
2101
-
2102
- var example = $this.find( "code" );
2103
- exampleText = example.html();
2104
- var lang = /{@lang (.*?)}/.exec( exampleText );
2105
- if ( lang && lang[1] ) {
2106
- exampleText = exampleText.replace( lang[0], "" );
2107
- example.html( exampleText );
2108
- lang = lang[1];
2109
- } else {
2110
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2111
- lang = langClassMatch ? langClassMatch[1] : "javascript";
2112
- }
2113
-
2114
- if ( lang ) {
2115
-
2116
- $this
2117
- .addClass( "sunlight-highlight-" + lang )
2118
- .addClass( "linenums" )
2119
- .html( example.html() );
2120
-
2121
- }
2122
- } );
2123
-
2124
- Sunlight.highlightAll( {
2125
- lineNumbers : false,
2126
- showMenu : true,
2127
- enableDoclinks : true
2128
- } );
2129
-
2130
- $.catchAnchorLinks( {
2131
- navbarOffset: 10
2132
- } );
2133
- $( "#toc" ).toc( {
2134
- anchorName : function ( i, heading, prefix ) {
2135
- return $( heading ).attr( "id" ) || ( prefix + i );
2136
- },
2137
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2138
- showAndHide : false,
2139
- smoothScrolling: true
2140
- } );
2141
-
2142
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2143
- $( '.dropdown-toggle' ).dropdown();
2144
-
2145
- $( "table" ).each( function () {
2146
- var $this = $( this );
2147
- $this.addClass('table');
2148
- } );
2149
-
2150
- } );
2151
- </script>
2152
-
2153
-
2154
-
2155
- <!--Navigation and Symbol Display-->
2156
-
2157
-
2158
- <!--Google Analytics-->
2159
-
2160
-
2161
-
2162
- <script type="text/javascript">
2163
- $(document).ready(function() {
2164
- SearcherDisplay.init();
2165
- });
2166
- </script>
2167
-
2168
-
2169
- </body>
2170
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: Polyline</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: Polyline</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ Polyline
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.Polyline</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="Polyline"><span class="type-signature"></span>new Polyline( [row] [, enginePolyline])</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Base class for polylines. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ <h5>Parameters:</h5>
115
+
116
+
117
+ <table class="params table table-striped">
118
+ <thead>
119
+ <tr>
120
+
121
+ <th>Name</th>
122
+
123
+
124
+ <th>Type</th>
125
+
126
+
127
+ <th>Argument</th>
128
+
129
+
130
+
131
+
132
+ <th class="last">Description</th>
133
+ </tr>
134
+ </thead>
135
+
136
+ <tbody>
137
+
138
+
139
+ <tr>
140
+
141
+ <td class="name"><code>row</code></td>
142
+
143
+
144
+ <td class="type">
145
+
146
+
147
+ <span class="param-type">object</span>
148
+
149
+
150
+
151
+
152
+ </td>
153
+
154
+
155
+ <td class="attributes">
156
+
157
+ &lt;optional><br>
158
+
159
+
160
+
161
+
162
+
163
+ </td>
164
+
165
+
166
+
167
+
168
+ <td class="description last">Options to apply to this polyline.</td>
169
+ </tr>
170
+
171
+
172
+
173
+ <tr>
174
+
175
+ <td class="name"><code>enginePolyline</code></td>
176
+
177
+
178
+ <td class="type">
179
+
180
+
181
+ <span class="param-type">object</span>
182
+
183
+
184
+
185
+
186
+ </td>
187
+
188
+
189
+ <td class="attributes">
190
+
191
+ &lt;optional><br>
192
+
193
+
194
+
195
+
196
+
197
+ </td>
198
+
199
+
200
+
201
+
202
+ <td class="description last">An engine polyline, passed from the drawing manager. Used when a polyline has been created by a drawing manager.</td>
203
+ </tr>
204
+
205
+
206
+ </tbody>
207
+ </table>
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+
267
+ </div>
268
+
269
+
270
+ <h3 class="subsection-title">Extends</h3>
271
+
272
+
273
+
274
+
275
+ <ul>
276
+ <li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li>
277
+ </ul>
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+ <h3 class="subsection-title">Methods</h3>
294
+
295
+ <dl>
296
+
297
+ <hr>
298
+ <dt>
299
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance( [row] [, enginePolyline])</h4>
300
+
301
+
302
+ </dt>
303
+ <dd>
304
+
305
+
306
+ <div class="description">
307
+ Creates an instance of a map, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
308
+ </div>
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+ <h5>Parameters:</h5>
318
+
319
+
320
+ <table class="params table table-striped">
321
+ <thead>
322
+ <tr>
323
+
324
+ <th>Name</th>
325
+
326
+
327
+ <th>Type</th>
328
+
329
+
330
+ <th>Argument</th>
331
+
332
+
333
+
334
+
335
+ <th class="last">Description</th>
336
+ </tr>
337
+ </thead>
338
+
339
+ <tbody>
340
+
341
+
342
+ <tr>
343
+
344
+ <td class="name"><code>row</code></td>
345
+
346
+
347
+ <td class="type">
348
+
349
+
350
+ <span class="param-type">object</span>
351
+
352
+
353
+
354
+
355
+ </td>
356
+
357
+
358
+ <td class="attributes">
359
+
360
+ &lt;optional><br>
361
+
362
+
363
+
364
+
365
+
366
+ </td>
367
+
368
+
369
+
370
+
371
+ <td class="description last">Options to apply to this polyline.</td>
372
+ </tr>
373
+
374
+
375
+
376
+ <tr>
377
+
378
+ <td class="name"><code>enginePolyline</code></td>
379
+
380
+
381
+ <td class="type">
382
+
383
+
384
+ <span class="param-type">object</span>
385
+
386
+
387
+
388
+
389
+ </td>
390
+
391
+
392
+ <td class="attributes">
393
+
394
+ &lt;optional><br>
395
+
396
+
397
+
398
+
399
+
400
+ </td>
401
+
402
+
403
+
404
+
405
+ <td class="description last">An engine polyline, passed from the drawing manager. Used when a polyline has been created by a drawing manager.</td>
406
+ </tr>
407
+
408
+
409
+ </tbody>
410
+ </table>
411
+
412
+
413
+
414
+
415
+ <dl class="details">
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+ </dl>
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+ <h5>Returns:</h5>
466
+
467
+
468
+ <div class="param-desc">
469
+ An instance of WPGMZA.Polyline
470
+ </div>
471
+
472
+
473
+
474
+ <dl>
475
+ <dt>
476
+ Type
477
+ </dt>
478
+ <dd>
479
+
480
+ <span class="param-type"><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></span>
481
+
482
+
483
+
484
+ </dd>
485
+ </dl>
486
+
487
+
488
+
489
+
490
+
491
+ </dd>
492
+
493
+
494
+
495
+ <hr>
496
+ <dt>
497
+ <h4 class="name" id=".getConstructor"><span class="type-signature">&lt;static> </span>getConstructor()</h4>
498
+
499
+
500
+ </dt>
501
+ <dd>
502
+
503
+
504
+ <div class="description">
505
+ Returns the contructor to be used by createInstance, depending on the selected maps engine.
506
+ </div>
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+ <dl class="details">
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+ </dl>
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+ <h5>Returns:</h5>
568
+
569
+
570
+ <div class="param-desc">
571
+ The appropriate contructor
572
+ </div>
573
+
574
+
575
+
576
+ <dl>
577
+ <dt>
578
+ Type
579
+ </dt>
580
+ <dd>
581
+
582
+ <span class="param-type">function</span>
583
+
584
+
585
+
586
+ </dd>
587
+ </dl>
588
+
589
+
590
+
591
+
592
+
593
+ </dd>
594
+
595
+
596
+
597
+ <hr>
598
+ <dt>
599
+ <h4 class="name" id="_triggerListeners"><span class="type-signature"></span>_triggerListeners()</h4>
600
+
601
+
602
+ </dt>
603
+ <dd>
604
+
605
+
606
+ <div class="description">
607
+ Handles the logic of triggering listeners
608
+ </div>
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+ <dl class="details">
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
628
+ <dd class="inherited-from">
629
+ <ul class="dummy">
630
+ <li>
631
+ <a href="WPGMZA.EventDispatcher.html#_triggerListeners">WPGMZA.EventDispatcher#_triggerListeners</a>
632
+ </li>
633
+ </ul>
634
+ </dd>
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+ </dl>
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+ </dd>
681
+
682
+
683
+
684
+ <hr>
685
+ <dt>
686
+ <h4 class="name" id="addEventListener"><span class="type-signature"></span>addEventListener(type, callback [, thisObject] [, useCapture])</h4>
687
+
688
+
689
+ </dt>
690
+ <dd>
691
+
692
+
693
+ <div class="description">
694
+ Adds an event listener on this object
695
+ </div>
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+ <h5>Parameters:</h5>
705
+
706
+
707
+ <table class="params table table-striped">
708
+ <thead>
709
+ <tr>
710
+
711
+ <th>Name</th>
712
+
713
+
714
+ <th>Type</th>
715
+
716
+
717
+ <th>Argument</th>
718
+
719
+
720
+
721
+
722
+ <th class="last">Description</th>
723
+ </tr>
724
+ </thead>
725
+
726
+ <tbody>
727
+
728
+
729
+ <tr>
730
+
731
+ <td class="name"><code>type</code></td>
732
+
733
+
734
+ <td class="type">
735
+
736
+
737
+ <span class="param-type">string</span>
738
+
739
+
740
+
741
+
742
+ </td>
743
+
744
+
745
+ <td class="attributes">
746
+
747
+
748
+
749
+
750
+
751
+ </td>
752
+
753
+
754
+
755
+
756
+ <td class="description last">The event type, or multiple types separated by spaces</td>
757
+ </tr>
758
+
759
+
760
+
761
+ <tr>
762
+
763
+ <td class="name"><code>callback</code></td>
764
+
765
+
766
+ <td class="type">
767
+
768
+
769
+ <span class="param-type">function</span>
770
+
771
+
772
+
773
+
774
+ </td>
775
+
776
+
777
+ <td class="attributes">
778
+
779
+
780
+
781
+
782
+
783
+ </td>
784
+
785
+
786
+
787
+
788
+ <td class="description last">The callback to call when the event fires</td>
789
+ </tr>
790
+
791
+
792
+
793
+ <tr>
794
+
795
+ <td class="name"><code>thisObject</code></td>
796
+
797
+
798
+ <td class="type">
799
+
800
+
801
+ <span class="param-type">object</span>
802
+
803
+
804
+
805
+
806
+ </td>
807
+
808
+
809
+ <td class="attributes">
810
+
811
+ &lt;optional><br>
812
+
813
+
814
+
815
+
816
+
817
+ </td>
818
+
819
+
820
+
821
+
822
+ <td class="description last">The object to use as "this" when firing the callback</td>
823
+ </tr>
824
+
825
+
826
+
827
+ <tr>
828
+
829
+ <td class="name"><code>useCapture</code></td>
830
+
831
+
832
+ <td class="type">
833
+
834
+
835
+ <span class="param-type">bool</span>
836
+
837
+
838
+
839
+
840
+ </td>
841
+
842
+
843
+ <td class="attributes">
844
+
845
+ &lt;optional><br>
846
+
847
+
848
+
849
+
850
+
851
+ </td>
852
+
853
+
854
+
855
+
856
+ <td class="description last">If true, fires the callback on the capture phase, as opposed to bubble phase</td>
857
+ </tr>
858
+
859
+
860
+ </tbody>
861
+ </table>
862
+
863
+
864
+
865
+
866
+ <dl class="details">
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
875
+ <dd class="inherited-from">
876
+ <ul class="dummy">
877
+ <li>
878
+ <a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a>
879
+ </li>
880
+ </ul>
881
+ </dd>
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+ </dl>
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+ </dd>
928
+
929
+
930
+
931
+ <hr>
932
+ <dt>
933
+ <h4 class="name" id="dispatchEvent"><span class="type-signature"></span>dispatchEvent(event)</h4>
934
+
935
+
936
+ </dt>
937
+ <dd>
938
+
939
+
940
+ <div class="description">
941
+ Fires an event on this object
942
+ </div>
943
+
944
+
945
+
946
+
947
+
948
+
949
+
950
+
951
+ <h5>Parameters:</h5>
952
+
953
+
954
+ <table class="params table table-striped">
955
+ <thead>
956
+ <tr>
957
+
958
+ <th>Name</th>
959
+
960
+
961
+ <th>Type</th>
962
+
963
+
964
+
965
+
966
+
967
+ <th class="last">Description</th>
968
+ </tr>
969
+ </thead>
970
+
971
+ <tbody>
972
+
973
+
974
+ <tr>
975
+
976
+ <td class="name"><code>event</code></td>
977
+
978
+
979
+ <td class="type">
980
+
981
+
982
+ <span class="param-type">string</span>
983
+ |
984
+
985
+ <span class="param-type"><a href="WPGMZA.Event.html">WPGMZA.Event</a></span>
986
+
987
+
988
+
989
+
990
+ </td>
991
+
992
+
993
+
994
+
995
+
996
+ <td class="description last">Either the event type as a string, or an instance of WPGMZA.Event</td>
997
+ </tr>
998
+
999
+
1000
+ </tbody>
1001
+ </table>
1002
+
1003
+
1004
+
1005
+
1006
+ <dl class="details">
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1015
+ <dd class="inherited-from">
1016
+ <ul class="dummy">
1017
+ <li>
1018
+ <a href="WPGMZA.EventDispatcher.html#dispatchEvent">WPGMZA.EventDispatcher#dispatchEvent</a>
1019
+ </li>
1020
+ </ul>
1021
+ </dd>
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+ </dl>
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+ </dd>
1068
+
1069
+
1070
+
1071
+ <hr>
1072
+ <dt>
1073
+ <h4 class="name" id="hasEventListener"><span class="type-signature"></span>hasEventListener(type)</h4>
1074
+
1075
+
1076
+ </dt>
1077
+ <dd>
1078
+
1079
+
1080
+ <div class="description">
1081
+ Test for listeners of type on this object
1082
+ </div>
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ <h5>Parameters:</h5>
1092
+
1093
+
1094
+ <table class="params table table-striped">
1095
+ <thead>
1096
+ <tr>
1097
+
1098
+ <th>Name</th>
1099
+
1100
+
1101
+ <th>Type</th>
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ <th class="last">Description</th>
1108
+ </tr>
1109
+ </thead>
1110
+
1111
+ <tbody>
1112
+
1113
+
1114
+ <tr>
1115
+
1116
+ <td class="name"><code>type</code></td>
1117
+
1118
+
1119
+ <td class="type">
1120
+
1121
+
1122
+ <span class="param-type">string</span>
1123
+
1124
+
1125
+
1126
+
1127
+ </td>
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ <td class="description last">The event type to test for</td>
1134
+ </tr>
1135
+
1136
+
1137
+ </tbody>
1138
+ </table>
1139
+
1140
+
1141
+
1142
+
1143
+ <dl class="details">
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1152
+ <dd class="inherited-from">
1153
+ <ul class="dummy">
1154
+ <li>
1155
+ <a href="WPGMZA.EventDispatcher.html#hasEventListener">WPGMZA.EventDispatcher#hasEventListener</a>
1156
+ </li>
1157
+ </ul>
1158
+ </dd>
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ </dl>
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+ <h5>Returns:</h5>
1203
+
1204
+
1205
+ <div class="param-desc">
1206
+ True if this object has listeners bound for the specified type
1207
+ </div>
1208
+
1209
+
1210
+
1211
+ <dl>
1212
+ <dt>
1213
+ Type
1214
+ </dt>
1215
+ <dd>
1216
+
1217
+ <span class="param-type">bool</span>
1218
+
1219
+
1220
+
1221
+ </dd>
1222
+ </dl>
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+ </dd>
1229
+
1230
+
1231
+
1232
+ <hr>
1233
+ <dt>
1234
+ <h4 class="name" id="off"><span class="type-signature"></span>off()</h4>
1235
+
1236
+
1237
+ </dt>
1238
+ <dd>
1239
+
1240
+
1241
+ <div class="description">
1242
+ Alias for removeEventListener
1243
+ </div>
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+ <dl class="details">
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1263
+ <dd class="inherited-from">
1264
+ <ul class="dummy">
1265
+ <li>
1266
+ <a href="WPGMZA.EventDispatcher.html#off">WPGMZA.EventDispatcher#off</a>
1267
+ </li>
1268
+ </ul>
1269
+ </dd>
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1298
+ <dd class="tag-see">
1299
+ <ul>
1300
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
1301
+ </ul>
1302
+ </dd>
1303
+
1304
+
1305
+
1306
+ </dl>
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+ </dd>
1323
+
1324
+
1325
+
1326
+ <hr>
1327
+ <dt>
1328
+ <h4 class="name" id="on"><span class="type-signature"></span>on()</h4>
1329
+
1330
+
1331
+ </dt>
1332
+ <dd>
1333
+
1334
+
1335
+ <div class="description">
1336
+ Alias for addEventListener
1337
+ </div>
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ <dl class="details">
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1357
+ <dd class="inherited-from">
1358
+ <ul class="dummy">
1359
+ <li>
1360
+ <a href="WPGMZA.EventDispatcher.html#on">WPGMZA.EventDispatcher#on</a>
1361
+ </li>
1362
+ </ul>
1363
+ </dd>
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
1392
+ <dd class="tag-see">
1393
+ <ul>
1394
+ <li><a href="WPGMZA.EventDispatcher.html#addEventListener">WPGMZA.EventDispatcher#addEventListener</a></li>
1395
+ </ul>
1396
+ </dd>
1397
+
1398
+
1399
+
1400
+ </dl>
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+ </dd>
1417
+
1418
+
1419
+
1420
+ <hr>
1421
+ <dt>
1422
+ <h4 class="name" id="parseGeometry"><span class="type-signature"></span>parseGeometry(string)</h4>
1423
+
1424
+
1425
+ </dt>
1426
+ <dd>
1427
+
1428
+
1429
+ <div class="description">
1430
+ Scans a string for all floating point numbers and build an array of latitude and longitude literals from the matched numbers
1431
+ </div>
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+
1438
+
1439
+
1440
+ <h5>Parameters:</h5>
1441
+
1442
+
1443
+ <table class="params table table-striped">
1444
+ <thead>
1445
+ <tr>
1446
+
1447
+ <th>Name</th>
1448
+
1449
+
1450
+ <th>Type</th>
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+ <th class="last">Description</th>
1457
+ </tr>
1458
+ </thead>
1459
+
1460
+ <tbody>
1461
+
1462
+
1463
+ <tr>
1464
+
1465
+ <td class="name"><code>string</code></td>
1466
+
1467
+
1468
+ <td class="type">
1469
+
1470
+
1471
+ <span class="param-type">string</span>
1472
+
1473
+
1474
+
1475
+
1476
+ </td>
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+ <td class="description last">The string to parse numbers from</td>
1483
+ </tr>
1484
+
1485
+
1486
+ </tbody>
1487
+ </table>
1488
+
1489
+
1490
+
1491
+
1492
+ <dl class="details">
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1501
+ <dd class="inherited-from">
1502
+ <ul class="dummy">
1503
+ <li>
1504
+ <a href="WPGMZA.MapObject.html#parseGeometry">WPGMZA.MapObject#parseGeometry</a>
1505
+ </li>
1506
+ </ul>
1507
+ </dd>
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+ </dl>
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+ <h5>Returns:</h5>
1552
+
1553
+
1554
+ <div class="param-desc">
1555
+ An array of LatLng literals parsed from the string
1556
+ </div>
1557
+
1558
+
1559
+
1560
+ <dl>
1561
+ <dt>
1562
+ Type
1563
+ </dt>
1564
+ <dd>
1565
+
1566
+ <span class="param-type">array</span>
1567
+
1568
+
1569
+
1570
+ </dd>
1571
+ </dl>
1572
+
1573
+
1574
+
1575
+
1576
+
1577
+ </dd>
1578
+
1579
+
1580
+
1581
+ <hr>
1582
+ <dt>
1583
+ <h4 class="name" id="removeEventListener"><span class="type-signature"></span>removeEventListener(type [, listener] [, thisObject] [, useCapture])</h4>
1584
+
1585
+
1586
+ </dt>
1587
+ <dd>
1588
+
1589
+
1590
+ <div class="description">
1591
+ Removes event listeners from this object
1592
+ </div>
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+ <h5>Parameters:</h5>
1602
+
1603
+
1604
+ <table class="params table table-striped">
1605
+ <thead>
1606
+ <tr>
1607
+
1608
+ <th>Name</th>
1609
+
1610
+
1611
+ <th>Type</th>
1612
+
1613
+
1614
+ <th>Argument</th>
1615
+
1616
+
1617
+
1618
+
1619
+ <th class="last">Description</th>
1620
+ </tr>
1621
+ </thead>
1622
+
1623
+ <tbody>
1624
+
1625
+
1626
+ <tr>
1627
+
1628
+ <td class="name"><code>type</code></td>
1629
+
1630
+
1631
+ <td class="type">
1632
+
1633
+
1634
+ <span class="param-type">string</span>
1635
+
1636
+
1637
+
1638
+
1639
+ </td>
1640
+
1641
+
1642
+ <td class="attributes">
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ </td>
1649
+
1650
+
1651
+
1652
+
1653
+ <td class="description last">The event type to remove listeners from</td>
1654
+ </tr>
1655
+
1656
+
1657
+
1658
+ <tr>
1659
+
1660
+ <td class="name"><code>listener</code></td>
1661
+
1662
+
1663
+ <td class="type">
1664
+
1665
+
1666
+ <span class="param-type">function</span>
1667
+
1668
+
1669
+
1670
+
1671
+ </td>
1672
+
1673
+
1674
+ <td class="attributes">
1675
+
1676
+ &lt;optional><br>
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+ </td>
1683
+
1684
+
1685
+
1686
+
1687
+ <td class="description last">The function to remove. If omitted, all listeners will be removed</td>
1688
+ </tr>
1689
+
1690
+
1691
+
1692
+ <tr>
1693
+
1694
+ <td class="name"><code>thisObject</code></td>
1695
+
1696
+
1697
+ <td class="type">
1698
+
1699
+
1700
+ <span class="param-type">object</span>
1701
+
1702
+
1703
+
1704
+
1705
+ </td>
1706
+
1707
+
1708
+ <td class="attributes">
1709
+
1710
+ &lt;optional><br>
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+ </td>
1717
+
1718
+
1719
+
1720
+
1721
+ <td class="description last">Use the parameter to remove listeners bound with the same thisObject</td>
1722
+ </tr>
1723
+
1724
+
1725
+
1726
+ <tr>
1727
+
1728
+ <td class="name"><code>useCapture</code></td>
1729
+
1730
+
1731
+ <td class="type">
1732
+
1733
+
1734
+ <span class="param-type">bool</span>
1735
+
1736
+
1737
+
1738
+
1739
+ </td>
1740
+
1741
+
1742
+ <td class="attributes">
1743
+
1744
+ &lt;optional><br>
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+ </td>
1751
+
1752
+
1753
+
1754
+
1755
+ <td class="description last">Remove the capture phase event listener. Otherwise, the bubble phase event listener will be removed.</td>
1756
+ </tr>
1757
+
1758
+
1759
+ </tbody>
1760
+ </table>
1761
+
1762
+
1763
+
1764
+
1765
+ <dl class="details">
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1774
+ <dd class="inherited-from">
1775
+ <ul class="dummy">
1776
+ <li>
1777
+ <a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a>
1778
+ </li>
1779
+ </ul>
1780
+ </dd>
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+ </dl>
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+ </dd>
1827
+
1828
+
1829
+
1830
+ <hr>
1831
+ <dt>
1832
+ <h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON()</h4>
1833
+
1834
+
1835
+ </dt>
1836
+ <dd>
1837
+
1838
+
1839
+ <div class="description">
1840
+ Returns a JSON representation of this polyline, for serialization
1841
+ </div>
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+ <dl class="details">
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+
1862
+ <dt class="tag-overrides">Overrides:</dt>
1863
+ <dd class="tag-overrides"><ul class="dummy"><li>
1864
+ <a href="WPGMZA.MapObject.html#toJSON">WPGMZA.MapObject#toJSON</a>
1865
+ </li></ul></dd>
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+ </dl>
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+
1907
+ <h5>Returns:</h5>
1908
+
1909
+
1910
+ <div class="param-desc">
1911
+ A JSON object representing this polyline
1912
+ </div>
1913
+
1914
+
1915
+
1916
+ <dl>
1917
+ <dt>
1918
+ Type
1919
+ </dt>
1920
+ <dd>
1921
+
1922
+ <span class="param-type">object</span>
1923
+
1924
+
1925
+
1926
+ </dd>
1927
+ </dl>
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+ </dd>
1934
+
1935
+
1936
+
1937
+ <hr>
1938
+ <dt>
1939
+ <h4 class="name" id="trigger"><span class="type-signature"></span>trigger()</h4>
1940
+
1941
+
1942
+ </dt>
1943
+ <dd>
1944
+
1945
+
1946
+ <div class="description">
1947
+ Alias for removeEventListener
1948
+ </div>
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+ <dl class="details">
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+ <dt class="inherited-from method-doc-label method-doc-details-label">Inherited From:</dt>
1968
+ <dd class="inherited-from">
1969
+ <ul class="dummy">
1970
+ <li>
1971
+ <a href="WPGMZA.EventDispatcher.html#trigger">WPGMZA.EventDispatcher#trigger</a>
1972
+ </li>
1973
+ </ul>
1974
+ </dd>
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+ <dt class="tag-see method-doc-label method-doc-details-label">See:</dt>
2003
+ <dd class="tag-see">
2004
+ <ul>
2005
+ <li><a href="WPGMZA.EventDispatcher.html#removeEventListener">WPGMZA.EventDispatcher#removeEventListener</a></li>
2006
+ </ul>
2007
+ </dd>
2008
+
2009
+
2010
+
2011
+ </dl>
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+ </dd>
2028
+
2029
+ </dl>
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+ </article>
2036
+
2037
+ </section>
2038
+
2039
+
2040
+
2041
+
2042
+ </div>
2043
+ </div>
2044
+
2045
+ <div class="clearfix"></div>
2046
+
2047
+
2048
+ <div class="col-md-3">
2049
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
2050
+ </div>
2051
+
2052
+
2053
+ </div>
2054
+ </div>
2055
+
2056
+
2057
+ <div class="modal fade" id="searchResults">
2058
+ <div class="modal-dialog">
2059
+ <div class="modal-content">
2060
+ <div class="modal-header">
2061
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
2062
+ <h4 class="modal-title">Search results</h4>
2063
+ </div>
2064
+ <div class="modal-body"></div>
2065
+ <div class="modal-footer">
2066
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
2067
+ </div>
2068
+ </div><!-- /.modal-content -->
2069
+ </div><!-- /.modal-dialog -->
2070
+ </div>
2071
+
2072
+
2073
+ <footer>
2074
+
2075
+
2076
+ <span class="jsdoc-message">
2077
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
2078
+
2079
+ on 2019-01-20T11:35:49+00:00
2080
+
2081
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
2082
+ </span>
2083
+ </footer>
2084
+
2085
+ <script src="scripts/docstrap.lib.js"></script>
2086
+ <script src="scripts/toc.js"></script>
2087
+
2088
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
2089
+
2090
+
2091
+ <script>
2092
+ $( function () {
2093
+ $( "[id*='$']" ).each( function () {
2094
+ var $this = $( this );
2095
+
2096
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
2097
+ } );
2098
+
2099
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
2100
+ var $this = $( this );
2101
+
2102
+ var example = $this.find( "code" );
2103
+ exampleText = example.html();
2104
+ var lang = /{@lang (.*?)}/.exec( exampleText );
2105
+ if ( lang && lang[1] ) {
2106
+ exampleText = exampleText.replace( lang[0], "" );
2107
+ example.html( exampleText );
2108
+ lang = lang[1];
2109
+ } else {
2110
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
2111
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
2112
+ }
2113
+
2114
+ if ( lang ) {
2115
+
2116
+ $this
2117
+ .addClass( "sunlight-highlight-" + lang )
2118
+ .addClass( "linenums" )
2119
+ .html( example.html() );
2120
+
2121
+ }
2122
+ } );
2123
+
2124
+ Sunlight.highlightAll( {
2125
+ lineNumbers : false,
2126
+ showMenu : true,
2127
+ enableDoclinks : true
2128
+ } );
2129
+
2130
+ $.catchAnchorLinks( {
2131
+ navbarOffset: 10
2132
+ } );
2133
+ $( "#toc" ).toc( {
2134
+ anchorName : function ( i, heading, prefix ) {
2135
+ return $( heading ).attr( "id" ) || ( prefix + i );
2136
+ },
2137
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
2138
+ showAndHide : false,
2139
+ smoothScrolling: true
2140
+ } );
2141
+
2142
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
2143
+ $( '.dropdown-toggle' ).dropdown();
2144
+
2145
+ $( "table" ).each( function () {
2146
+ var $this = $( this );
2147
+ $this.addClass('table');
2148
+ } );
2149
+
2150
+ } );
2151
+ </script>
2152
+
2153
+
2154
+
2155
+ <!--Navigation and Symbol Display-->
2156
+
2157
+
2158
+ <!--Google Analytics-->
2159
+
2160
+
2161
+
2162
+ <script type="text/javascript">
2163
+ $(document).ready(function() {
2164
+ SearcherDisplay.init();
2165
+ });
2166
+ </script>
2167
+
2168
+
2169
+ </body>
2170
  </html>
docs/js/WPGMZA.PopoutPanel.html CHANGED
@@ -1,485 +1,485 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: PopoutPanel</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: PopoutPanel</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- PopoutPanel
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.PopoutPanel</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="PopoutPanel"><span class="type-signature"></span>new PopoutPanel()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Common functionality for popout panels, which is the directions box, directions result box, and the modern style marker listing
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
- <h3 class="subsection-title">Methods</h3>
187
-
188
- <dl>
189
-
190
- <hr>
191
- <dt>
192
- <h4 class="name" id="close"><span class="type-signature"></span>close()</h4>
193
-
194
-
195
- </dt>
196
- <dd>
197
-
198
-
199
- <div class="description">
200
- Closes the direction box
201
- </div>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
-
267
-
268
- <hr>
269
- <dt>
270
- <h4 class="name" id="open"><span class="type-signature"></span>open()</h4>
271
-
272
-
273
- </dt>
274
- <dd>
275
-
276
-
277
- <div class="description">
278
- Opens the direction box
279
- </div>
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
- <dl class="details">
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
-
306
-
307
-
308
-
309
-
310
-
311
-
312
-
313
-
314
-
315
-
316
-
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
- </dl>
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
- </dd>
343
-
344
- </dl>
345
-
346
-
347
-
348
-
349
-
350
- </article>
351
-
352
- </section>
353
-
354
-
355
-
356
-
357
- </div>
358
- </div>
359
-
360
- <div class="clearfix"></div>
361
-
362
-
363
- <div class="col-md-3">
364
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
365
- </div>
366
-
367
-
368
- </div>
369
- </div>
370
-
371
-
372
- <div class="modal fade" id="searchResults">
373
- <div class="modal-dialog">
374
- <div class="modal-content">
375
- <div class="modal-header">
376
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
377
- <h4 class="modal-title">Search results</h4>
378
- </div>
379
- <div class="modal-body"></div>
380
- <div class="modal-footer">
381
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
382
- </div>
383
- </div><!-- /.modal-content -->
384
- </div><!-- /.modal-dialog -->
385
- </div>
386
-
387
-
388
- <footer>
389
-
390
-
391
- <span class="jsdoc-message">
392
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
393
-
394
- on 2019-01-18T10:34:58+00:00
395
-
396
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
397
- </span>
398
- </footer>
399
-
400
- <script src="scripts/docstrap.lib.js"></script>
401
- <script src="scripts/toc.js"></script>
402
-
403
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
404
-
405
-
406
- <script>
407
- $( function () {
408
- $( "[id*='$']" ).each( function () {
409
- var $this = $( this );
410
-
411
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
412
- } );
413
-
414
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
415
- var $this = $( this );
416
-
417
- var example = $this.find( "code" );
418
- exampleText = example.html();
419
- var lang = /{@lang (.*?)}/.exec( exampleText );
420
- if ( lang && lang[1] ) {
421
- exampleText = exampleText.replace( lang[0], "" );
422
- example.html( exampleText );
423
- lang = lang[1];
424
- } else {
425
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
426
- lang = langClassMatch ? langClassMatch[1] : "javascript";
427
- }
428
-
429
- if ( lang ) {
430
-
431
- $this
432
- .addClass( "sunlight-highlight-" + lang )
433
- .addClass( "linenums" )
434
- .html( example.html() );
435
-
436
- }
437
- } );
438
-
439
- Sunlight.highlightAll( {
440
- lineNumbers : false,
441
- showMenu : true,
442
- enableDoclinks : true
443
- } );
444
-
445
- $.catchAnchorLinks( {
446
- navbarOffset: 10
447
- } );
448
- $( "#toc" ).toc( {
449
- anchorName : function ( i, heading, prefix ) {
450
- return $( heading ).attr( "id" ) || ( prefix + i );
451
- },
452
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
453
- showAndHide : false,
454
- smoothScrolling: true
455
- } );
456
-
457
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
458
- $( '.dropdown-toggle' ).dropdown();
459
-
460
- $( "table" ).each( function () {
461
- var $this = $( this );
462
- $this.addClass('table');
463
- } );
464
-
465
- } );
466
- </script>
467
-
468
-
469
-
470
- <!--Navigation and Symbol Display-->
471
-
472
-
473
- <!--Google Analytics-->
474
-
475
-
476
-
477
- <script type="text/javascript">
478
- $(document).ready(function() {
479
- SearcherDisplay.init();
480
- });
481
- </script>
482
-
483
-
484
- </body>
485
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: PopoutPanel</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: PopoutPanel</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ PopoutPanel
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.PopoutPanel</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="PopoutPanel"><span class="type-signature"></span>new PopoutPanel()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Common functionality for popout panels, which is the directions box, directions result box, and the modern style marker listing
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <h3 class="subsection-title">Methods</h3>
187
+
188
+ <dl>
189
+
190
+ <hr>
191
+ <dt>
192
+ <h4 class="name" id="close"><span class="type-signature"></span>close()</h4>
193
+
194
+
195
+ </dt>
196
+ <dd>
197
+
198
+
199
+ <div class="description">
200
+ Closes the direction box
201
+ </div>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+
267
+
268
+ <hr>
269
+ <dt>
270
+ <h4 class="name" id="open"><span class="type-signature"></span>open()</h4>
271
+
272
+
273
+ </dt>
274
+ <dd>
275
+
276
+
277
+ <div class="description">
278
+ Opens the direction box
279
+ </div>
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+ <dl class="details">
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+ </dl>
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+ </dd>
343
+
344
+ </dl>
345
+
346
+
347
+
348
+
349
+
350
+ </article>
351
+
352
+ </section>
353
+
354
+
355
+
356
+
357
+ </div>
358
+ </div>
359
+
360
+ <div class="clearfix"></div>
361
+
362
+
363
+ <div class="col-md-3">
364
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
365
+ </div>
366
+
367
+
368
+ </div>
369
+ </div>
370
+
371
+
372
+ <div class="modal fade" id="searchResults">
373
+ <div class="modal-dialog">
374
+ <div class="modal-content">
375
+ <div class="modal-header">
376
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
377
+ <h4 class="modal-title">Search results</h4>
378
+ </div>
379
+ <div class="modal-body"></div>
380
+ <div class="modal-footer">
381
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
382
+ </div>
383
+ </div><!-- /.modal-content -->
384
+ </div><!-- /.modal-dialog -->
385
+ </div>
386
+
387
+
388
+ <footer>
389
+
390
+
391
+ <span class="jsdoc-message">
392
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
393
+
394
+ on 2019-01-20T11:35:49+00:00
395
+
396
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
397
+ </span>
398
+ </footer>
399
+
400
+ <script src="scripts/docstrap.lib.js"></script>
401
+ <script src="scripts/toc.js"></script>
402
+
403
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
404
+
405
+
406
+ <script>
407
+ $( function () {
408
+ $( "[id*='$']" ).each( function () {
409
+ var $this = $( this );
410
+
411
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
412
+ } );
413
+
414
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
415
+ var $this = $( this );
416
+
417
+ var example = $this.find( "code" );
418
+ exampleText = example.html();
419
+ var lang = /{@lang (.*?)}/.exec( exampleText );
420
+ if ( lang && lang[1] ) {
421
+ exampleText = exampleText.replace( lang[0], "" );
422
+ example.html( exampleText );
423
+ lang = lang[1];
424
+ } else {
425
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
426
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
427
+ }
428
+
429
+ if ( lang ) {
430
+
431
+ $this
432
+ .addClass( "sunlight-highlight-" + lang )
433
+ .addClass( "linenums" )
434
+ .html( example.html() );
435
+
436
+ }
437
+ } );
438
+
439
+ Sunlight.highlightAll( {
440
+ lineNumbers : false,
441
+ showMenu : true,
442
+ enableDoclinks : true
443
+ } );
444
+
445
+ $.catchAnchorLinks( {
446
+ navbarOffset: 10
447
+ } );
448
+ $( "#toc" ).toc( {
449
+ anchorName : function ( i, heading, prefix ) {
450
+ return $( heading ).attr( "id" ) || ( prefix + i );
451
+ },
452
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
453
+ showAndHide : false,
454
+ smoothScrolling: true
455
+ } );
456
+
457
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
458
+ $( '.dropdown-toggle' ).dropdown();
459
+
460
+ $( "table" ).each( function () {
461
+ var $this = $( this );
462
+ $this.addClass('table');
463
+ } );
464
+
465
+ } );
466
+ </script>
467
+
468
+
469
+
470
+ <!--Navigation and Symbol Display-->
471
+
472
+
473
+ <!--Google Analytics-->
474
+
475
+
476
+
477
+ <script type="text/javascript">
478
+ $(document).ready(function() {
479
+ SearcherDisplay.init();
480
+ });
481
+ </script>
482
+
483
+
484
+ </body>
485
  </html>
docs/js/WPGMZA.RestAPI.html CHANGED
@@ -1,559 +1,559 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Class: RestAPI</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Class: RestAPI</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
- RestAPI
82
- </h2>
83
-
84
- <div class="class-description">WPGMZA.RestAPI</div>
85
-
86
-
87
- </header>
88
-
89
-
90
- <article>
91
- <div class="container-overview">
92
-
93
-
94
- <hr>
95
- <dt>
96
- <h4 class="name" id="RestAPI"><span class="type-signature"></span>new RestAPI()</h4>
97
-
98
-
99
- </dt>
100
- <dd>
101
-
102
-
103
- <div class="description">
104
- Used to interact with the WordPress REST API. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
- </div>
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
- <dl class="details">
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- </dl>
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
- </dd>
169
-
170
-
171
- </div>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
- <h3 class="subsection-title">Methods</h3>
187
-
188
- <dl>
189
-
190
- <hr>
191
- <dt>
192
- <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance()</h4>
193
-
194
-
195
- </dt>
196
- <dd>
197
-
198
-
199
- <div class="description">
200
- Creates an instance of a RestAPI, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
201
- </div>
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
- <dl class="details">
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
- </dl>
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
-
263
-
264
- </dd>
265
-
266
-
267
-
268
- <hr>
269
- <dt>
270
- <h4 class="name" id="call"><span class="type-signature"></span>call(route, params)</h4>
271
-
272
-
273
- </dt>
274
- <dd>
275
-
276
-
277
- <div class="description">
278
- Makes an AJAX to the REST API, this function is a wrapper for $.ajax
279
- </div>
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
- <h5>Parameters:</h5>
289
-
290
-
291
- <table class="params table table-striped">
292
- <thead>
293
- <tr>
294
-
295
- <th>Name</th>
296
-
297
-
298
- <th>Type</th>
299
-
300
-
301
-
302
-
303
-
304
- <th class="last">Description</th>
305
- </tr>
306
- </thead>
307
-
308
- <tbody>
309
-
310
-
311
- <tr>
312
-
313
- <td class="name"><code>route</code></td>
314
-
315
-
316
- <td class="type">
317
-
318
-
319
- <span class="param-type">string</span>
320
-
321
-
322
-
323
-
324
- </td>
325
-
326
-
327
-
328
-
329
-
330
- <td class="description last">The REST API route</td>
331
- </tr>
332
-
333
-
334
-
335
- <tr>
336
-
337
- <td class="name"><code>params</code></td>
338
-
339
-
340
- <td class="type">
341
-
342
-
343
- <span class="param-type">object</span>
344
-
345
-
346
-
347
-
348
- </td>
349
-
350
-
351
-
352
-
353
-
354
- <td class="description last">The request parameters, see http://api.jquery.com/jquery.ajax/</td>
355
- </tr>
356
-
357
-
358
- </tbody>
359
- </table>
360
-
361
-
362
-
363
-
364
- <dl class="details">
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
-
400
- </dl>
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
-
412
-
413
-
414
-
415
-
416
- </dd>
417
-
418
- </dl>
419
-
420
-
421
-
422
-
423
-
424
- </article>
425
-
426
- </section>
427
-
428
-
429
-
430
-
431
- </div>
432
- </div>
433
-
434
- <div class="clearfix"></div>
435
-
436
-
437
- <div class="col-md-3">
438
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
439
- </div>
440
-
441
-
442
- </div>
443
- </div>
444
-
445
-
446
- <div class="modal fade" id="searchResults">
447
- <div class="modal-dialog">
448
- <div class="modal-content">
449
- <div class="modal-header">
450
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
451
- <h4 class="modal-title">Search results</h4>
452
- </div>
453
- <div class="modal-body"></div>
454
- <div class="modal-footer">
455
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
456
- </div>
457
- </div><!-- /.modal-content -->
458
- </div><!-- /.modal-dialog -->
459
- </div>
460
-
461
-
462
- <footer>
463
-
464
-
465
- <span class="jsdoc-message">
466
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
467
-
468
- on 2019-01-18T10:34:58+00:00
469
-
470
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
471
- </span>
472
- </footer>
473
-
474
- <script src="scripts/docstrap.lib.js"></script>
475
- <script src="scripts/toc.js"></script>
476
-
477
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
478
-
479
-
480
- <script>
481
- $( function () {
482
- $( "[id*='$']" ).each( function () {
483
- var $this = $( this );
484
-
485
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
486
- } );
487
-
488
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
489
- var $this = $( this );
490
-
491
- var example = $this.find( "code" );
492
- exampleText = example.html();
493
- var lang = /{@lang (.*?)}/.exec( exampleText );
494
- if ( lang && lang[1] ) {
495
- exampleText = exampleText.replace( lang[0], "" );
496
- example.html( exampleText );
497
- lang = lang[1];
498
- } else {
499
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
500
- lang = langClassMatch ? langClassMatch[1] : "javascript";
501
- }
502
-
503
- if ( lang ) {
504
-
505
- $this
506
- .addClass( "sunlight-highlight-" + lang )
507
- .addClass( "linenums" )
508
- .html( example.html() );
509
-
510
- }
511
- } );
512
-
513
- Sunlight.highlightAll( {
514
- lineNumbers : false,
515
- showMenu : true,
516
- enableDoclinks : true
517
- } );
518
-
519
- $.catchAnchorLinks( {
520
- navbarOffset: 10
521
- } );
522
- $( "#toc" ).toc( {
523
- anchorName : function ( i, heading, prefix ) {
524
- return $( heading ).attr( "id" ) || ( prefix + i );
525
- },
526
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
527
- showAndHide : false,
528
- smoothScrolling: true
529
- } );
530
-
531
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
532
- $( '.dropdown-toggle' ).dropdown();
533
-
534
- $( "table" ).each( function () {
535
- var $this = $( this );
536
- $this.addClass('table');
537
- } );
538
-
539
- } );
540
- </script>
541
-
542
-
543
-
544
- <!--Navigation and Symbol Display-->
545
-
546
-
547
- <!--Google Analytics-->
548
-
549
-
550
-
551
- <script type="text/javascript">
552
- $(document).ready(function() {
553
- SearcherDisplay.init();
554
- });
555
- </script>
556
-
557
-
558
- </body>
559
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Class: RestAPI</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Class: RestAPI</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+ RestAPI
82
+ </h2>
83
+
84
+ <div class="class-description">WPGMZA.RestAPI</div>
85
+
86
+
87
+ </header>
88
+
89
+
90
+ <article>
91
+ <div class="container-overview">
92
+
93
+
94
+ <hr>
95
+ <dt>
96
+ <h4 class="name" id="RestAPI"><span class="type-signature"></span>new RestAPI()</h4>
97
+
98
+
99
+ </dt>
100
+ <dd>
101
+
102
+
103
+ <div class="description">
104
+ Used to interact with the WordPress REST API. <strong>Please <em>do not</em> call this constructor directly. Always use createInstance rather than instantiating this class directly.</strong> Using createInstance allows this class to be externally extensible.
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <dl class="details">
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ </dl>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ </dd>
169
+
170
+
171
+ </div>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+ <h3 class="subsection-title">Methods</h3>
187
+
188
+ <dl>
189
+
190
+ <hr>
191
+ <dt>
192
+ <h4 class="name" id=".createInstance"><span class="type-signature">&lt;static> </span>createInstance()</h4>
193
+
194
+
195
+ </dt>
196
+ <dd>
197
+
198
+
199
+ <div class="description">
200
+ Creates an instance of a RestAPI, <strong>please <em>always</em> use this function rather than calling the constructor directly</strong>.
201
+ </div>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <dl class="details">
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ </dl>
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+ </dd>
265
+
266
+
267
+
268
+ <hr>
269
+ <dt>
270
+ <h4 class="name" id="call"><span class="type-signature"></span>call(route, params)</h4>
271
+
272
+
273
+ </dt>
274
+ <dd>
275
+
276
+
277
+ <div class="description">
278
+ Makes an AJAX to the REST API, this function is a wrapper for $.ajax
279
+ </div>
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+ <h5>Parameters:</h5>
289
+
290
+
291
+ <table class="params table table-striped">
292
+ <thead>
293
+ <tr>
294
+
295
+ <th>Name</th>
296
+
297
+
298
+ <th>Type</th>
299
+
300
+
301
+
302
+
303
+
304
+ <th class="last">Description</th>
305
+ </tr>
306
+ </thead>
307
+
308
+ <tbody>
309
+
310
+
311
+ <tr>
312
+
313
+ <td class="name"><code>route</code></td>
314
+
315
+
316
+ <td class="type">
317
+
318
+
319
+ <span class="param-type">string</span>
320
+
321
+
322
+
323
+
324
+ </td>
325
+
326
+
327
+
328
+
329
+
330
+ <td class="description last">The REST API route</td>
331
+ </tr>
332
+
333
+
334
+
335
+ <tr>
336
+
337
+ <td class="name"><code>params</code></td>
338
+
339
+
340
+ <td class="type">
341
+
342
+
343
+ <span class="param-type">object</span>
344
+
345
+
346
+
347
+
348
+ </td>
349
+
350
+
351
+
352
+
353
+
354
+ <td class="description last">The request parameters, see http://api.jquery.com/jquery.ajax/</td>
355
+ </tr>
356
+
357
+
358
+ </tbody>
359
+ </table>
360
+
361
+
362
+
363
+
364
+ <dl class="details">
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+ </dl>
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+ </dd>
417
+
418
+ </dl>
419
+
420
+
421
+
422
+
423
+
424
+ </article>
425
+
426
+ </section>
427
+
428
+
429
+
430
+
431
+ </div>
432
+ </div>
433
+
434
+ <div class="clearfix"></div>
435
+
436
+
437
+ <div class="col-md-3">
438
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
439
+ </div>
440
+
441
+
442
+ </div>
443
+ </div>
444
+
445
+
446
+ <div class="modal fade" id="searchResults">
447
+ <div class="modal-dialog">
448
+ <div class="modal-content">
449
+ <div class="modal-header">
450
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
451
+ <h4 class="modal-title">Search results</h4>
452
+ </div>
453
+ <div class="modal-body"></div>
454
+ <div class="modal-footer">
455
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
456
+ </div>
457
+ </div><!-- /.modal-content -->
458
+ </div><!-- /.modal-dialog -->
459
+ </div>
460
+
461
+
462
+ <footer>
463
+
464
+
465
+ <span class="jsdoc-message">
466
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
467
+
468
+ on 2019-01-20T11:35:49+00:00
469
+
470
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
471
+ </span>
472
+ </footer>
473
+
474
+ <script src="scripts/docstrap.lib.js"></script>
475
+ <script src="scripts/toc.js"></script>
476
+
477
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
478
+
479
+
480
+ <script>
481
+ $( function () {
482
+ $( "[id*='$']" ).each( function () {
483
+ var $this = $( this );
484
+
485
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
486
+ } );
487
+
488
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
489
+ var $this = $( this );
490
+
491
+ var example = $this.find( "code" );
492
+ exampleText = example.html();
493
+ var lang = /{@lang (.*?)}/.exec( exampleText );
494
+ if ( lang && lang[1] ) {
495
+ exampleText = exampleText.replace( lang[0], "" );
496
+ example.html( exampleText );
497
+ lang = lang[1];
498
+ } else {
499
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
500
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
501
+ }
502
+
503
+ if ( lang ) {
504
+
505
+ $this
506
+ .addClass( "sunlight-highlight-" + lang )
507
+ .addClass( "linenums" )
508
+ .html( example.html() );
509
+
510
+ }
511
+ } );
512
+
513
+ Sunlight.highlightAll( {
514
+ lineNumbers : false,
515
+ showMenu : true,
516
+ enableDoclinks : true
517
+ } );
518
+
519
+ $.catchAnchorLinks( {
520
+ navbarOffset: 10
521
+ } );
522
+ $( "#toc" ).toc( {
523
+ anchorName : function ( i, heading, prefix ) {
524
+ return $( heading ).attr( "id" ) || ( prefix + i );
525
+ },
526
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
527
+ showAndHide : false,
528
+ smoothScrolling: true
529
+ } );
530
+
531
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
532
+ $( '.dropdown-toggle' ).dropdown();
533
+
534
+ $( "table" ).each( function () {
535
+ var $this = $( this );
536
+ $this.addClass('table');
537
+ } );
538
+
539
+ } );
540
+ </script>
541
+
542
+
543
+
544
+ <!--Navigation and Symbol Display-->
545
+
546
+
547
+ <!--Google Analytics-->
548
+
549
+
550
+
551
+ <script type="text/javascript">
552
+ $(document).ready(function() {
553
+ SearcherDisplay.init();
554
+ });
555
+ </script>
556
+
557
+
558
+ </body>
559
  </html>
docs/js/WPGMZA.module_RestAPI.html CHANGED
@@ -1,290 +1,290 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Module: RestAPI</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Module: RestAPI</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- </header>
81
-
82
-
83
- <article>
84
- <div class="container-overview">
85
-
86
-
87
-
88
-
89
- <dl class="details">
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
- </dl>
126
-
127
-
128
-
129
-
130
- </div>
131
-
132
-
133
-
134
-
135
- <h3 class="subsection-title">Requires</h3>
136
-
137
- <ul>
138
- <li><a href="module-WPGMZA.html">module:WPGMZA</a></li>
139
- </ul>
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
- </article>
156
-
157
- </section>
158
-
159
-
160
-
161
-
162
- </div>
163
- </div>
164
-
165
- <div class="clearfix"></div>
166
-
167
-
168
- <div class="col-md-3">
169
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
170
- </div>
171
-
172
-
173
- </div>
174
- </div>
175
-
176
-
177
- <div class="modal fade" id="searchResults">
178
- <div class="modal-dialog">
179
- <div class="modal-content">
180
- <div class="modal-header">
181
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
182
- <h4 class="modal-title">Search results</h4>
183
- </div>
184
- <div class="modal-body"></div>
185
- <div class="modal-footer">
186
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
187
- </div>
188
- </div><!-- /.modal-content -->
189
- </div><!-- /.modal-dialog -->
190
- </div>
191
-
192
-
193
- <footer>
194
-
195
-
196
- <span class="jsdoc-message">
197
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
198
-
199
- on 2019-01-18T10:34:58+00:00
200
-
201
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
202
- </span>
203
- </footer>
204
-
205
- <script src="scripts/docstrap.lib.js"></script>
206
- <script src="scripts/toc.js"></script>
207
-
208
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
209
-
210
-
211
- <script>
212
- $( function () {
213
- $( "[id*='$']" ).each( function () {
214
- var $this = $( this );
215
-
216
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
217
- } );
218
-
219
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
220
- var $this = $( this );
221
-
222
- var example = $this.find( "code" );
223
- exampleText = example.html();
224
- var lang = /{@lang (.*?)}/.exec( exampleText );
225
- if ( lang && lang[1] ) {
226
- exampleText = exampleText.replace( lang[0], "" );
227
- example.html( exampleText );
228
- lang = lang[1];
229
- } else {
230
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
231
- lang = langClassMatch ? langClassMatch[1] : "javascript";
232
- }
233
-
234
- if ( lang ) {
235
-
236
- $this
237
- .addClass( "sunlight-highlight-" + lang )
238
- .addClass( "linenums" )
239
- .html( example.html() );
240
-
241
- }
242
- } );
243
-
244
- Sunlight.highlightAll( {
245
- lineNumbers : false,
246
- showMenu : true,
247
- enableDoclinks : true
248
- } );
249
-
250
- $.catchAnchorLinks( {
251
- navbarOffset: 10
252
- } );
253
- $( "#toc" ).toc( {
254
- anchorName : function ( i, heading, prefix ) {
255
- return $( heading ).attr( "id" ) || ( prefix + i );
256
- },
257
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
258
- showAndHide : false,
259
- smoothScrolling: true
260
- } );
261
-
262
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
263
- $( '.dropdown-toggle' ).dropdown();
264
-
265
- $( "table" ).each( function () {
266
- var $this = $( this );
267
- $this.addClass('table');
268
- } );
269
-
270
- } );
271
- </script>
272
-
273
-
274
-
275
- <!--Navigation and Symbol Display-->
276
-
277
-
278
- <!--Google Analytics-->
279
-
280
-
281
-
282
- <script type="text/javascript">
283
- $(document).ready(function() {
284
- SearcherDisplay.init();
285
- });
286
- </script>
287
-
288
-
289
- </body>
290
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Module: RestAPI</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Module: RestAPI</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ </header>
81
+
82
+
83
+ <article>
84
+ <div class="container-overview">
85
+
86
+
87
+
88
+
89
+ <dl class="details">
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+ </dl>
126
+
127
+
128
+
129
+
130
+ </div>
131
+
132
+
133
+
134
+
135
+ <h3 class="subsection-title">Requires</h3>
136
+
137
+ <ul>
138
+ <li><a href="module-WPGMZA.html">module:WPGMZA</a></li>
139
+ </ul>
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+ </article>
156
+
157
+ </section>
158
+
159
+
160
+
161
+
162
+ </div>
163
+ </div>
164
+
165
+ <div class="clearfix"></div>
166
+
167
+
168
+ <div class="col-md-3">
169
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
170
+ </div>
171
+
172
+
173
+ </div>
174
+ </div>
175
+
176
+
177
+ <div class="modal fade" id="searchResults">
178
+ <div class="modal-dialog">
179
+ <div class="modal-content">
180
+ <div class="modal-header">
181
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
182
+ <h4 class="modal-title">Search results</h4>
183
+ </div>
184
+ <div class="modal-body"></div>
185
+ <div class="modal-footer">
186
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
187
+ </div>
188
+ </div><!-- /.modal-content -->
189
+ </div><!-- /.modal-dialog -->
190
+ </div>
191
+
192
+
193
+ <footer>
194
+
195
+
196
+ <span class="jsdoc-message">
197
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
198
+
199
+ on 2019-01-20T11:35:49+00:00
200
+
201
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
202
+ </span>
203
+ </footer>
204
+
205
+ <script src="scripts/docstrap.lib.js"></script>
206
+ <script src="scripts/toc.js"></script>
207
+
208
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
209
+
210
+
211
+ <script>
212
+ $( function () {
213
+ $( "[id*='$']" ).each( function () {
214
+ var $this = $( this );
215
+
216
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
217
+ } );
218
+
219
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
220
+ var $this = $( this );
221
+
222
+ var example = $this.find( "code" );
223
+ exampleText = example.html();
224
+ var lang = /{@lang (.*?)}/.exec( exampleText );
225
+ if ( lang && lang[1] ) {
226
+ exampleText = exampleText.replace( lang[0], "" );
227
+ example.html( exampleText );
228
+ lang = lang[1];
229
+ } else {
230
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
231
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
232
+ }
233
+
234
+ if ( lang ) {
235
+
236
+ $this
237
+ .addClass( "sunlight-highlight-" + lang )
238
+ .addClass( "linenums" )
239
+ .html( example.html() );
240
+
241
+ }
242
+ } );
243
+
244
+ Sunlight.highlightAll( {
245
+ lineNumbers : false,
246
+ showMenu : true,
247
+ enableDoclinks : true
248
+ } );
249
+
250
+ $.catchAnchorLinks( {
251
+ navbarOffset: 10
252
+ } );
253
+ $( "#toc" ).toc( {
254
+ anchorName : function ( i, heading, prefix ) {
255
+ return $( heading ).attr( "id" ) || ( prefix + i );
256
+ },
257
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
258
+ showAndHide : false,
259
+ smoothScrolling: true
260
+ } );
261
+
262
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
263
+ $( '.dropdown-toggle' ).dropdown();
264
+
265
+ $( "table" ).each( function () {
266
+ var $this = $( this );
267
+ $this.addClass('table');
268
+ } );
269
+
270
+ } );
271
+ </script>
272
+
273
+
274
+
275
+ <!--Navigation and Symbol Display-->
276
+
277
+
278
+ <!--Google Analytics-->
279
+
280
+
281
+
282
+ <script type="text/javascript">
283
+ $(document).ready(function() {
284
+ SearcherDisplay.init();
285
+ });
286
+ </script>
287
+
288
+
289
+ </body>
290
  </html>
docs/js/classes.list.html CHANGED
@@ -1,374 +1,374 @@
1
- <!DOCTYPE html>
2
-
3
- <html lang="en">
4
- <head>
5
- <meta charset="utf-8">
6
- <meta name="viewport" content="width=device-width">
7
- <title>Documentation Classes</title>
8
-
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
-
14
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <div class="navbar navbar-default navbar-fixed-top ">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <a class="navbar-brand" href="index.html">Documentation</a>
24
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- </div>
30
- <div class="navbar-collapse collapse" id="topNavigation">
31
- <ul class="nav navbar-nav">
32
-
33
- <li class="dropdown">
34
- <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
- <ul class="dropdown-menu ">
36
- <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
- </ul>
38
- </li>
39
-
40
- <li class="dropdown">
41
- <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
- <ul class="dropdown-menu ">
43
- <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
- </ul>
45
- </li>
46
-
47
- </ul>
48
-
49
- <div class="col-sm-3 col-md-3">
50
- <form class="navbar-form" role="search">
51
- <div class="input-group">
52
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
- <div class="input-group-btn">
54
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
- </div>
56
- </div>
57
- </form>
58
- </div>
59
-
60
- </div>
61
-
62
- </div>
63
- </div>
64
-
65
-
66
- <div class="container" id="toc-content">
67
- <div class="row">
68
-
69
-
70
- <div class="col-md-8">
71
-
72
- <div id="main">
73
-
74
-
75
- <h1 class="page-title">Classes</h1>
76
- <section>
77
-
78
- <header>
79
-
80
- <h2>
81
-
82
- </h2>
83
-
84
-
85
- </header>
86
-
87
-
88
- <article>
89
- <div class="container-overview">
90
-
91
-
92
-
93
-
94
- <dl class="details">
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
- </dl>
131
-
132
-
133
-
134
-
135
- </div>
136
-
137
-
138
-
139
-
140
-
141
-
142
- <h3 class="subsection-title">Classes</h3>
143
-
144
- <dl>
145
- <dt><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></dt>
146
- <dd>OpenLayers geocoder - uses Nominatim by default</dd>
147
-
148
- <dt><a href="WPGMZA.Circle.html">Circle</a></dt>
149
- <dd></dd>
150
-
151
- <dt><a href="WPGMZA.Compatibility.html">Compatibility</a></dt>
152
- <dd></dd>
153
-
154
- <dt><a href="WPGMZA.Distance.html">Distance</a></dt>
155
- <dd></dd>
156
-
157
- <dt><a href="WPGMZA.Event.html">Event</a></dt>
158
- <dd></dd>
159
-
160
- <dt><a href="WPGMZA.EventDispatcher.html">EventDispatcher</a></dt>
161
- <dd></dd>
162
-
163
- <dt><a href="WPGMZA.FriendlyError.html">FriendlyError</a></dt>
164
- <dd></dd>
165
-
166
- <dt><a href="WPGMZA.Geocoder.html">Geocoder</a></dt>
167
- <dd></dd>
168
-
169
- <dt><a href="WPGMZA.GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</a></dt>
170
- <dd></dd>
171
-
172
- <dt><a href="WPGMZA.GoogleCircle.html">GoogleCircle</a></dt>
173
- <dd></dd>
174
-
175
- <dt><a href="WPGMZA.GoogleGeocoder.html">GoogleGeocoder</a></dt>
176
- <dd></dd>
177
-
178
- <dt><a href="WPGMZA.InfoWindow.html">InfoWindow</a></dt>
179
- <dd></dd>
180
-
181
- <dt><a href="WPGMZA.LatLng.html">LatLng</a></dt>
182
- <dd></dd>
183
-
184
- <dt><a href="WPGMZA.LatLngBounds.html">LatLngBounds</a></dt>
185
- <dd></dd>
186
-
187
- <dt><a href="WPGMZA.Map.html">Map</a></dt>
188
- <dd></dd>
189
-
190
- <dt><a href="WPGMZA.MapEngineDialog.html">MapEngineDialog</a></dt>
191
- <dd></dd>
192
-
193
- <dt><a href="WPGMZA.MapObject.html">MapObject</a></dt>
194
- <dd></dd>
195
-
196
- <dt><a href="WPGMZA.MapSettings.html">MapSettings</a></dt>
197
- <dd></dd>
198
-
199
- <dt><a href="WPGMZA.MapSettingsPage.html">MapSettingsPage</a></dt>
200
- <dd></dd>
201
-
202
- <dt><a href="WPGMZA.Marker.html">Marker</a></dt>
203
- <dd></dd>
204
-
205
- <dt><a href="WPGMZA.ModernStoreLocator.html">ModernStoreLocator</a></dt>
206
- <dd></dd>
207
-
208
- <dt><a href="WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></dt>
209
- <dd></dd>
210
-
211
- <dt><a href="WPGMZA.NativeMapsAppIcon.html">NativeMapsAppIcon</a></dt>
212
- <dd></dd>
213
-
214
- <dt><a href="WPGMZA.Polygon.html">Polygon</a></dt>
215
- <dd></dd>
216
-
217
- <dt><a href="WPGMZA.Polyline.html">Polyline</a></dt>
218
- <dd></dd>
219
-
220
- <dt><a href="WPGMZA.PopoutPanel.html">PopoutPanel</a></dt>
221
- <dd></dd>
222
-
223
- <dt><a href="WPGMZA.RestAPI.html">RestAPI</a></dt>
224
- <dd></dd>
225
- </dl>
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
- </article>
240
-
241
- </section>
242
-
243
-
244
-
245
-
246
- </div>
247
- </div>
248
-
249
- <div class="clearfix"></div>
250
-
251
-
252
- <div class="col-md-3">
253
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
254
- </div>
255
-
256
-
257
- </div>
258
- </div>
259
-
260
-
261
- <div class="modal fade" id="searchResults">
262
- <div class="modal-dialog">
263
- <div class="modal-content">
264
- <div class="modal-header">
265
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
266
- <h4 class="modal-title">Search results</h4>
267
- </div>
268
- <div class="modal-body"></div>
269
- <div class="modal-footer">
270
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
271
- </div>
272
- </div><!-- /.modal-content -->
273
- </div><!-- /.modal-dialog -->
274
- </div>
275
-
276
-
277
- <footer>
278
-
279
-
280
- <span class="jsdoc-message">
281
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
282
-
283
- on 2019-01-18T10:34:56+00:00
284
-
285
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
286
- </span>
287
- </footer>
288
-
289
- <script src="scripts/docstrap.lib.js"></script>
290
- <script src="scripts/toc.js"></script>
291
-
292
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
293
-
294
-
295
- <script>
296
- $( function () {
297
- $( "[id*='$']" ).each( function () {
298
- var $this = $( this );
299
-
300
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
301
- } );
302
-
303
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
304
- var $this = $( this );
305
-
306
- var example = $this.find( "code" );
307
- exampleText = example.html();
308
- var lang = /{@lang (.*?)}/.exec( exampleText );
309
- if ( lang && lang[1] ) {
310
- exampleText = exampleText.replace( lang[0], "" );
311
- example.html( exampleText );
312
- lang = lang[1];
313
- } else {
314
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
315
- lang = langClassMatch ? langClassMatch[1] : "javascript";
316
- }
317
-
318
- if ( lang ) {
319
-
320
- $this
321
- .addClass( "sunlight-highlight-" + lang )
322
- .addClass( "linenums" )
323
- .html( example.html() );
324
-
325
- }
326
- } );
327
-
328
- Sunlight.highlightAll( {
329
- lineNumbers : false,
330
- showMenu : true,
331
- enableDoclinks : true
332
- } );
333
-
334
- $.catchAnchorLinks( {
335
- navbarOffset: 10
336
- } );
337
- $( "#toc" ).toc( {
338
- anchorName : function ( i, heading, prefix ) {
339
- return $( heading ).attr( "id" ) || ( prefix + i );
340
- },
341
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
342
- showAndHide : false,
343
- smoothScrolling: true
344
- } );
345
-
346
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
347
- $( '.dropdown-toggle' ).dropdown();
348
-
349
- $( "table" ).each( function () {
350
- var $this = $( this );
351
- $this.addClass('table');
352
- } );
353
-
354
- } );
355
- </script>
356
-
357
-
358
-
359
- <!--Navigation and Symbol Display-->
360
-
361
-
362
- <!--Google Analytics-->
363
-
364
-
365
-
366
- <script type="text/javascript">
367
- $(document).ready(function() {
368
- SearcherDisplay.init();
369
- });
370
- </script>
371
-
372
-
373
- </body>
374
  </html>
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width">
7
+ <title>Documentation Classes</title>
8
+
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
+
14
+ <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
15
+
16
+ </head>
17
+
18
+ <body>
19
+
20
+ <div class="navbar navbar-default navbar-fixed-top ">
21
+ <div class="container">
22
+ <div class="navbar-header">
23
+ <a class="navbar-brand" href="index.html">Documentation</a>
24
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25
+ <span class="icon-bar"></span>
26
+ <span class="icon-bar"></span>
27
+ <span class="icon-bar"></span>
28
+ </button>
29
+ </div>
30
+ <div class="navbar-collapse collapse" id="topNavigation">
31
+ <ul class="nav navbar-nav">
32
+
33
+ <li class="dropdown">
34
+ <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
35
+ <ul class="dropdown-menu ">
36
+ <li><a href="module-Circle.html">Circle</a></li><li><a href="module-Compatibility.html">Compatibility</a></li><li><a href="module-CSS.html">CSS</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-GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</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-GoogleUICompatibility.html">GoogleUICompatibility</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-Gutenberg.html">Gutenberg</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-Integration.html">Integration</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-MapSettingsPage.html">MapSettingsPage</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-NativeMapsAppIcon.html">NativeMapsAppIcon</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-PopoutPanel.html">PopoutPanel</a></li><li><a href="module-Version.html">Version</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li><li><a href="WPGMZA.module_RestAPI.html">WPGMZA.RestAPI</a></li>
37
+ </ul>
38
+ </li>
39
+
40
+ <li class="dropdown">
41
+ <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
42
+ <ul class="dropdown-menu ">
43
+ <li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder~OLGeocoder</a></li><li><a href="WPGMZA.Circle.html">WPGMZA.Circle</a></li><li><a href="WPGMZA.Compatibility.html">WPGMZA.Compatibility</a></li><li><a href="WPGMZA.Distance.html">WPGMZA.Distance</a></li><li><a href="WPGMZA.Event.html">WPGMZA.Event</a></li><li><a href="WPGMZA.EventDispatcher.html">WPGMZA.EventDispatcher</a></li><li><a href="WPGMZA.FriendlyError.html">WPGMZA.FriendlyError</a></li><li><a href="WPGMZA.Geocoder.html">WPGMZA.Geocoder</a></li><li><a href="WPGMZA.GoogleAPIErrorHandler.html">WPGMZA.GoogleAPIErrorHandler</a></li><li><a href="WPGMZA.GoogleCircle.html">WPGMZA.GoogleCircle</a></li><li><a href="WPGMZA.GoogleGeocoder.html">WPGMZA.GoogleGeocoder</a></li><li><a href="WPGMZA.InfoWindow.html">WPGMZA.InfoWindow</a></li><li><a href="WPGMZA.LatLng.html">WPGMZA.LatLng</a></li><li><a href="WPGMZA.LatLngBounds.html">WPGMZA.LatLngBounds</a></li><li><a href="WPGMZA.Map.html">WPGMZA.Map</a></li><li><a href="WPGMZA.MapEngineDialog.html">WPGMZA.MapEngineDialog</a></li><li><a href="WPGMZA.MapObject.html">WPGMZA.MapObject</a></li><li><a href="WPGMZA.MapSettings.html">WPGMZA.MapSettings</a></li><li><a href="WPGMZA.MapSettingsPage.html">WPGMZA.MapSettingsPage</a></li><li><a href="WPGMZA.Marker.html">WPGMZA.Marker</a></li><li><a href="WPGMZA.ModernStoreLocator.html">WPGMZA.ModernStoreLocator</a></li><li><a href="WPGMZA.ModernStoreLocatorCircle.html">WPGMZA.ModernStoreLocatorCircle</a></li><li><a href="WPGMZA.NativeMapsAppIcon.html">WPGMZA.NativeMapsAppIcon</a></li><li><a href="WPGMZA.Polygon.html">WPGMZA.Polygon</a></li><li><a href="WPGMZA.Polyline.html">WPGMZA.Polyline</a></li><li><a href="WPGMZA.PopoutPanel.html">WPGMZA.PopoutPanel</a></li><li><a href="WPGMZA.RestAPI.html">WPGMZA.RestAPI</a></li>
44
+ </ul>
45
+ </li>
46
+
47
+ </ul>
48
+
49
+ <div class="col-sm-3 col-md-3">
50
+ <form class="navbar-form" role="search">
51
+ <div class="input-group">
52
+ <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
53
+ <div class="input-group-btn">
54
+ <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
55
+ </div>
56
+ </div>
57
+ </form>
58
+ </div>
59
+
60
+ </div>
61
+
62
+ </div>
63
+ </div>
64
+
65
+
66
+ <div class="container" id="toc-content">
67
+ <div class="row">
68
+
69
+
70
+ <div class="col-md-8">
71
+
72
+ <div id="main">
73
+
74
+
75
+ <h1 class="page-title">Classes</h1>
76
+ <section>
77
+
78
+ <header>
79
+
80
+ <h2>
81
+
82
+ </h2>
83
+
84
+
85
+ </header>
86
+
87
+
88
+ <article>
89
+ <div class="container-overview">
90
+
91
+
92
+
93
+
94
+ <dl class="details">
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+ </dl>
131
+
132
+
133
+
134
+
135
+ </div>
136
+
137
+
138
+
139
+
140
+
141
+
142
+ <h3 class="subsection-title">Classes</h3>
143
+
144
+ <dl>
145
+ <dt><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></dt>
146
+ <dd>OpenLayers geocoder - uses Nominatim by default</dd>
147
+
148
+ <dt><a href="WPGMZA.Circle.html">Circle</a></dt>
149
+ <dd></dd>
150
+
151
+ <dt><a href="WPGMZA.Compatibility.html">Compatibility</a></dt>
152
+ <dd></dd>
153
+
154
+ <dt><a href="WPGMZA.Distance.html">Distance</a></dt>
155
+ <dd></dd>
156
+
157
+ <dt><a href="WPGMZA.Event.html">Event</a></dt>
158
+ <dd></dd>
159
+
160
+ <dt><a href="WPGMZA.EventDispatcher.html">EventDispatcher</a></dt>
161
+ <dd></dd>
162
+
163
+ <dt><a href="WPGMZA.FriendlyError.html">FriendlyError</a></dt>
164
+ <dd></dd>
165
+
166
+ <dt><a href="WPGMZA.Geocoder.html">Geocoder</a></dt>
167
+ <dd></dd>
168
+
169
+ <dt><a href="WPGMZA.GoogleAPIErrorHandler.html">GoogleAPIErrorHandler</a></dt>
170
+ <dd></dd>
171
+
172
+ <dt><a href="WPGMZA.GoogleCircle.html">GoogleCircle</a></dt>
173
+ <dd></dd>
174
+
175
+ <dt><a href="WPGMZA.GoogleGeocoder.html">GoogleGeocoder</a></dt>
176
+ <dd></dd>
177
+
178
+ <dt><a href="WPGMZA.InfoWindow.html">InfoWindow</a></dt>
179
+ <dd></dd>
180
+
181
+ <dt><a href="WPGMZA.LatLng.html">LatLng</a></dt>
182
+ <dd></dd>
183
+
184
+ <dt><a href="WPGMZA.LatLngBounds.html">LatLngBounds</a></dt>
185
+ <dd></dd>
186
+
187
+ <dt><a href="WPGMZA.Map.html">Map</a></dt>
188
+ <dd></dd>
189
+
190
+ <dt><a href="WPGMZA.MapEngineDialog.html">MapEngineDialog</a></dt>
191
+ <dd></dd>
192
+
193
+ <dt><a href="WPGMZA.MapObject.html">MapObject</a></dt>
194
+ <dd></dd>
195
+
196
+ <dt><a href="WPGMZA.MapSettings.html">MapSettings</a></dt>
197
+ <dd></dd>
198
+
199
+ <dt><a href="WPGMZA.MapSettingsPage.html">MapSettingsPage</a></dt>
200
+ <dd></dd>
201
+
202
+ <dt><a href="WPGMZA.Marker.html">Marker</a></dt>
203
+ <dd></dd>
204
+
205
+ <dt><a href="WPGMZA.ModernStoreLocator.html">ModernStoreLocator</a></dt>
206
+ <dd></dd>
207
+
208
+ <dt><a href="WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></dt>
209
+ <dd></dd>
210
+
211
+ <dt><a href="WPGMZA.NativeMapsAppIcon.html">NativeMapsAppIcon</a></dt>
212
+ <dd></dd>
213
+
214
+ <dt><a href="WPGMZA.Polygon.html">Polygon</a></dt>
215
+ <dd></dd>
216
+
217
+ <dt><a href="WPGMZA.Polyline.html">Polyline</a></dt>
218
+ <dd></dd>
219
+
220
+ <dt><a href="WPGMZA.PopoutPanel.html">PopoutPanel</a></dt>
221
+ <dd></dd>
222
+
223
+ <dt><a href="WPGMZA.RestAPI.html">RestAPI</a></dt>
224
+ <dd></dd>
225
+ </dl>
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+ </article>
240
+
241
+ </section>
242
+
243
+
244
+
245
+
246
+ </div>
247
+ </div>
248
+
249
+ <div class="clearfix"></div>
250
+
251
+
252
+ <div class="col-md-3">
253
+ <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
254
+ </div>
255
+
256
+
257
+ </div>
258
+ </div>
259
+
260
+
261
+ <div class="modal fade" id="searchResults">
262
+ <div class="modal-dialog">
263
+ <div class="modal-content">
264
+ <div class="modal-header">
265
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
266
+ <h4 class="modal-title">Search results</h4>
267
+ </div>
268
+ <div class="modal-body"></div>
269
+ <div class="modal-footer">
270
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
271
+ </div>
272
+ </div><!-- /.modal-content -->
273
+ </div><!-- /.modal-dialog -->
274
+ </div>
275
+
276
+
277
+ <footer>
278
+
279
+
280
+ <span class="jsdoc-message">
281
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
282
+
283
+ on 2019-01-20T11:35:47+00:00
284
+
285
+ using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
286
+ </span>
287
+ </footer>
288
+
289
+ <script src="scripts/docstrap.lib.js"></script>
290
+ <script src="scripts/toc.js"></script>
291
+
292
+ <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
293
+
294
+
295
+ <script>
296
+ $( function () {
297
+ $( "[id*='$']" ).each( function () {
298
+ var $this = $( this );
299
+
300
+ $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
301
+ } );
302
+
303
+ $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
304
+ var $this = $( this );
305
+
306
+ var example = $this.find( "code" );
307
+ exampleText = example.html();
308
+ var lang = /{@lang (.*?)}/.exec( exampleText );
309
+ if ( lang && lang[1] ) {
310
+ exampleText = exampleText.replace( lang[0], "" );
311
+ example.html( exampleText );
312
+ lang = lang[1];
313
+ } else {
314
+ var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
315
+ lang = langClassMatch ? langClassMatch[1] : "javascript";
316
+ }
317
+
318
+ if ( lang ) {
319
+
320
+ $this
321
+ .addClass( "sunlight-highlight-" + lang )
322
+ .addClass( "linenums" )
323
+ .html( example.html() );
324
+
325
+ }
326
+ } );
327
+
328
+ Sunlight.highlightAll( {
329
+ lineNumbers : false,
330
+ showMenu : true,
331
+ enableDoclinks : true
332
+ } );
333
+
334
+ $.catchAnchorLinks( {
335
+ navbarOffset: 10
336
+ } );
337
+ $( "#toc" ).toc( {
338
+ anchorName : function ( i, heading, prefix ) {
339
+ return $( heading ).attr( "id" ) || ( prefix + i );
340
+ },
341
+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
342
+ showAndHide : false,
343
+ smoothScrolling: true
344
+ } );
345
+
346
+ $( "#main span[id^='toc']" ).addClass( "toc-shim" );
347
+ $( '.dropdown-toggle' ).dropdown();
348
+
349
+ $( "table" ).each( function () {
350
+ var $this = $( this );
351
+ $this.addClass('table');
352
+ } );
353
+
354
+ } );
355
+ </script>
356
+
357
+
358
+
359
+ <!--Navigation and Symbol Display-->
360
+
361
+
362
+ <!--Google Analytics-->
363
+
364
+
365
+
366
+ <script type="text/javascript">
367
+ $(document).ready(function() {
368
+ SearcherDisplay.init();
369
+ });
370
+ </script>
371
+
372
+
373
+ </body>
374
  </html>
docs/js/fonts/glyphicons-halflings-regular.svg CHANGED
@@ -1,288 +1,288 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata></metadata>
5
- <defs>
6
- <font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
7
- <font-face units-per-em="1200" ascent="960" descent="-240" />
8
- <missing-glyph horiz-adv-x="500" />
9
- <glyph horiz-adv-x="0" />
10
- <glyph horiz-adv-x="400" />
11
- <glyph unicode=" " />
12
- <glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
13
- <glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
14
- <glyph unicode="&#xa0;" />
15
- <glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
16
- <glyph unicode="&#x2000;" horiz-adv-x="650" />
17
- <glyph unicode="&#x2001;" horiz-adv-x="1300" />
18
- <glyph unicode="&#x2002;" horiz-adv-x="650" />
19
- <glyph unicode="&#x2003;" horiz-adv-x="1300" />
20
- <glyph unicode="&#x2004;" horiz-adv-x="433" />
21
- <glyph unicode="&#x2005;" horiz-adv-x="325" />
22
- <glyph unicode="&#x2006;" horiz-adv-x="216" />
23
- <glyph unicode="&#x2007;" horiz-adv-x="216" />
24
- <glyph unicode="&#x2008;" horiz-adv-x="162" />
25
- <glyph unicode="&#x2009;" horiz-adv-x="260" />
26
- <glyph unicode="&#x200a;" horiz-adv-x="72" />
27
- <glyph unicode="&#x202f;" horiz-adv-x="260" />
28
- <glyph unicode="&#x205f;" horiz-adv-x="325" />
29
- <glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
30
- <glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
31
- <glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
32
- <glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
33
- <glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
34
- <glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
35
- <glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
36
- <glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
37
- <glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
38
- <glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
39
- <glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
40
- <glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
41
- <glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
42
- <glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
43
- <glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
44
- <glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
45
- <glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
46
- <glyph unicode="&#xe010;" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
47
- <glyph unicode="&#xe011;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
48
- <glyph unicode="&#xe012;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
49
- <glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
50
- <glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
51
- <glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
52
- <glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
53
- <glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
54
- <glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
55
- <glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
56
- <glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
57
- <glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
58
- <glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
59
- <glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
60
- <glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
61
- <glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
62
- <glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
63
- <glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
64
- <glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
65
- <glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
66
- <glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
67
- <glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
68
- <glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
69
- <glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
70
- <glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
71
- <glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
72
- <glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
73
- <glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
74
- <glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
75
- <glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
76
- <glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
77
- <glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
78
- <glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
79
- <glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
80
- <glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
81
- <glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
82
- <glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
83
- <glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
84
- <glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
85
- <glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
86
- <glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
87
- <glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
88
- <glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
89
- <glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
90
- <glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
91
- <glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
92
- <glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
93
- <glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
94
- <glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
95
- <glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
96
- <glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
97
- <glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
98
- <glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
99
- <glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
100
- <glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
101
- <glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
102
- <glyph unicode="&#xe067;" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
103
- <glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
104
- <glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
105
- <glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
106
- <glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
107
- <glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
108
- <glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
109
- <glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
110
- <glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
111
- <glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
112
- <glyph unicode="&#xe077;" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
113
- <glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
114
- <glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
115
- <glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
116
- <glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
117
- <glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
118
- <glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
119
- <glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
120
- <glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
121
- <glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
122
- <glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
123
- <glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
124
- <glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
125
- <glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
126
- <glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
127
- <glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
128
- <glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
129
- <glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
130
- <glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
131
- <glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
132
- <glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
133
- <glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
134
- <glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
135
- <glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
136
- <glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
137
- <glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
138
- <glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
139
- <glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
140
- <glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
141
- <glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
142
- <glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
143
- <glyph unicode="&#xe111;" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
144
- <glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
145
- <glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
146
- <glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
147
- <glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
148
- <glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
149
- <glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
150
- <glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
151
- <glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
152
- <glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
153
- <glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
154
- <glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
155
- <glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
156
- <glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
157
- <glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
158
- <glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
159
- <glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
160
- <glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
161
- <glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
162
- <glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
163
- <glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
164
- <glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8