Interface IGMapControl
Assembly: OffRouteMap.dll
Syntax
public interface IGMapControl
Properties
|
Edit this page
View Source
CacheMode
Declaration
AccessMode CacheMode { get; set; }
Property Value
| Type |
Description |
| AccessMode |
|
|
Edit this page
View Source
CanDragMap
Declaration
bool CanDragMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
MouseButton DragButton { get; set; }
Property Value
|
Edit this page
View Source
MapProvider
Declaration
GMapProvider MapProvider { get; set; }
Property Value
| Type |
Description |
| GMapProvider |
|
|
Edit this page
View Source
Markers
Declaration
ObservableCollection<GMapMarker> Markers { get; }
Property Value
|
Edit this page
View Source
Position
Declaration
PointLatLng Position { get; set; }
Property Value
| Type |
Description |
| PointLatLng |
|
|
Edit this page
View Source
PrimaryCache
Declaration
PureImageCache PrimaryCache { get; set; }
Property Value
| Type |
Description |
| PureImageCache |
|
|
Edit this page
View Source
ShowCenter
Declaration
bool ShowCenter { get; set; }
Property Value
|
Edit this page
View Source
Zoom
Declaration
double Zoom { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromLocalToLatLng(int, int)
Declaration
PointLatLng FromLocalToLatLng(int x, int y)
Parameters
| Type |
Name |
Description |
| int |
x |
|
| int |
y |
|
Returns
| Type |
Description |
| PointLatLng |
|