Click or drag to resize

Ptv.XServer.Controls.Map.Gadgets Namespace

To interact with the map visualization, there is a collection of Ptv.XServer.Controls.Map.Gadgets.
Classes
  ClassDescription
Public classCoordinatesGadget
Gadget showing the map coordinates of the current mouse position in logical format (GeoMinSec).
Public classCopyrightGadget
Gadget showing the copyright text of the map.
Public classDimmerGadget
Gadget with a dimmer slider to change the dim state of the map.
Public classLayersGadget
Gadget listing the different layers of the map.
Public classMagnifierMap
Gadget showing a magnifier on the map. The magnifier offers you to get a deeper look into the map without zooming in.
Public classMagnifierMapView
Map displayed in the magnifier.
Public classMapGadget
Parent class of all map gadgets. A map gadget is an add-on to the map like a coordinates gadget, a scale gadget etc...
Public classNavigationGadget
Interaction logic for NavigationGadget.
Public classOverviewMap
Gadget for showing the overview map. An overview map shows the whole map in small. A rectangle on the overview map shows the borders of the currently displayed map section.
Public classOverviewMapView
Map showing a small overview of the parent map.
Public classPanAndZoom
User control for the MapView-object, translating user interactions into modification of the visible map section.
Public classScaleGadget
Gadget showing the current scale of the map.
Public classScaleInfo
Scale information object.
Public classWatermarkControl
Control showing a watermark text over the map.
Public classZoomSliderGadget
Gadget showing a zoom slider on the map.
Structures
  StructureDescription
Public structureNearestSearchResult
Struct containing all relevant data needed for each result of a nearest search.
Interfaces
  InterfaceDescription
Public interfaceIGadget
Interface containing all properties of the gadget which are client configurable.
Public interfaceILayerGeoSearch
Collection of geographical search methods for layer objects.
Enumerations
  EnumerationDescription
Public enumerationDragMode
Mode describing what is to be done when clicking in the map.
Public enumerationFocusBehaviorMode
Defines the mode of the focus behavior. By default the MapGadget hands over the focus if an event is received (same as HandoverToMap mode). In the 'Retain' mode the focus is not handed over.
Public enumerationGadgetType
Different types of gadgets which can be added to the map.