User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.simplemarkeroverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.simplemarkeroverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.simplemarkeroverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.SimpleMarkerOverlay ====== ====== ThinkGeo.MapSuite.SilverlightEdition.SimpleMarkerOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents a MarkerOverlay object to which you can add markers directly. This class represents a MarkerOverlay object to which you can add markers directly.
-=== Remarks === 
-This class represents a <​strong>​MarkerOverlay</​strong>​ object to which you can add markers directly. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.Overlay]] +    *ThinkGeo.MapSuite.SilverlightEdition.Overlay 
-***[[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay]] +      *ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay 
-****[[ThinkGeo.MapSuite.SilverlightEdition.SimpleMarkerOverlay]]+        ***ThinkGeo.MapSuite.SilverlightEdition.SimpleMarkerOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} SimpleMarkerOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#SimpleMarkerOverlay()|SimpleMarkerOverlay]] ​  ​| ​   |    | Initialize an instance of the SimpleMarkerOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SimpleMarkerOverlay(String)|SimpleMarkerOverlay]] ​  | String ​  ​| ​   | Initialize an instance of the SimpleMarkerOverlay class with an identifier of this overlay. ​  |+
  
-==== Protected Constructors ​==== +Initialize an instance of the SimpleMarkerOverlay class. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +N/A 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SimpleMarkerOverlay(String) **
  
 +Initialize an instance of the SimpleMarkerOverlay class with an identifier of this overlay.
 +== Remarks ==
 +N/A
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​An identifier string of the SimpleMarkerOverlay.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetDrawingMarkers(RectangleShape) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape,​ OverlayDrawType)|Draw]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Zooms the overlay only to the extent that you specify. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetDrawingMarkers(RectangleShape)|GetDrawingMarkers]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This method returns a collection of markers based on the extent that passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(Map)|Initialize]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method initializes the overlay canvas such as width, height and z-index for first time.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method re-draws this overlay in current extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(Double,​ Double)|ToScreenCoordinate]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(Point)|ToScreenCoordinate]] ​  | Point   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a screen point from a point shape in world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(PointShape)|ToScreenCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a screen point from a point shape in world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(Point)|ToWorldCoordinate]] ​  | Point   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from a ScreenPointF structure. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(Double,​ Double)|ToWorldCoordinate]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(PointShape)|ToWorldCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from a ScreenPointF structure. ​  |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(RectangleShape)|DrawCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetDrawingMarkersCore(RectangleShape)|GetDrawingMarkersCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]](overriden) ​  | Returns a collection of markers that within the specified worldExtent in this SimpleMarkerOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore()|InitializeCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseEnter(MouseEnterMarkerOverlayEventArgs)|OnMouseEnter]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs|MouseEnterMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This method raised when the mouse enter a marker of the overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeave(MouseLeaveMarkerOverlayEventArgs)|OnMouseLeave]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs|MouseLeaveMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This method raises when the mouse leave a marker of the overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonDown(MouseLeftButtonDownMarkerOverlayEventArgs)|OnMouseLeftButtonDown]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs|MouseLeftButtonDownMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This method raises when the mouse down on a marker of the overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMouseLeftButtonUp(MouseLeftButtonUpMarkerOverlayEventArgs)|OnMouseLeftButtonUp]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs|MouseLeftButtonUpMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This method raises when the mouse up a marker of the overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PanAnimationCompletedCore()|PanAnimationCompletedCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method raised when Panning animation plays completed. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method raised when zooming animation plays completed. ​  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Collection<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]>​ 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Markers|Markers]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]> ​  |    | Gets a collection of markers that are serialized to the client. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets the name of an overlay which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlayElement|OverlayElement]] ​  | FrameworkElement ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | An FrameworkElement that contains the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanFrameX|PanFrameX]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanFrameY|PanFrameY]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StoryboardForPanning|StoryboardForPanning]] ​  | Storyboard ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the Storyboard object for panning. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StoryboardForZooming|StoryboardForZooming]] ​  | Storyboard ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the Storyboard object for zooming. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or Sets the transition effect to use when the map is panned or zoomed. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Visibility|Visibility]] ​  | Visibility ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZIndex|ZIndex]] ​  | Int32   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Get or set z-index of overlay, The value is bigger, and the order is higher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomFrameX|ZoomFrameX]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the SplineDoubleKeyFrame for zooming. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomFrameY|ZoomFrameY]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the SplineDoubleKeyFrame for zooming. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //​worldExtent//​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​MapInfo|MapInfo]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets current map information. ​  | +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​ScaleTransform|ScaleTransform]] ​  | ScaleTransform ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the ScaleTransform object of this overlay. ​  | +    * Description:N/A
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​TransformGroup|TransformGroup]] ​  | TransformGroup ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the TranslateGroup object for panning and zooming. ​  | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​TranslateTransform|TranslateTransform]] ​  | TranslateTransform ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the TranslateTransform object of this overlay. ​  |+
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​Refresh() **
-{{wiki:PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseEnter|MouseEnter]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs|MouseEnterMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This event raises when the mouse enter a marker of the overlay. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeave|MouseLeave]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs|MouseLeaveMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This event raises when the mouse leave a marker of the overlay. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeftButtonDown|MouseLeftButtonDown]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs|MouseLeftButtonDownMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This event raises when the mouse left button click down on a marker of the overlay. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseLeftButtonUp|MouseLeftButtonUp]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs|MouseLeftButtonUpMarkerOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay|MarkerOverlay]] ​  | This event raises when the mouse left button click down on a marker of the overlay. ​  |+
  
-===== Public Constructors ===== +N/A 
-==== SimpleMarkerOverlay() ==== +== Remarks ​== 
-Initialize an instance of the SimpleMarkerOverlay class. +N/A
-=== Overloads === +
-Initialize an instance of the SimpleMarkerOverlay class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== SimpleMarkerOverlay(String) ​==== +  ​Type:Void 
-Initialize an instance of the SimpleMarkerOverlay class with an identifier of this overlay. +  Description:N/A
-=== Overloads === +
-Initialize an instance of the SimpleMarkerOverlay class. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| id   | String<​!-- System.String --> ​  | An identifier string of the SimpleMarkerOverlay. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} ​Draw(RectangleShape,​OverlayDrawType) ​**
-==== Draw(RectangleShape,​ OverlayDrawType) ​==== +
-Zooms the overlay only to the extent that you specify. +
-=== Remarks === +
-The overlay will be panned to the center and zoomlevel of the extent that you specify. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  | The new world extent of the map.   | +N/A
-| overlayDrawType ​  | [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType --> ​  | The enum value indecating that the map draws features or not.   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Equals(Object) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​worldExtent//​ 
-| obj   | Object<​!-- System.Object --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-<!-- System.Object --> +  * //​overlayDrawType/​
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] 
-==== GetDrawingMarkers(RectangleShape) ==== +    * Description:​N/​A
-This method returns a collection of markers based on the extent that passed in. +
-=== Remarks === +
-The <​strong>​GetDrawingMarkersCore<​/strong> method creates the makrers based on the current zoomlevel, the specified extent and the special logic of the MarkerOverlay. The returned markers object will be serialized and sent to the client to create client markers. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightEdition.Marker} --> ​  ​| ​collection of Marker objects that will be serialized to the client. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Initialize(Map) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --  | The extent that include the markers  ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​currentMap//​ 
-==== GetType() ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  |    ​|+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Double,​Double) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Initialize(Map) ==== +N/A
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Remarks ==+
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-| currentMap ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | Current map information. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //screenX// 
-==== Refresh() ​==== +    ​* ​Type:Double 
-This method re-draws this overlay in current extent. +    ​* Description:​N/​A
-=== Remarks === +
-This method re-draws this overlay in current extent. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //screenY// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape**
-==== ToScreenCoordinate(Double, Double==== +
-This method returns a point shape in screen coordinates from the specified X, Y world coordinates. +
-=== Remarks === +
-This method converts X, Y world coordinates to a point in screen coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A screen point in pixels. ​  |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldX ​  | Double<​!-- System.Double --> ​  | The X world coordinate. ​  | +N/A
-| worldY ​  | Double<​!-- System.Double --> ​  | The Y world coordinate. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== ToScreenCoordinate(Point) ==== +  * Description:​N/​A
-This method returns a screen point from a point shape in world coordinates. +
-=== Remarks === +
-This method converts the coordinates of a point shape to a point in screen coordinates. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​screen point in pixels. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​screenCoordinate//​ 
-| worldCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | A point in world coordinates. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Point**
-==== ToScreenCoordinate(PointShape==== +
-This method returns a screen point from a point shape in world coordinates. +
-=== Remarks === +
-This method converts the coordinates of a point shape to a point in screen coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A screen point in pixels. ​  |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldCoordinate ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== ToString() ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​screenCoordinate//​ 
 +    * Type:Point 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Double,​Double**
-==== ToWorldCoordinate(Point==== +
-This method returns a point shape in world coordinates from a ScreenPointF structure. +
-=== Remarks === +
-This method converts a screen point to a point in world coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A point shape in world coordinates. ​  |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| screenCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | The point (in screen coordinates) to convert to world coordinates. ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== ToWorldCoordinate(Double,​ Double) ==== +  * Description:​N/​A
-This method returns a point shape in world coordinates from the specified X, Y screen coordinates. +
-=== Remarks === +
-This method converts X, Y screen coordinates to a point shape in world coodinates. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​worldX//​ 
-| screenX ​  ​| ​Double<!-- System.Double --> ​  | The X-value in pixels referenced to the screen origin. ​  | +    * Type:Double 
-| screenY ​  | Double<​!-- System.Double --> ​  | The Y-value in pixels referenced to the screen origin. ​  |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +  * //worldY// 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== ToWorldCoordinate(PointShape) ==== +    ​* ​Description:N/A
-This method returns a point shape in world coordinates from a ScreenPointF structure. +
-=== Remarks === +
-This method converts a screen point to a point in world coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) ​**
-| screenCoordinate ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | The point (in screen coordinatesto convert to world coordinates. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +N/A
-==== DrawAttributionCore(GeoCanvas) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   |+  * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​worldCoordinate//​ 
-==== DrawCore(RectangleShape) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Point) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Finalize() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
- Name ^  ​Type ​ ​Description ​^+  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +  * //​worldCoordinate//​ 
 +    * Type:​Point 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  ​* Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Boolean 
 +  Description:N/A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} GetDrawingMarkersCore(RectangleShape) **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== GetDrawingMarkersCore(RectangleShape) ==== 
 Returns a collection of markers that within the specified worldExtent in this SimpleMarkerOverlay. Returns a collection of markers that within the specified worldExtent in this SimpleMarkerOverlay.
-=== Remarks ​===+== Remarks ==
 This method is not used. This method is not used.
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightEdition.Marker} --> ​  | A collection of Marker objects. ​  | 
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​Collection<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]> 
-| worldExtent ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --  | The extent that include the markers  |+  * Description:​A collection of Marker objects.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay(overriden) --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​worldExtent//​ 
-==== InitializeCore() ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-=== Return Value === +    ​* ​Description:The extent that include the markers.
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} InitializeCore() **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​worldExtent//​ 
-| args   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMouseEnter(MouseEnterMarkerOverlayEventArgs) ​**
-==== OnMouseEnter(MouseEnterMarkerOverlayEventArgs) ​==== +
-This method raised when the mouse enter a marker of the overlay. +
-=== Remarks === +
-This method raised when the mouse enter a marker of the overlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs|MouseEnterMarkerOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs --> ​  | An event argument indicating the mouse position on the map.   |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseLeave(MouseLeaveMarkerOverlayEventArgs) ==== +  * Description:N/A
-This method raises when the mouse leave a marker of the overlay. +
-=== Remarks === +
-This method raises when the mouse leave a marker of the overlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs|MouseLeaveMarkerOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs --> ​  | An event argument indicating the mouse position on the map.   |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs|MouseEnterMarkerOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeave(MouseLeaveMarkerOverlayEventArgs**
-==== OnMouseLeftButtonDown(MouseLeftButtonDownMarkerOverlayEventArgs==== +
-This method raises when the mouse down on a marker of the overlay. +
-=== Remarks === +
-This method raises when the mouse down on a marker of the overlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs|MouseLeftButtonDownMarkerOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs --> ​  | An event argument indicating the mouse position on the map.   |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseLeftButtonUp(MouseLeftButtonUpMarkerOverlayEventArgs) ==== +  * Description:N/A
-This method raises when the mouse up a marker of the overlay. +
-=== Remarks === +
-This method raises when the mouse up a marker of the overlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs|MouseLeftButtonUpMarkerOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs --> ​  | An event argument indicating the mouse position on the map.   |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs|MouseLeaveMarkerOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonDown(MouseLeftButtonDownMarkerOverlayEventArgs**
-==== PanAnimationCompletedCore() ==== +
-This method raised when Panning animation plays completed. +
-=== Remarks === +
-This method raised when Panning animation plays completed. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== ZoomStoryCompletedCore() ==== +  * Description:N/A
-This method raised when zooming animation plays completed. +
-=== Remarks === +
-This method raised when zooming animation plays completed. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs|MouseLeftButtonDownMarkerOverlayEventArgs]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div>​ 
-[[#Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMouseLeftButtonUp(MouseLeftButtonUpMarkerOverlayEventArgs) ** 
-===== Public Properties ​===== + 
-==== Attribution ​==== +N/A 
-=== Return Value === +== Remarks == 
-Return Type ^ +N/A 
-String<!-- System.String --  ​|+ 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs|MouseLeftButtonUpMarkerOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} GxU=(Marker) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​marker//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DxU=(GeoCanvas) ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ZoomStoryCompletedCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PanAnimationCompletedCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Markers **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Markers ==== 
 Gets a collection of markers that are serialized to the client. Gets a collection of markers that are serialized to the client.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.SilverlightCore.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]><​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCollection{ThinkGeo.MapSuite.SilverlightEdition.Marker} --  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCollection<​T>[[ThinkGeo.MapSuite.SilverlightEdition.Marker, SilverlightEdition,​ Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<T>]]
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.SimpleMarkerOverlay --> +** {{wiki:​PublicProperty.gif|}} Visibility **
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-Gets or sets the name of an overlay which will display in the OverlaySwitcher. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Opacity ==== +N/A 
-Gets or sets the opacity level of the overlay. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Visibility
-The <​strong>​Opacity<​/strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00),​ the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. +
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} OverlayElement ​**
-[[#Public Properties|Go Back]] +
-==== OverlayElement ​==== +
-An FrameworkElement that contains the overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| FrameworkElement<​!-- System.Windows.FrameworkElement --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PanFrameX ==== +N/A 
-Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. +== Return Value == 
-=== Return Value === +  ​* ​Type:​FrameworkElement
-^ Return ​Type +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#Public Properties|Go Back]] +
-==== PanFrameY ==== +
-Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== StoryboardForPanning ==== +N/A 
-Gets the Storyboard object for panning. +== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Attribution **
-[[#Public Properties|Go Back]] +
-==== StoryboardForZooming ==== +
-Gets the Storyboard object for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TransitionEffect ==== +N/A 
-Gets or Sets the transition effect to use when the map is panned or zoomed. +== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} TransitionEffect **
-[[#Public Properties|Go Back]] +
-==== Visibility ==== +
-Gets or sets a value that indicates whether the overlay is visible on the map. +
-=== Return Value === +
-^ Return Type ^ +
-| Visibility<​!-- System.Windows.Visibility --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ZIndex ==== +N/A 
-Get or set z-index of overlay, The value is bigger, and the order is higher. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]
-Get or set z-index of overlay, The value is bigger, and the order is higher. +
-=== Return Value === +
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Opacity **
-[[#Public Properties|Go Back]] +
-==== ZoomFrameX ==== +
-Gets the SplineDoubleKeyFrame for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ZoomFrameY ​==== +N/A 
-Gets the SplineDoubleKeyFrame ​for zooming+== Return Value == 
-=== Return Value === +  * Type:​Double 
-Return Type ^ + 
-| SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+** {{wiki:​PublicProperty.gif|}} ZIndex ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} StoryboardForZooming ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Storyboard 
 + 
 +** {{wiki:​PublicProperty.gif|}} StoryboardForPanning ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Storyboard 
 + 
 +** {{wiki:​PublicProperty.gif|}} PanFrameX ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} PanFrameY ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomFrameX ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomFrameY ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:SplineDoubleKeyFrame 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} MapInfo ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TranslateTransform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TranslateTransform 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ScaleTransform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​ScaleTransform 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TransformGroup ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TransformGroup 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} MouseEnter ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs|MouseEnterMarkerOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== MapInfo ==== +
-Gets or sets current map information. +
-=== Remarks === +
-Gets or sets current map information. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MouseLeave ** 
-[[#​Protected Properties|Go Back]] +N/A 
-==== ScaleTransform ==== +== Remarks == 
-Gets the ScaleTransform object of this overlay. +N/A
-=== Remarks ​=== +
-Gets the ScaleTransform object of this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| ScaleTransform<​!-- System.Windows.Media.ScaleTransform --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs|MouseLeaveMarkerOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-==== TransformGroup ==== +
-Gets the TranslateGroup object for panning and zooming. +
-=== Remarks === +
-Gets the TranslateGroup object for panning and zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| TransformGroup<​!-- System.Windows.Media.TransformGroup --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MouseLeftButtonDown ** 
-[[#​Protected Properties|Go Back]] +N/A 
-==== TranslateTransform ==== +== Remarks == 
-Gets the TranslateTransform object of this overlay. +N/A
-=== Remarks ​=== +
-Gets the TranslateTransform object of this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| TranslateTransform<​!-- System.Windows.Media.TranslateTransform --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs|MouseLeftButtonDownMarkerOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingAttribution ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MouseLeftButtonUp ** 
-[[#Public Events|Go Back]] +N/A 
-==== DrawnAttribution ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs|MouseLeftButtonUpMarkerOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MouseEnter ==== +
-This event raises when the mouse enter a marker of the overlay. +
-=== Remarks === +
-This event raises when the mouse enter a marker of the overlay. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs|MouseEnterMarkerOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MouseEnterMarkerOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
-[[#Public Events|Go Back]] +N/A 
-==== MouseLeave ==== +== Remarks == 
-This event raises when the mouse leave a marker of the overlay. +N/A
-=== Remarks ​=== +
-This event raises when the mouse leave a marker of the overlay. +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs|MouseLeaveMarkerOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseLeaveMarkerOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MouseLeftButtonDown ==== +
-This event raises when the mouse left button click down on a marker of the overlay. +
-=== Remarks === +
-This event raises when the mouse left button click down on a marker of the overlay. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs|MouseLeftButtonDownMarkerOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonDownMarkerOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Events|Go Back]] +N/A 
-==== MouseLeftButtonUp ==== +== Remarks == 
-This event raises when the mouse left button click down on a marker of the overlay. +N/A
-=== Remarks ​=== +
-This event raises when the mouse left button click down on a marker of the overlay. +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs|MouseLeftButtonUpMarkerOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseLeftButtonUpMarkerOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.simplemarkeroverlay.1440040135.txt.gz · Last modified: 2015/09/21 03:29 (external edit)