Метод | Описание | |
---|---|---|
AddOverlay ( string name ) : void | ||
DeleteOverlay ( string name ) : void | ||
Dispose ( ) : void | ||
GetCenter ( ) : GMap.NET.PointLatLng | ||
GetOverlay ( string name, bool createIfNotExists = false ) : IOverlay | ||
GetViewArea ( ) : |
||
MapAdapter ( GMap.NET.WindowsForms.GMapControl mapControl ) : System |
Метод | Описание | |
---|---|---|
Control_OnPolygonClick ( GMapPolygon item, |
||
Dispose ( bool isDisposing ) : void | ||
MapControl_OnMapDrag ( ) : void | ||
MapControl_OnPolygonEnter ( GMapPolygon item ) : void | ||
MapControl_OnPolygonLeave ( GMapPolygon item ) : void | ||
MapControl_OnRouteClick ( GMapRoute item, |
||
MapControl_OnRouteEnter ( GMapRoute item ) : void | ||
MapControl_OnRouteLeave ( GMapRoute item ) : void | ||
createMessage ( object item ) : string |
public DeleteOverlay ( string name ) : void | ||
name | string | |
Результат | void |
public GetCenter ( ) : GMap.NET.PointLatLng | ||
Результат | GMap.NET.PointLatLng |
public GetOverlay ( string name, bool createIfNotExists = false ) : IOverlay | ||
name | string | |
createIfNotExists | bool | |
Результат | IOverlay |
public MapAdapter ( GMap.NET.WindowsForms.GMapControl mapControl ) : System | ||
mapControl | GMap.NET.WindowsForms.GMapControl | |
Результат | System |