Show / Hide Table of Contents

Interface IGMapControl

Namespace: OffRouteMap
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
Type Description
bool
| Edit this page View Source

DragButton

Declaration
MouseButton DragButton { get; set; }
Property Value
Type Description
MouseButton
| 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
Type Description
ObservableCollection<GMapMarker>
| 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
Type Description
bool
| Edit this page View Source

Zoom

Declaration
double Zoom { get; set; }
Property Value
Type Description
double

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX