This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.simplemarkeroverlay [2015/09/18 03:09] admin |
thinkgeo.mapsuite.webedition.simplemarkeroverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay ====== | ====== ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Represents a MarkerOverlay object to which you can add markers directly. | Represents a MarkerOverlay object to which you can add markers directly. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 10: | Line 13: | ||
** {{wiki:PublicMethod.gif|}} SimpleMarkerOverlay() ** | ** {{wiki:PublicMethod.gif|}} SimpleMarkerOverlay() ** | ||
- | Initialize an instance of the SimpleMarkerOverlay class. | + | * //Initialize an instance of the SimpleMarkerOverlay class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#SimpleMarkerOverlay.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} SimpleMarkerOverlay(String) ** | ** {{wiki:PublicMethod.gif|}} SimpleMarkerOverlay(String) ** | ||
- | Initialize an instance of the SimpleMarkerOverlay class with the specified identifier of this overlay. | + | * //Initialize an instance of the SimpleMarkerOverlay class with the specified identifier of this overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#SimpleMarkerOverlay.28String.29// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 30: | Line 33: | ||
** {{wiki:PublicMethod.gif|}} GetMarkers(RectangleShape,Int32) ** | ** {{wiki:PublicMethod.gif|}} GetMarkers(RectangleShape,Int32) ** | ||
- | N/A | + | * //Returns a collection of markers based on the extent and zoomlevel that you passed in.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //The <strong>GetMarkers</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 Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> | * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> | ||
- | * Description:N/A | + | * Description:A collection of marker objects that will be serialized to the client. |
== Parameters == | == Parameters == | ||
* //worldExtent// | * //worldExtent// | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | + | * Description:The extent that includes all of the markers you want to serialize. |
* //currentZoomLevelId// | * //currentZoomLevelId// | ||
* Type:Int32 | * Type:Int32 | ||
- | * Description:N/A | + | * Description:An int value that indicates which zoomlevel the map is currently at. |
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
- | N/A | + | * //Returns a JSON string which contains the information for creating an overlay at the client side.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#ToJson.28.29// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
- | * Description:N/A | + | * Description:A JSON string which is used to create an overlay at the client side. |
== Parameters == | == Parameters == | ||
Line 62: | Line 65: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 74: | Line 77: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 90: | Line 93: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 102: | Line 105: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 115: | Line 118: | ||
** {{wiki:ProtectedMethod.gif|}} OnMarkerDragged(MarkerDraggedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnMarkerDragged(MarkerDraggedEventArgs) ** | ||
- | Triggers when the marker drag action ends. | + | * //Triggers when the marker drag action ends.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#OnMarkerDragged.28MarkerDraggedEventArgs.29// |
== Return Value == | == Return Value == | ||
Line 131: | Line 134: | ||
** {{wiki:ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,Int32) ** | ** {{wiki:ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,Int32) ** | ||
- | Returns a collection of markers that are within the specified worldExtent in this SimpleMarkerOverlay. | + | * //Returns a collection of markers that are within the specified worldExtent in this SimpleMarkerOverlay.// |
== Remarks == | == Remarks == | ||
- | This method is not used. | + | * //This method is not used.// |
== Return Value == | == Return Value == | ||
Line 151: | Line 154: | ||
** {{wiki:ProtectedMethod.gif|}} 6hM=(MarkerDraggedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} 6hM=(MarkerDraggedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 167: | Line 170: | ||
** {{wiki:ProtectedMethod.gif|}} 6xM=() ** | ** {{wiki:ProtectedMethod.gif|}} 6xM=() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 179: | Line 182: | ||
** {{wiki:ProtectedMethod.gif|}} 7BM=(Object) ** | ** {{wiki:ProtectedMethod.gif|}} 7BM=(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 195: | Line 198: | ||
** {{wiki:ProtectedMethod.gif|}} 5hM=() ** | ** {{wiki:ProtectedMethod.gif|}} 5hM=() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 207: | Line 210: | ||
** {{wiki:ProtectedMethod.gif|}} 5xM=(Object) ** | ** {{wiki:ProtectedMethod.gif|}} 5xM=(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 223: | Line 226: | ||
** {{wiki:ProtectedMethod.gif|}} 4xM=(String,String) ** | ** {{wiki:ProtectedMethod.gif|}} 4xM=(String,String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 243: | Line 246: | ||
** {{wiki:ProtectedMethod.gif|}} OnClick(MarkerOverlayClickEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnClick(MarkerOverlayClickEventArgs) ** | ||
- | N/A | + | * //Raises the Click event of the MarkerOverlay object.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //The <strong>OnClick</strong> method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. <strong>Notes to Inheritors:</strong> When overriding <strong>OnClick</strong> in a derived class, be sure to call the base class's <strong>OnClick</strong> method so that registered delegates receive the event.// |
== Return Value == | == Return Value == | ||
Line 254: | Line 257: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.WebEdition.MarkerOverlayClickEventArgs|MarkerOverlayClickEventArgs]] | * Type:[[ThinkGeo.MapSuite.WebEdition.MarkerOverlayClickEventArgs|MarkerOverlayClickEventArgs]] | ||
- | * Description:N/A | + | * Description:The MarkerOverlayClickEventArgs that contains event data. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} 5BM=() ** | ** {{wiki:ProtectedMethod.gif|}} 5BM=() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 271: | Line 274: | ||
** {{wiki:ProtectedMethod.gif|}} 5RM=(Object) ** | ** {{wiki:ProtectedMethod.gif|}} 5RM=(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 287: | Line 290: | ||
** {{wiki:ProtectedMethod.gif|}} 3xM=(Page) ** | ** {{wiki:ProtectedMethod.gif|}} 3xM=(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 303: | Line 306: | ||
** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ||
- | N/A | + | * //Registers a Javascript library URL string to the client HTML page.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //The <strong>RegisterJavaScriptLibraryCore</strong> method allows derived classes to override and register their own Javascript library URL to the HTML page.// |
== Return Value == | == Return Value == | ||
Line 314: | Line 317: | ||
* //page// | * //page// | ||
* Type:Page | * Type:Page | ||
- | * Description:N/A | + | * Description:The page object that is used for registering the javascript library. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} RaiseTickEvent(EventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} RaiseTickEvent(EventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 335: | Line 338: | ||
** {{wiki:ProtectedMethod.gif|}} OnTick(EventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnTick(EventArgs) ** | ||
- | N/A | + | * //Raises the Tick event of the MarkerOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#OnTick.28EventArgs.29// |
== Return Value == | == Return Value == | ||
Line 346: | Line 349: | ||
* //e// | * //e// | ||
* Type:EventArgs | * Type:EventArgs | ||
- | * Description:N/A | + | * Description:An System.EventArgs object that contains the event data. |
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 363: | Line 366: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 378: | Line 381: | ||
Gets a collection of markers that are serialized to the client. | Gets a collection of markers that are serialized to the client. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#GetMarkers.28RectangleShape.2C_Int32.29 |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.Marker, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] | * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.Marker, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] | ||
Line 386: | Line 389: | ||
Gets a value that specifies how the markers can be dragged. | Gets a value that specifies how the markers can be dragged. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#DragMode |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.WebEdition.MarkerDragMode|MarkerDragMode]] | * Type:[[ThinkGeo.MapSuite.WebEdition.MarkerDragMode|MarkerDragMode]] | ||
Line 394: | Line 397: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#IsBaseOverlay |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 400: | Line 403: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | N/A | + | Gets or sets a value that indicates whether the overlay is visible on the map. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#IsVisible |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 408: | Line 411: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | N/A | + | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#Name |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 416: | Line 419: | ||
** {{wiki:PublicProperty.gif|}} Opacity ** | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
- | N/A | + | Gets or sets the opacity level of the overlay. |
== Remarks == | == Remarks == | ||
- | N/A | + | 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. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single | ||
Line 424: | Line 427: | ||
** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** | ** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** | ||
- | N/A | + | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#IsVisibleInOverlaySwitcher |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 432: | Line 435: | ||
** {{wiki:PublicProperty.gif|}} Id ** | ** {{wiki:PublicProperty.gif|}} Id ** | ||
- | N/A | + | Gets the identifier for the overlay to be found. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#Id |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 440: | Line 443: | ||
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
- | N/A | + | Gets or sets the time interval in which the MarkerOverlay refreshes itself. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#AutoRefreshInterval |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 450: | Line 453: | ||
N/A | N/A | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#Attribution |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 459: | Line 462: | ||
Gets a string that indicates the overlay type. | Gets a string that indicates the overlay type. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#OverlayType |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 467: | Line 470: | ||
Gets a flag that check whether it raise an drag event on the client side. | Gets a flag that check whether it raise an drag event on the client side. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#HasMarkerDraggedEvent |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 489: | Line 492: | ||
** {{wiki:ProtectedProperty.gif|}} HasTickEvent ** | ** {{wiki:ProtectedProperty.gif|}} HasTickEvent ** | ||
- | N/A | + | Indicates whether the overlay supports tick event. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#HasTickEvent |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 507: | Line 510: | ||
Triggers when the marker drag action ends. | Triggers when the marker drag action ends. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#OnMarkerDragged.28MarkerDraggedEventArgs.29 |
Event Arguments:[[ThinkGeo.MapSuite.WebEdition.MarkerDraggedEventArgs|MarkerDraggedEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WebEdition.MarkerDraggedEventArgs|MarkerDraggedEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Click ** | ** {{wiki:PublicEvent.gif|}} Click ** | ||
- | N/A | + | Occurs when a marker in the overlay is clicked. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#OnClick.28MarkerOverlayClickEventArgs.29 |
Event Arguments:[[ThinkGeo.MapSuite.WebEdition.MarkerOverlayClickEventArgs|MarkerOverlayClickEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.WebEdition.MarkerOverlayClickEventArgs|MarkerOverlayClickEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Tick ** | ** {{wiki:PublicEvent.gif|}} Tick ** | ||
- | N/A | + | Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. |
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay#OnTick.28EventArgs.29 |
Event Arguments:EventArgs | Event Arguments:EventArgs | ||