User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.simplemarkeroverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.simplemarkeroverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.simplemarkeroverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay ====== ====== ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents a MarkerOverlay object to which you can add markers directly. Represents a MarkerOverlay object to which you can add markers directly.
-=== Remarks === 
-The <​strong>​SimpleMarkerOverlay</​strong>​ class has a <​strong>​Markers</​strong>​ collection to which you can add markers directly. All of these markers will be serialized to the client during the map loading. You can also specify whether the markers can be dragged by setting the <​strong>​DragMode</​strong>​ property. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.Overlay]] +    *ThinkGeo.MapSuite.MvcEdition.Overlay 
-***[[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay]] +      *ThinkGeo.MapSuite.MvcEdition.MarkerOverlay 
-****[[ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay]]+        ***ThinkGeo.MapSuite.MvcEdition.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 the specified 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 the specified identifier of this overlay.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​The identifier string of the SimpleMarkerOverlay.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DataBindTo(String,​String) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DataBindTo(String,​ String)|DataBindTo]] ​  | String, String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Load this object from a json string. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetMarkers(RectangleShape,​ Int32)|GetMarkers]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Int32   | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  | Returns a collection of markers based on the extent and zoomlevel that you passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Returns a JSON string which contains the information for creating an overlay at the client side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetMarkersCore(RectangleShape,​ Int32)|GetMarkersCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Int32   | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]](overriden) ​  | Returns a collection of markers that are within the specified worldExtent in this SimpleMarkerOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] ​  | Page   | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Registers a Javascript library URL string to the client HTML page.   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActionTriggers|ActionTriggers]] ​  | Collection<​[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]> ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets the time interval in which the MarkerOverlay refreshes itself. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DragMode|DragMode]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerDragMode|MarkerDragMode]] ​  ​| ​   | Gets a value that specifies how the markers can be dragged. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets the identifier for the overlay to be found. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBaseOverlay|IsBaseOverlay]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Markers|Markers]] ​  | [[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection|GeoKeyedCollection]]<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> ​  ​| ​   | Gets a collection of markers that are serialized to the client. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientAutoRefreshTick|OnClientAutoRefreshTick]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientClick|OnClientClick]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  | Gets or sets a client function name which will be executed after clicking on the MarkerOverlay ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientMarkerDragged|OnClientMarkerDragged]] ​  | String ​  ​| ​   | Gets or sets a client function name which will be executed after clicking on the MarkerOverlay ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientMarkersRequested|OnClientMarkersRequested]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​OnClientMarkersRequesting|OnClientMarkersRequesting]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //​controllerName//​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​OverlayType|OverlayType]] ​  ​| ​String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) ​  | Gets a string that indicates the overlay type.   |+    * Type:String 
 +    * Description:​N/​A
  
-==== Public Events ==== +  * //​actionName//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​String 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== SimpleMarkerOverlay() ==== +** {{wiki:​PublicMethod.gif|}} GetMarkers(RectangleShape,​Int32**
-Initialize an instance of the SimpleMarkerOverlay class. +
-=== Overloads === +
-Initialize an instance of the SimpleMarkerOverlay class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== SimpleMarkerOverlay(String) ==== +== Remarks ​== 
-Initialize an instance of the SimpleMarkerOverlay class with the specified identifier of this overlay. +  ​* //N/A//
-=== Overloads === +
-Initialize an instance of the SimpleMarkerOverlay class. +
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| id   | String<​!-- System.String --> ​  | The identifier string of the SimpleMarkerOverlay. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> 
-===== Public Methods ===== +  * Description:​N/​A
-==== DataBindTo(String,​ String) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​worldExtent//​ 
-| controllerName ​  | String<​!-- System.String --> ​  ​| ​   ​+    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| actionName ​  | String<​!-- System.String --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +  * //​currentZoomLevelId//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== Equals(Object) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToJson() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FromJson(String) ==== +  * //N/A//
-Load this object from a json string. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| jsonString ​  | String<​!-- System.String --> ​  | a json string ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} FromJson(String) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetMarkers(RectangleShape,​ Int32) ==== +  * Description:N/A
-Returns a collection of markers based on the extent and zoomlevel that you passed in. +
-=== Remarks === +
-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 ​Type Description ​+
-| Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker} --> ​  ​| ​collection of marker objects that will be serialized to the client. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​jsonString//​ 
-| worldExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | The extent that includes all of the markers you want to serialize. ​  | +    * Type:String 
-| currentZoomLevelId ​  | Int32<​!-- System.Int32 --> ​  | An int value that indicates which zoomlevel the map is currently at.   |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== ToJson() ==== +  * Description:N/A
-Returns a JSON string which contains the information for creating an overlay at the client side. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​JSON string which is used to create an overlay at the client side.   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-===== Protected Methods ===== +    ​* ​Type:Object 
-==== Finalize() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== GetMarkersCore(RectangleShape,​ Int32) ==== +  * //N/A//
-Returns a collection of markers that are within the specified worldExtent in this SimpleMarkerOverlay. +
-=== Remarks ​=== +
-This method is not used. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker} --> ​  ​| ​collection of marker objects. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| worldExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | The extent that includes the markers. ​  | +  Description:N/A
-| currentZoomLevelId ​  | Int32<​!-- System.Int32 --> ​  | An int value that indicates which zoomlevel the map is currently at.   |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Type 
-==== RegisterJavaScriptLibraryCore(Page) ==== +  * Description:N/A
-Registers a Javascript library URL string to the client HTML page. +
-=== Remarks === +
-The <​strong>​RegisterJavaScriptLibraryCore</​strong>​ method allows derived classes to override and register their own Javascript library URL to the HTML page. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| page   | Page<!-- System.Web.UI.Page --  | The page object that is used for registering the javascript library  ​|+==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,​Int32) **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +  * //Returns a collection of markers that are within the specified worldExtent in this SimpleMarkerOverlay.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +  * //This method is not used.//
-==== ActionTriggers ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.ActionTrigger} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:​Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> 
-==== Attribution ==== +  * Description:​A collection of marker objects.
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​worldExtent//​ 
-==== AutoRefreshInterval ==== +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-Gets or sets the time interval in which the MarkerOverlay refreshes itself. +    * Description:​The extent that includes ​the markers.
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +  * //​currentZoomLevelId//​ 
-[[#Public Properties|Go Back]] +    * Type:Int32 
-==== DragMode ==== +    * Description:​An int value that indicates which zoomlevel ​the map is currently at.
-Gets a value that specifies how the markers can be dragged. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.MarkerDragMode|MarkerDragMode]]<​!-- ThinkGeo.MapSuite.MvcEdition.MarkerDragMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} EhQ=(Page) **
-==== Id ==== +
-Gets the identifier for the overlay to be found. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsBaseOverlay ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== IsVisible ==== +  * Description:​N/​A
-Gets or sets a value that indicates whether the overlay is visible on the map. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --+== Parameters == 
-[[#Public Properties|Go Back]] +  * //page// 
-==== IsVisibleInOverlaySwitcher ​==== +    * Type:Page 
-Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher+    * Description:​N/​A 
-=== Return Value === + 
-Return Type ^ +<div newline></​div
-| Boolean<!-- System.Boolean --  ​|+** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //page// 
 +    * Type:Page 
 +    * Description:​N/​A 
 + 
 +<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.MvcEdition.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.MvcEdition.GeoKeyedCollection|GeoKeyedCollection]]<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]><​!-- ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection{ThinkGeo.MapSuite.MvcEdition.Marker} --  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.GeoKeyedCollection<​T>[[ThinkGeo.MapSuite.MvcEdition.Marker, MvcEdition, Version=9.0.0.0, Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<T>]]
  
-<!-- ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay --> +** {{wiki:​PublicProperty.gif|}} DragMode **
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-Gets or sets the name of the overlay, which will display in the OverlaySwitcher. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +Gets a value that specifies how the markers can be dragged
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OnClientAutoRefreshTick ==== +N/A 
-Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerDragMode|MarkerDragMode]]
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} OnClientMarkerDragged **
-[[#Public Properties|Go Back]] +
-==== OnClientClick ==== +
-Gets or sets a client function name which will be executed after clicking on the MarkerOverlay +
-=== Remarks === +
-There is a default parameter:e, which includes two parameters: "​worldXY",​ "​overlayId"​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> 
-[[#Public Properties|Go Back]] 
-==== OnClientMarkerDragged ==== 
 Gets or sets a client function name which will be executed after clicking on the MarkerOverlay Gets or sets a client function name which will be executed after clicking on the MarkerOverlay
-=== Remarks ​===+== Remarks ==
 There is a default parameter:​e,​ which includes three parameters: "​worldXY",​ "​overlayId"​ and "​markerId"​ There is a default parameter:​e,​ which includes three parameters: "​worldXY",​ "​overlayId"​ and "​markerId"​
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay --> +** {{wiki:​PublicProperty.gif|}} IsBaseOverlay **
-[[#Public Properties|Go Back]] +
-==== OnClientMarkersRequested ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OnClientMarkersRequesting ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +** {{wiki:​PublicProperty.gif|}} OnClientClick ** 
-[[#Public Properties|Go Back]] + 
-==== 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 overlayWhen 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:​String 
-Return Type ^ + 
-Single<​!-- System.Single --> ​  |+** {{wiki:​PublicProperty.gif|}} OnClientMarkersRequesting ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OnClientMarkersRequested ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActionTriggers ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +N/A 
 +== Remarks =
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ​Opacity ​** 
 + 
 +N/
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OnClientAutoRefreshTick ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} OverlayType **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== OverlayType ==== 
 Gets a string that indicates the overlay type. Gets a string that indicates the overlay type.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| String<​!-- System.String ​--> ​  |+== Return Value == 
 +  ​* ​Type:String
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> +** {{wiki:​ProtectedProperty.gif|}} IsDefault ** 
-[[#​Protected Properties|Go Back]] + 
-===== Public Events ​===== +N/A 
-__NOTOC__ +== Remarks ​== 
-[[Category:​MvcEdition]] +N/A 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] +== Return Value == 
-[[Category:UpdateDocumentation]]+  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TRU= ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.MvcEdition.ActionBinding|ActionBinding]] 
 + 
 +** {{wiki:ProtectedProperty.gif|}} ERQ= ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.simplemarkeroverlay.1440040131.txt.gz · Last modified: 2015/09/21 03:35 (external edit)