@@ -101,6 +101,18 @@ <h3>
101
101
< a href ="NgMap.html "> NgMap</ a >
102
102
</ li >
103
103
</ ul >
104
+ </ ul > < ul class ="group ">
105
+ < h3 >
106
+ < a href ="" ng-click ="undefinedfactory = !undefinedfactory ">
107
+ factory
108
+ </ a >
109
+ < i ng-cloak ="" ng-show ="undefinedfactory "> +</ i >
110
+ </ h3 >
111
+ < ul ng-hide ="undefinedfactory ">
112
+ < li >
113
+ < a href ="NgMapPool.html "> NgMapPool</ a >
114
+ </ li >
115
+ </ ul >
104
116
</ ul >
105
117
</ li >
106
118
</ ul > < ul class ="module ">
@@ -178,7 +190,7 @@ <h1 class="title">
178
190
< h3 class ="subsection-title "> Methods</ h3 >
179
191
< dl >
180
192
< dt >
181
- < a href ="source/NgMap.html#line58 " class ="name-link ">
193
+ < a href ="source/NgMap.html#line70 " class ="name-link ">
182
194
< h4 class ="name ">
183
195
addMap
184
196
< span class ="signature "> (mapController)</ span >
@@ -223,7 +235,7 @@ <h5>Returns:</h5>
223
235
</ dd >
224
236
</ dl > < dl >
225
237
< dt >
226
- < a href ="source/NgMap.html#line69 " class ="name-link ">
238
+ < a href ="source/NgMap.html#line83 " class ="name-link ">
227
239
< h4 class ="name ">
228
240
deleteMap
229
241
< span class ="signature "> (mapController)</ span >
@@ -253,7 +265,7 @@ <h5>Parameters:</h5>
253
265
</ dd >
254
266
</ dl > < dl >
255
267
< dt >
256
- < a href ="source/NgMap.html#line134 " class ="name-link ">
268
+ < a href ="source/NgMap.html#line95 " class ="name-link ">
257
269
< h4 class ="name ">
258
270
getGeoLocation
259
271
< span class ="signature "> (address, options)</ span >
@@ -304,7 +316,7 @@ <h5>Returns:</h5>
304
316
</ dd >
305
317
</ dl > < dl >
306
318
< dt >
307
- < a href ="source/NgMap.html#line29 " class ="name-link ">
319
+ < a href ="source/NgMap.html#line41 " class ="name-link ">
308
320
< h4 class ="name ">
309
321
getMap
310
322
< span class ="signature "> (options)</ span >
@@ -349,105 +361,7 @@ <h5>Returns:</h5>
349
361
</ dd >
350
362
</ dl > < dl >
351
363
< dt >
352
- < a href ="source/NgMap.html#line98 " class ="name-link ">
353
- < h4 class ="name ">
354
- getNgMapDiv
355
- < span class ="signature "> (el)</ span >
356
- </ h4 >
357
- </ a >
358
- </ dt >
359
- < dd >
360
- < div class ="description ">
361
- < p > create a new < code > div</ code > inside map tag, so that it does not touch map element
362
- and disable drag event for the elmement</ p >
363
- </ div >
364
- < div >
365
- < h5 > Parameters:</ h5 >
366
- < table class ="params ">
367
- < thead >
368
- < tr > < th > Name</ th > < th > Type</ th > < th class ="last "> Description</ th > </ tr >
369
- </ thead >
370
- < tbody >
371
- < tr >
372
- < td class ="name "> el</ td >
373
- < td class ="type "> < span class ="param-type ">
374
- HTMLElemnet
375
- </ span > </ td >
376
- < td class ="description last "> < p > html element</ p > </ td >
377
- </ tr >
378
- </ tbody >
379
- </ table >
380
- </ div >
381
- < div >
382
- < h5 > Returns:</ h5 >
383
- < table class ="params ">
384
- < thead >
385
- < tr > < th > Type</ th > < th class ="last "> Description</ th > </ tr >
386
- </ thead >
387
- < tbody >
388
- < tr >
389
- < td class ="type "> < span class ="param-type ">
390
- </ span > </ td >
391
- < td class ="description last "> < p > map DIV elemnt</ p > </ td >
392
- </ tr >
393
- </ tbody >
394
- </ table >
395
- </ div >
396
- </ dd >
397
- </ dl > < dl >
398
- < dt >
399
- < a href ="source/NgMap.html#line79 " class ="name-link ">
400
- < h4 class ="name ">
401
- getStyle
402
- < span class ="signature "> (el, styleProp)</ span >
403
- </ h4 >
404
- </ a >
405
- </ dt >
406
- < dd >
407
- < div class ="description ">
408
- </ div >
409
- < div >
410
- < h5 > Parameters:</ h5 >
411
- < table class ="params ">
412
- < thead >
413
- < tr > < th > Name</ th > < th > Type</ th > < th class ="last "> Description</ th > </ tr >
414
- </ thead >
415
- < tbody >
416
- < tr >
417
- < td class ="name "> el</ td >
418
- < td class ="type "> < span class ="param-type ">
419
- HTMLElemnet
420
- </ span > </ td >
421
- < td class ="description last "> < p > html element</ p > </ td >
422
- </ tr > < tr >
423
- < td class ="name "> styleProp</ td >
424
- < td class ="type "> < span class ="param-type ">
425
- String
426
- </ span > </ td >
427
- < td class ="description last "> < p > style property name e.g. 'display'</ p > </ td >
428
- </ tr >
429
- </ tbody >
430
- </ table >
431
- </ div >
432
- < div >
433
- < h5 > Returns:</ h5 >
434
- < table class ="params ">
435
- < thead >
436
- < tr > < th > Type</ th > < th class ="last "> Description</ th > </ tr >
437
- </ thead >
438
- < tbody >
439
- < tr >
440
- < td class ="type "> < span class ="param-type ">
441
- </ span > </ td >
442
- < td class ="description last "> < p > value of property</ p > </ td >
443
- </ tr >
444
- </ tbody >
445
- </ table >
446
- </ div >
447
- </ dd >
448
- </ dl > < dl >
449
- < dt >
450
- < a href ="source/NgMap.html#line14 " class ="name-link ">
364
+ < a href ="source/NgMap.html#line26 " class ="name-link ">
451
365
< h4 class ="name ">
452
366
initMap
453
367
< span class ="signature "> (id)</ span >
@@ -476,7 +390,7 @@ <h5>Parameters:</h5>
476
390
</ dd >
477
391
</ dl > < dl >
478
392
< dt >
479
- < a href ="source/NgMap.html#line169 " class ="name-link ">
393
+ < a href ="source/NgMap.html#line130 " class ="name-link ">
480
394
< h4 class ="name ">
481
395
observeAndSet
482
396
< span class ="signature "> (attrName, object)</ span >
@@ -527,7 +441,7 @@ <h5>Returns:</h5>
527
441
</ dd >
528
442
</ dl > < dl >
529
443
< dt >
530
- < a href ="source/NgMap.html#line200 " class ="name-link ">
444
+ < a href ="source/NgMap.html#line182 " class ="name-link ">
531
445
< h4 class ="name ">
532
446
setDefaultOptions
533
447
< span class ="signature "> (options)</ span >
@@ -565,6 +479,37 @@ <h5>Parameters:</h5>
565
479
</ table >
566
480
</ div >
567
481
</ dd >
482
+ </ dl > < dl >
483
+ < dt >
484
+ < a href ="source/NgMap.html#line157 " class ="name-link ">
485
+ < h4 class ="name ">
486
+ setStyle
487
+ < span class ="signature "> (map)</ span >
488
+ </ h4 >
489
+ </ a >
490
+ </ dt >
491
+ < dd >
492
+ < div class ="description ">
493
+ < p > set display, width, height of map container element</ p >
494
+ </ div >
495
+ < div >
496
+ < h5 > Parameters:</ h5 >
497
+ < table class ="params ">
498
+ < thead >
499
+ < tr > < th > Name</ th > < th > Type</ th > < th class ="last "> Description</ th > </ tr >
500
+ </ thead >
501
+ < tbody >
502
+ < tr >
503
+ < td class ="name "> map</ td >
504
+ < td class ="type "> < span class ="param-type ">
505
+ HtmlElement
506
+ </ span > </ td >
507
+ < td class ="description last "> < p > contriner element</ p > </ td >
508
+ </ tr >
509
+ </ tbody >
510
+ </ table >
511
+ </ div >
512
+ </ dd >
568
513
</ dl >
569
514
</ div >
570
515
</ section > </ div >
0 commit comments