====== ThinkGeo.MapSuite.FormsEdition.Adapters.MapViewAdapter ====== {{section>upgrade_map_suite_to_10.0}} Class MapViewAdapter. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter]] ***[[ThinkGeo.MapSuite.FormsEdition.Adapters.MapViewAdapter]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MapViewAdapter()|MapViewAdapter]] | | | Initializes a new instance of the class. | ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#CenterAt(PointShape)|CenterAt]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Locates the map center to the specified world point. | | {{wiki:PublicMethod.gif|Public Method}}[[#CreateConcrete()|CreateConcrete]] | | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | Creates the concrete. | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | This method will simulate the Refresh interaction. Refreshes current map control. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(PointShape, Double)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]], Double | | This method zooms current map to a specified position and scale. | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomTo(BaseShape)|ZoomTo]] | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | | This method zooms current map to the target shape. | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToNextExtent()|ZoomToNextExtent]] | | | Zooms to next extent. | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToPreviousExtent()|ZoomToPreviousExtent]] | | | Zooms to previous extent. | | {{wiki:PublicMethod.gif|Public Method}}[[#ZoomToScale(Double)|ZoomToScale]] | Double | | Zooms the map to a provided scale. This method will simulate the ZoomToScale interaction. | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateConcreteCore()|CreateConcreteCore]] | | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | Creates the concrete core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] | Boolean | | Releases unmanaged and - optionally - managed resources. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs)|OnCurrentExtentChanged]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs)|OnCurrentExtentChanging]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs)|OnCurrentScaleChanged]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs)|OnCurrentScaleChanging]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapDoubleTap(TouchMapViewEventArgs)|OnMapDoubleTap]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapLongPress(TouchMapViewEventArgs)|OnMapLongPress]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapSingleTap(TouchMapViewEventArgs)|OnMapSingleTap]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapTouchDown(TouchMapViewEventArgs)|OnMapTouchDown]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapTouchMove(TouchMapViewEventArgs)|OnMapTouchMove]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMapTouchUp(TouchMapViewEventArgs)|OnMapTouchUp]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Handles the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RegisterCollectionSynchronization(GeoCollection, GeoCollection)|RegisterCollectionSynchronization]] | GeoCollection, GeoCollection | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#AdornmentOverlayAdapter|AdornmentOverlayAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.AdornmentOverlayAdapter|AdornmentOverlayAdapter]] | | Gets or sets the adornment overlay. | | {{wiki:PublicProperty.gif|Public Property}}[[#Concrete|Concrete]] | Object | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | Gets or sets the concrete. | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent of the MapControl. | | {{wiki:PublicProperty.gif|Public Property}}[[#DisplayDensity|DisplayDensity]] | Single | | Gets the display density. | | {{wiki:PublicProperty.gif|Public Property}}[[#EditOverlayAdapter|EditOverlayAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.EditInteractiveOverlayAdapter|EditInteractiveOverlayAdapter]] | | Gets the edit overlay adapter. | | {{wiki:PublicProperty.gif|Public Property}}[[#MapToolsAdapter|MapToolsAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapToolsAdapter|MapToolsAdapter]] | | Gets the map tools adapter. | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | Gets or sets the map unit used by the MapControl. | | {{wiki:PublicProperty.gif|Public Property}}[[#Overlays|Overlays]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]]> | | This property gets the collection of Overlays in the MapControl. | | {{wiki:PublicProperty.gif|Public Property}}[[#TrackOverlayAdapter|TrackOverlayAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.TrackInteractiveOverlayAdapter|TrackInteractiveOverlayAdapter]] | | Gets the track overlay adapter. | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | This property gets or sets the ZoomLevelSet used for the MapView control. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentExtentChanged|CurrentExtentChanged]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | | Occurs when [[current|extent changed]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentExtentChanging|CurrentExtentChanging]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | | Occurs when [[current|extent changing]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentScaleChanged|CurrentScaleChanged]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | | Occurs when [[current|scale changed]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#CurrentScaleChanging|CurrentScaleChanging]] | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | | Occurs when [[current|scale changing]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#MapDoubleTap|MapDoubleTap]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Occurs when [[map|double tap]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#MapLongPress|MapLongPress]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Occurs when [[map|long press]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#MapSingleTap|MapSingleTap]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Occurs when [[map|single tap]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchDown|MapTouchDown]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Occurs when [[map|touch down]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchMove|MapTouchMove]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Occurs when [[map|touch move]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#MapTouchUp|MapTouchUp]] | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | | Occurs when [[map|touch up]]. | ===== Public Constructors ===== ===== Protected Constructors ===== ==== MapViewAdapter() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Constructors|Go Back]] ===== Public Methods ===== ==== CenterAt(PointShape) ==== Locates the map center to the specified world point. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | worldCenter | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | A world point to locate the map. | [[#Public Methods|Go Back]] ==== CreateConcrete() ==== Creates the concrete. === Return Value === ^ Return Type ^ Description ^ | Object | System.Object. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Dispose() ==== Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Refresh() ==== This method will simulate the Refresh interaction. Refreshes current map control. === Remarks === Refreshes all the existing overlays and map tools. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ZoomTo(PointShape, Double) ==== This method zooms current map to a specified position and scale. === Remarks === When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | worldCenter | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | | targetScale | Double | A double value indicates the scale to zoom the map to. | [[#Public Methods|Go Back]] ==== ZoomTo(BaseShape) ==== This method zooms current map to the target shape. === Remarks === When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | targetExtent | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | A ractangle shape to locates the map. | [[#Public Methods|Go Back]] ==== ZoomToNextExtent() ==== Zooms to next extent. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ZoomToPreviousExtent() ==== Zooms to previous extent. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ZoomToScale(Double) ==== Zooms the map to a provided scale. This method will simulate the ZoomToScale interaction. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | targetScale | Double | A target scale to zoom the map. | [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== CreateConcreteCore() ==== Creates the concrete core. === Return Value === ^ Return Type ^ Description ^ | Object | System.Object. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== Dispose(Boolean) ==== Releases unmanaged and - optionally - managed resources. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | disposing | Boolean | true to release both managed and unmanaged resources; false to release only unmanaged resources. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnMapDoubleTap(TouchMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnMapLongPress(TouchMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnMapSingleTap(TouchMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnMapTouchDown(TouchMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnMapTouchMove(TouchMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnMapTouchUp(TouchMapViewEventArgs) ==== Handles the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== RegisterCollectionSynchronization(GeoCollection, GeoCollection) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | formsItems | GeoCollection | | | concreteItems | GeoCollection | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== AdornmentOverlayAdapter ==== Gets or sets the adornment overlay. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.AdornmentOverlayAdapter|AdornmentOverlayAdapter]] | [[#Public Properties|Go Back]] ==== Concrete ==== Gets or sets the concrete. === Return Value === ^ Return Type ^ | Object | [[#Public Properties|Go Back]] ==== CurrentExtent ==== Gets or sets the current extent of the MapControl. === Remarks === The current extent stands for the extent of current position, this is very important metrics to caculate the scale. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[#Public Properties|Go Back]] ==== DisplayDensity ==== Gets the display density. === Return Value === ^ Return Type ^ | Single | [[#Public Properties|Go Back]] ==== EditOverlayAdapter ==== Gets the edit overlay adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.EditInteractiveOverlayAdapter|EditInteractiveOverlayAdapter]] | [[#Public Properties|Go Back]] ==== MapToolsAdapter ==== Gets the map tools adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapToolsAdapter|MapToolsAdapter]] | [[#Public Properties|Go Back]] ==== MapUnit ==== Gets or sets the map unit used by the MapControl. === Remarks === The MapUnit reflects the data unit. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[#Public Properties|Go Back]] ==== Overlays ==== This property gets the collection of Overlays in the MapControl. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]]> | [[#Public Properties|Go Back]] ==== TrackOverlayAdapter ==== Gets the track overlay adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.TrackInteractiveOverlayAdapter|TrackInteractiveOverlayAdapter]] | [[#Public Properties|Go Back]] ==== ZoomLevelSet ==== This property gets or sets the ZoomLevelSet used for the MapView control. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== CurrentExtentChanged ==== Occurs when [[current|extent changed]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangedMapViewEventArgs|CurrentExtentChangedMapViewEventArgs]] | [[#Public Events|Go Back]] ==== CurrentExtentChanging ==== Occurs when [[current|extent changing]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.CurrentExtentChangingMapViewEventArgs|CurrentExtentChangingMapViewEventArgs]] | [[#Public Events|Go Back]] ==== CurrentScaleChanged ==== Occurs when [[current|scale changed]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangedMapViewEventArgs|CurrentScaleChangedMapViewEventArgs]] | [[#Public Events|Go Back]] ==== CurrentScaleChanging ==== Occurs when [[current|scale changing]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.CurrentScaleChangingMapViewEventArgs|CurrentScaleChangingMapViewEventArgs]] | [[#Public Events|Go Back]] ==== MapDoubleTap ==== Occurs when [[map|double tap]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | [[#Public Events|Go Back]] ==== MapLongPress ==== Occurs when [[map|long press]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | [[#Public Events|Go Back]] ==== MapSingleTap ==== Occurs when [[map|single tap]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | [[#Public Events|Go Back]] ==== MapTouchDown ==== Occurs when [[map|touch down]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | [[#Public Events|Go Back]] ==== MapTouchMove ==== Occurs when [[map|touch move]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | [[#Public Events|Go Back]] ==== MapTouchUp ==== Occurs when [[map|touch up]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.FormsEdition.TouchMapViewEventArgs|TouchMapViewEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:MapSuiteFormsEdition]] [[Category:ThinkGeo.MapSuite.FormsEdition.Adapters]] [[Category:UpdateDocumentation]]