Show / Hide Table of Contents

Class GMapControlWrapper

Inheritance
object
GMapControlWrapper
Implements
IGMapControl
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OffRouteMap
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
Type Description
bool
| Edit this page View Source

DragButton

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

Zoom

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

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

IGMapControl
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX