ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This is a base class for the overlay that generates and manages markers.
This is constructor of MarkerOverlay class.
This is constructor of MarkerOverlay class.
GetDrawingMarkers(RectangleShape)
This method returns a collection of markers based on the extent that passed in.
The GetDrawingMarkersCore 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.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
ToScreenCoordinate(PointShape)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
GetDrawingMarkersCore(RectangleShape)
This method returns a collection of markers based on the extent that passed in.
This method returns a collection of markers based on the extent and zoomlevel that passed in.
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
This method draws the features in the specified extent.
OnMouseEnter(MouseEnterMarkerOverlayEventArgs)
This method raised when the mouse enter a marker of the overlay.
This method raised when the mouse enter a marker of the overlay.
OnMouseLeave(MouseLeaveMarkerOverlayEventArgs)
This method raises when the mouse leave a marker of the overlay.
This method raises when the mouse leave a marker of the overlay.
OnMouseLeftButtonDown(MouseLeftButtonDownMarkerOverlayEventArgs)
This method raises when the mouse down on a marker of the overlay.
This method raises when the mouse down on a marker of the overlay.
OnMouseLeftButtonUp(MouseLeftButtonUpMarkerOverlayEventArgs)
This method raises when the mouse up a marker of the overlay.
This method raises when the mouse up a marker of the overlay.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This event raises when the mouse enter a marker of the overlay.
Event Arguments:MouseEnterMarkerOverlayEventArgs
MouseLeave
This event raises when the mouse leave a marker of the overlay.
This event raises when the mouse leave a marker of the overlay.
Event Arguments:MouseLeaveMarkerOverlayEventArgs
MouseLeftButtonDown
This event raises when the mouse left button click down on a marker of the overlay.
This event raises when the mouse left button click down on a marker of the overlay.
Event Arguments:MouseLeftButtonDownMarkerOverlayEventArgs
MouseLeftButtonUp
This event raises when the mouse left button click down on a marker of the overlay.
This event raises when the mouse left button click down on a marker of the overlay.
Event Arguments:MouseLeftButtonUpMarkerOverlayEventArgs
N/A
Event Arguments:DrawnAttributionOverlayEventArgs