Class GMapControlWrapper
Inheritance
GMapControlWrapper
Assembly: OffRouteMap.dll
Syntax
public class GMapControlWrapper : IGMapControl
Constructors
|
Edit this page
View Source
GMapControlWrapper(GMapControl)
Declaration
public GMapControlWrapper(GMapControl control)
Parameters
| Type |
Name |
Description |
| GMapControl |
control |
|
Properties
|
Edit this page
View Source
CanDragMap
Declaration
public bool CanDragMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public MouseButton DragButton { get; set; }
Property Value
|
Edit this page
View Source
MapProvider
Declaration
public GMapProvider MapProvider { get; set; }
Property Value
| Type |
Description |
| GMapProvider |
|
|
Edit this page
View Source
Markers
Declaration
public ObservableCollection<GMapMarker> Markers { get; }
Property Value
|
Edit this page
View Source
Position
Declaration
public PointLatLng Position { get; set; }
Property Value
| Type |
Description |
| PointLatLng |
|
|
Edit this page
View Source
ShowCenter
Declaration
public bool ShowCenter { get; set; }
Property Value
|
Edit this page
View Source
Zoom
Declaration
public double Zoom { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromLocalToLatLng(int, int)
Declaration
public PointLatLng FromLocalToLatLng(int x, int y)
Parameters
| Type |
Name |
Description |
| int |
x |
|
| int |
y |
|
Returns
| Type |
Description |
| PointLatLng |
|
Implements