-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGMap.NET.WindowsForms.xml
More file actions
862 lines (862 loc) · 34.9 KB
/
GMap.NET.WindowsForms.xml
File metadata and controls
862 lines (862 loc) · 34.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
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
203
204
205
206
207
208
209
210
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
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
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
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
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
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
401
402
403
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
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
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
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
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
542
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
573
574
575
576
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
613
614
615
616
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
653
654
655
656
657
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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
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
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
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
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
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
855
856
857
858
859
860
861
862
<?xml version="1.0"?>
<doc>
<assembly>
<name>GMap.NET.WindowsForms</name>
</assembly>
<members>
<member name="T:GMap.NET.WindowsForms.GMapPolygon">
<summary>
GMap.NET polygon
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapPolygon.IsHitTestVisible">
<summary>
can receive input
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapPolygon.IsInsideLocal(System.Int32,System.Int32)">
<summary>
Indicates whether the specified point is contained within this System.Drawing.Drawing2D.GraphicsPath
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="F:GMap.NET.WindowsForms.GMapPolygon.Stroke">
<summary>
specifies how the outline is painted
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapPolygon.Fill">
<summary>
background color
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapPolygon.IsInside(GMap.NET.PointLatLng)">
<summary>
checks if point is inside the polygon,
info.: http://greatmaps.codeplex.com/discussions/279437#post700449
</summary>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapPolygon.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
<exception cref="T:System.Security.SecurityException">
The caller does not have the required permission.
</exception>
</member>
<member name="M:GMap.NET.WindowsForms.GMapPolygon.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:GMap.NET.MapRoute"/> class.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapPolygon.OnDeserialization(System.Object)">
<summary>
Runs when the entire object graph has been de-serialized.
</summary>
<param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
</member>
<member name="P:GMap.NET.WindowsForms.GMapPolygon.IsVisible">
<summary>
is polygon visible
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapPolygon.IsMouseOver">
<summary>
is mouse over
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapMarker">
<summary>
GMap.NET marker
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapMarker.DisableRegionCheck">
<summary>
if true, marker will be rendered even if it's outside current view
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapMarker.IsHitTestVisible">
<summary>
can maker receive input
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapMarker.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
<exception cref="T:System.Security.SecurityException">
The caller does not have the required permission.
</exception>
</member>
<member name="M:GMap.NET.WindowsForms.GMapMarker.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:GMap.NET.WindowsForms.GMapMarker"/> class.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="P:GMap.NET.WindowsForms.GMapMarker.LocalPosition">
<summary>
marker position in local coordinates, internal only, do not set it manualy
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapMarker.ToolTipPosition">
<summary>
ToolTip position in local coordinates
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapMarker.IsVisible">
<summary>
is marker visible
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapMarker.IsMouseOver">
<summary>
is mouse over marker
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.Markers.GMarkerGoogle.#ctor(GMap.NET.PointLatLng,System.Drawing.Bitmap)">
<summary>
marker using manual bitmap, NonSerialized
</summary>
<param name="p"></param>
<param name="Bitmap"></param>
</member>
<member name="T:GMap.NET.WindowsForms.ToolTips.GMapBaloonToolTip">
<summary>
GMap.NET marker
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapToolTip">
<summary>
GMap.NET marker
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapToolTip.Format">
<summary>
string format
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapToolTip.Font">
<summary>
font
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapToolTip.Stroke">
<summary>
specifies how the outline is painted
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapToolTip.Fill">
<summary>
background color
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapToolTip.Foreground">
<summary>
text foreground
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapToolTip.TextPadding">
<summary>
text padding
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapToolTip.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:GMap.NET.WindowsForms.GMapToolTip"/> class.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapToolTip.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
<exception cref="T:System.Security.SecurityException">
The caller does not have the required permission.
</exception>
</member>
<member name="T:GMap.NET.WindowsForms.ToolTips.GMapRoundedToolTip">
<summary>
GMap.NET marker
</summary>
</member>
<member name="T:GMap.NET.TilePrefetcher">
<summary>
form helping to prefetch tiles on local db
</summary>
</member>
<member name="F:GMap.NET.TilePrefetcher.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:GMap.NET.TilePrefetcher.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:GMap.NET.TilePrefetcher.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.MarkerTooltipMode">
<summary>
modeof tooltip
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapOverlay">
<summary>
GMap.NET overlay
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapOverlay.Id">
<summary>
overlay Id
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapOverlay.Markers">
<summary>
list of markers, should be thread safe
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapOverlay.Routes">
<summary>
list of routes, should be thread safe
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapOverlay.Polygons">
<summary>
list of polygons, should be thread safe
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapOverlay.ForceUpdate">
<summary>
updates local positions of objects
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapOverlay.OnRender(System.Drawing.Graphics)">
<summary>
renders objects/routes/polygons
</summary>
<param name="g"></param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapOverlay.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
<exception cref="T:System.Security.SecurityException">
The caller does not have the required permission.
</exception>
</member>
<member name="M:GMap.NET.WindowsForms.GMapOverlay.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:GMap.NET.WindowsForms.GMapOverlay"/> class.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapOverlay.OnDeserialization(System.Object)">
<summary>
Runs when the entire object graph has been deserialized.
</summary>
<param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
</member>
<member name="P:GMap.NET.WindowsForms.GMapOverlay.IsVisibile">
<summary>
is overlay visible
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapImage">
<summary>
image abstraction
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapImageProxy">
<summary>
image abstraction proxy
</summary>
</member>
<member name="T:System.Windows.Forms.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:System.Windows.Forms.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:System.Windows.Forms.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapRoute">
<summary>
GMap.NET route
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapRoute.IsHitTestVisible">
<summary>
can receive input
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapRoute.IsInside(System.Int32,System.Int32)">
<summary>
Indicates whether the specified point is contained within this System.Drawing.Drawing2D.GraphicsPath
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="F:GMap.NET.WindowsForms.GMapRoute.Stroke">
<summary>
specifies how the outline is painted
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapRoute.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
<exception cref="T:System.Security.SecurityException">
The caller does not have the required permission.
</exception>
</member>
<member name="M:GMap.NET.WindowsForms.GMapRoute.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:GMap.NET.WindowsForms.GMapRoute"/> class.
</summary>
<param name="info">The info.</param>
<param name="context">The context.</param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapRoute.OnDeserialization(System.Object)">
<summary>
Runs when the entire object graph has been de-serialized.
</summary>
<param name="sender">The object that initiated the callback. The functionality for this parameter is not currently implemented.</param>
</member>
<member name="P:GMap.NET.WindowsForms.GMapRoute.IsVisible">
<summary>
is marker visible
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapRoute.IsMouseOver">
<summary>
is mouse over
</summary>
</member>
<member name="T:GMap.NET.WindowsForms.GMapControl">
<summary>
GMap.NET control for Windows Forms
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.Overlays">
<summary>
list of overlays, should be thread safe
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.EmptyTileText">
<summary>
text on empty tiles
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.EmptyTileBorders">
<summary>
pen for empty tile borders
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.ScalePen">
<summary>
pen for scale info
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.SelectionPen">
<summary>
area selection pen
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.MapScaleInfoEnabled">
<summary>
show map scale info
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.FillEmptyTiles">
<summary>
enables filling empty tiles using lower level images
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.DisableAltForSelection">
<summary>
if true, selects area just by holding mouse and moving
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.DragButton">
<summary>
map dragg button
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.selectedArea">
<summary>
current selected area in map
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.BoundsOfMap">
<summary>
map boundaries
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.ForceDoubleBuffer">
<summary>
enables integrated DoubleBuffer for running on windows mobile
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.HoldInvalidation">
<summary>
stops immediate marker/route/polygon invalidations;
call Refresh to perform single refresh and reset invalidation state
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.Refresh">
<summary>
call this to stop HoldInvalidation and perform single forced instant refresh
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.Invalidate">
<summary>
enque built-in thread safe invalidation
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.#ctor">
<summary>
construct
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ForceUpdateOverlays">
<summary>
update objects when map is draged/zoomed
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.UpdateMarkerLocalPosition(GMap.NET.WindowsForms.GMapMarker)">
<summary>
updates markers local position
</summary>
<param name="marker"></param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.UpdateRouteLocalPosition(GMap.NET.WindowsForms.GMapRoute)">
<summary>
updates routes local position
</summary>
<param name="route"></param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.UpdatePolygonLocalPosition(GMap.NET.WindowsForms.GMapPolygon)">
<summary>
updates polygons local position
</summary>
<param name="polygon"></param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.SetZoomToFitRect(GMap.NET.RectLatLng)">
<summary>
sets zoom to max to fit rect
</summary>
<param name="rect"></param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ZoomAndCenterMarkers(System.String)">
<summary>
sets to max zoom to fit all markers and centers them in map
</summary>
<param name="overlayId">overlay id or null to check all</param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ZoomAndCenterRoutes(System.String)">
<summary>
zooms and centers all route
</summary>
<param name="overlayId">overlay id or null to check all</param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ZoomAndCenterRoute(GMap.NET.MapRoute)">
<summary>
zooms and centers route
</summary>
<param name="route"></param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.GetRectOfAllMarkers(System.String)">
<summary>
gets rectangle with all objects inside
</summary>
<param name="overlayId">overlay id or null to check all</param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.GetRectOfAllRoutes(System.String)">
<summary>
gets rectangle with all objects inside
</summary>
<param name="overlayId">overlay id or null to check all</param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.GetRectOfRoute(GMap.NET.MapRoute)">
<summary>
gets rect of route
</summary>
<param name="route"></param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ToImage">
<summary>
gets image of the current view
</summary>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.Offset(System.Int32,System.Int32)">
<summary>
offset position in pixels
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.OnPaintOverlays(System.Drawing.Graphics)">
<summary>
override, to render something more
</summary>
<param name="g"></param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.UpdateRotationMatrix">
<summary>
updates rotation matrix
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ApplyRotationInversion(System.Int32,System.Int32)">
<summary>
apply transformation if in rotation mode
</summary>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ApplyRotation(System.Int32,System.Int32)">
<summary>
apply transformation if in rotation mode
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.DragSize">
<summary>
Gets the width and height of a rectangle centered on the point the mouse
button was pressed, within which a drag operation will not begin.
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.DisableFocusOnMouseEnter">
<summary>
prevents focusing map if mouse enters it's area
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.InvertedMouseWheelZooming">
<summary>
reverses MouseWheel zooming direction
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.GMapControl.IgnoreMarkerOnMouseWheel">
<summary>
lets you zoom by MouseWheel even when pointer is in area of marker
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:GMap.NET.WindowsForms.GMapControl.ReloadMap" -->
<member name="M:GMap.NET.WindowsForms.GMapControl.SetPositionByKeywords(System.String)">
<summary>
set current position using keywords
</summary>
<param name="keys"></param>
<returns>true if successfull</returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.FromLocalToLatLng(System.Int32,System.Int32)">
<summary>
gets world coordinate from local control coordinate
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.FromLatLngToLocal(GMap.NET.PointLatLng)">
<summary>
gets local coordinate from world coordinate
</summary>
<param name="point"></param>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ShowExportDialog">
<summary>
shows map db export dialog
</summary>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.ShowImportDialog">
<summary>
shows map dbimport dialog
</summary>
<returns></returns>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.SerializeOverlays(System.IO.Stream)">
<summary>
Serializes the overlays.
</summary>
<param name="stream">The stream.</param>
</member>
<member name="M:GMap.NET.WindowsForms.GMapControl.DeserializeOverlays(System.IO.Stream)">
<summary>
De-serializes the overlays.
</summary>
<param name="stream">The stream.</param>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnMarkerClick">
<summary>
occurs when clicked on marker
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnPolygonClick">
<summary>
occurs when clicked on polygon
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnRouteClick">
<summary>
occurs when clicked on route
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnRouteEnter">
<summary>
occurs on mouse enters route area
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnRouteLeave">
<summary>
occurs on mouse leaves route area
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnSelectionChange">
<summary>
occurs when mouse selection is changed
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnMarkerEnter">
<summary>
occurs on mouse enters marker area
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnMarkerLeave">
<summary>
occurs on mouse leaves marker area
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnPolygonEnter">
<summary>
occurs on mouse enters Polygon area
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnPolygonLeave">
<summary>
occurs on mouse leaves Polygon area
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.MaxZoom">
<summary>
max zoom
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.MinZoom">
<summary>
min zoom
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.MouseWheelZoomType">
<summary>
map zooming type for mouse wheel
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.SelectedAreaFillColor">
<summary>
background of selected area
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.HelperLineOption">
<summary>
draw lines at the mouse pointer position
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.EmptyTileColor">
<summary>
color of empty tile background
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.RetryLoadTile">
<summary>
retry count to get tile
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.LevelsKeepInMemmory">
<summary>
how many levels of tiles are staying decompresed in memory
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.ShowTileGridLines">
<summary>
shows tile gridlines
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.IsRotated">
<summary>
returs true if map bearing is not zero
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.Bearing">
<summary>
bearing for rotation of the map
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.VirtualSizeEnabled">
<summary>
shrinks map area, useful just for testing
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.ZoomStep">
<summary>
map zoom level
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.Position">
<summary>
current map center position
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.PositionPixel">
<summary>
current position in pixel coordinates
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.CacheLocation">
<summary>
location of cache
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.IsDragging">
<summary>
is user dragging map
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.IsMouseOverMarker">
<summary>
is mouse over marker
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.IsMouseOverRoute">
<summary>
is mouse over route
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.IsMouseOverPolygon">
<summary>
is mouse over polygon
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.ViewArea">
<summary>
gets current map view top/left coordinate, width in Lng, height in Lat
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.RoutesEnabled">
<summary>
is routes enabled
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.PolygonsEnabled">
<summary>
is polygons enabled
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.MarkersEnabled">
<summary>
is markers enabled
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.CanDragMap">
<summary>
can user drag map
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.RenderMode">
<summary>
map render mode
</summary>
</member>
<member name="P:GMap.NET.WindowsForms.GMapControl.Manager">
<summary>
gets map manager
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnPositionChanged">
<summary>
occurs when current position is changed
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnTileLoadComplete">
<summary>
occurs when tile set load is complete
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnTileLoadStart">
<summary>
occurs when tile set is starting to load
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnMapDrag">
<summary>
occurs on map drag
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnMapZoomChanged">
<summary>
occurs on map zoom changed
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnMapTypeChanged">
<summary>
occures on map type changed
</summary>
</member>
<member name="E:GMap.NET.WindowsForms.GMapControl.OnEmptyTileError">
<summary>
occurs on empty tile displayed
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.ScaleModes.Integer">
<summary>
no scaling
</summary>
</member>
<member name="F:GMap.NET.WindowsForms.ScaleModes.Fractional">
<summary>
scales to fractional level, CURRENT VERSION DOESN'T HANDLE OBJECT POSITIONS CORRECLTY,
http://greatmaps.codeplex.com/workitem/16046
</summary>
</member>
</members>
</doc>