User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.overlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.overlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.overlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.Overlay ====== ====== ThinkGeo.MapSuite.MvcEdition.Overlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Serves as the base class that defines the properties and methods shared by all types of overlays. Serves as the base class that defines the properties and methods shared by all types of overlays.
-=== Remarks ​=== +===== Inheritance Hierarchy ===== 
-The <​strong>​Overlay</​strong>​ has as similar concept to the LayerDifferent types of overlays stack over each other to form a mapAn overlay object is responsible for getting the configuration information from the user and serializing it to a JSON string to control the client Javascript library, which creates the appropriate client layer.+  ​*System.Object 
 +    ***ThinkGeo.MapSuite.MvcEdition.Overlay** 
 +      *[[ThinkGeo.MapSuite.MvcEdition.WmtsOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.AdornmentOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.GoogleOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.LayerOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.ArcGISServerRestOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.BingMapsOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.OpenStreetMapOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.WmsOverlay]] 
 +      *[[ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay]] 
 +===== Members Summary ===== 
 +==== Public Constructors ==== 
 +==== Protected Constructors ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Overlay() **
  
-Usually, ​an overlay represents an image with a transparent background that is laid upon other overlay, such as a <​strong>​LayerOverlay<​/strong> or <​strong>​WmsOverlay<​/strong>. While the <strong>MarkerOverlay</strong> will not be rendered as an image, it actually represents a <​strong>​div</strongthat holds several marker images at the client side.+  * //​Initialize ​an instance of the Overlay class.// 
 +== Remarks == 
 +  * //N/A// 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Overlay(String) **
  
-There are basically two kinds of overlays: base overlays and non-base overlays.+  * //​Initialize an instance ​of the Overlay class.// 
 +== Remarks == 
 +  * //N/A// 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​N/​A
  
-A base overlay has its <strong>IsBaseOverlay</strongproperty set to trueIt is displayed as the background image of the map. In an <​strong>​OverlaySwitcher</​strong>​there is a radio button beside its name. There can be only one base overlay displayed at a time. You can click the radio button to switch the base overlay that is displayed.+<div newline></div> 
 +** {{wiki:​ProtectedMethod.gif|}} Overlay(String,Boolean) **
  
-A non-base overlay has a false <​strong>​IsBaseOverlay<​/strong> property. These overlays can overlap ​the base overlay and/or each otherThey are displayed in the <​strong>​OverlaySwitcher<​/strong> with a check box beside their name. You can click the check box to show or hide a specific overlay. +  * //Initialize an instance of the Overlay class.// 
-===== Inheritance Hierarchy ===== +== Remarks ​== 
-*System.Object +  * //N/A// 
-**[[ThinkGeo.MapSuite.MvcEdition.Overlay]] +== Parameters ​== 
-***[[ThinkGeo.MapSuite.MvcEdition.AdornmentOverlay]] +  //id// 
-***[[ThinkGeo.MapSuite.MvcEdition.ArcGISServerRestOverlay]] +    Type:String 
-***[[ThinkGeo.MapSuite.MvcEdition.BingMapsOverlay]] +    Description:​N/​A
-***[[ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.GoogleOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.HighlightFeatureOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.LayerOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.OpenStreetMapOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.SimpleMarkerOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.WmsOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.WmtsOverlay]] +
-***[[ThinkGeo.MapSuite.MvcEdition.WorldMapKitWmsWebOverlay]] +
-===== Members Summary ===== +
-==== Public Constructors ==== +
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+
  
-==== Protected Constructors ==== +  ​* //​isBaseOverlay//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +    ​* Type:Boolean 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Overlay()|Overlay]] ​  ​|    |    | Initialize an instance of the Overlay class. ​  | +    * Description:​N/​A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Overlay(String)|Overlay]] ​  | String ​  ​| ​   | Initialize an instance of the Overlay class. ​  | +
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​Overlay(String, ​Boolean)|Overlay]] ​  | String, Boolean ​  ​| ​   | Initialize an instance of the Overlay class. ​  |+
  
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToJson() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  ​| ​   | Load this object from a json string. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] ​  ​| ​   |    | 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 ==== +  ​* //​Returns ​JSON string ​which contains the information for creating an overlay at the client ​side.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] ​  | Page   ​|    | Registers ​Javascript library URL string ​to the client ​HTML page  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  ​| ​String ​  |    |    | +  * Description:A JSON string ​which is used to create an overlay ​at the client side.
-| {{wiki:PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  ​| ​   | Gets or sets the time interval in which the MarkerOverlay refreshes itself. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  ​| ​   | Gets the identifier for the overlay ​to be found. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBaseOverlay|IsBaseOverlay]] ​  | Boolean ​  ​| ​   | Gets or sets a value that indicates whether the overlay ​is a base overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  ​| ​   | Gets or sets a value that indicates whether ​the overlay is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] ​  | Boolean ​  ​| ​   | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  ​| ​   | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientAutoRefreshTick|OnClientAutoRefreshTick]] ​  | String ​  ​| ​   | 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}}[[#​Opacity|Opacity]] ​  | Single ​  ​| ​   | Gets or sets the opacity level of the overlay  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:ProtectedProperty.gif|Protected Property}}[[#​OverlayType|OverlayType]] ​  ​| ​String ​  |    | Gets a string that indicates which type the overlay is.   |+** {{wiki:PublicMethod.gif|}} ​FromJson(String) **
  
-==== Public Events ==== +  * //Load this object from a json string.// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-===== Protected Constructors ===== +  ​Type:Void 
-==== Overlay() ==== +  Description:N/A
-Initialize an instance of the Overlay class. +
-=== Overloads === +
-Initialize an instance of the Overlay class. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#​Protected Constructors|Go Back]] +== Parameters == 
-==== Overlay(String) ==== +  ​* //​jsonString//​ 
-Initialize an instance of the Overlay class. +    * Type:String 
-=== Overloads === +    ​* Description:​a json string
-Initialize an instance of the Overlay class. +
-=== Parameters ​=== +
-^  Name ^  ​Type ​^  Description ^ +
-| id   | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +<div newline></​div
-==== Overlay(String,​ Boolean) ==== +** {{wiki:​PublicMethod.gif|}} ToString() **
-Initialize an instance of the Overlay class. +
-=== Overloads === +
-Initialize an instance of the Overlay class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| id   | String<!-- System.String --  |    | +
-| isBaseOverlay ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-[[#​Protected Constructors|Go Back]] +  * //N/A// 
-===== Public Methods ===== +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== FromJson(String) ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-Load this object from a json string. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| jsonString ​  | String<​!-- System.String --> ​  | a json string ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== 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:Int32 
-==== 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|}} GetType() **
  
-<!-- 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:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div
-===== Protected Methods ​===== +==== Protected Methods ==== 
-==== Finalize() ==== +** {{wiki:​ProtectedMethod.gif|}} EhQ=(Page**
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //page// 
 +    * Type:Page 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ​**
-==== RegisterJavaScriptLibraryCore(Page) ​==== +
-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 === +  * //Registers a Javascript library URL string to the client HTML page.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| page   | Page<!-- System.Web.UI.Page --> ​  ​| ​The page object that is used for registering the javascript library  |+  ​* //The RegisterJavaScriptLibraryCore method allows derived classes to override and register their own Javascript library URL to the HTML page.//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-===== Public Properties ===== +  * Description:​N/​A
-==== Attribution ==== +
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //page// 
-==== AutoRefreshInterval ​==== +    ​* ​Type:Page 
-Gets or sets the time interval in which the MarkerOverlay refreshes itself. +    * Description:​The page object that is used for registering the javascript library.
-=== Return Value === +
-^ Return ​Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== 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// 
-Gets or sets a value that indicates whether the overlay is a base overlay+ 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  * Type:Void 
-| Boolean<!-- System.Boolean --  ​|+  * 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|}} IsVisible **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsVisible ==== 
 Gets or sets a value that indicates whether the overlay is visible on the map. Gets or sets a value that indicates whether the overlay is visible on the map.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Boolean<​!-- System.Boolean ​--> ​  |+== Return Value == 
 +  ​* ​Type:Boolean
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#Public Properties|Go Back]] +
-==== IsVisibleInOverlaySwitcher ==== +
-Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
 Gets or sets the name of the overlay, which will display in the OverlaySwitcher. Gets or sets the name of the overlay, which will display in the OverlaySwitcher.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| String<​!-- System.String ​--> ​  |+== Return Value == 
 +  ​* ​Type:String
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Opacity **
-[[#Public Properties|Go Back]] +
-==== OnClientAutoRefreshTick ==== +
-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 Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
 Gets or sets the opacity level of the overlay. Gets or sets the opacity level of the overlay.
-=== Remarks ​=== +== Remarks == 
-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. +The Opacity 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 == 
-Return Type ^ +  * Type:​Single 
-Single<​!-- System.Single --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** 
 + 
 +Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsBaseOverlay ** 
 + 
 +Gets or sets a value that indicates whether the overlay is a base overlay. 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id ** 
 + 
 +Gets the identifier for the overlay to be found. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OnClientAutoRefreshTick ** 
 + 
 +Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +Gets or sets the time interval in which the MarkerOverlay refreshes itself. 
 +== 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 which type the overlay is. Gets a string that indicates which type the overlay is.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| String<​!-- System.String ​--> ​  |+== Return Value == 
 +  ​* ​Type:String
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +** {{wiki:​ProtectedProperty.gif|}} ERQ= ** 
-[[#​Protected Properties|Go Back]] + 
-===== Public Events ​===== +N/A 
-__NOTOC__ +== Remarks ​== 
-[[Category:MvcEdition]] +N/A 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] +== Return Value == 
-[[Category:​UpdateDocumentation]]+  * Type:Double 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.overlay.1440040131.txt.gz · Last modified: 2015/09/21 03:35 (external edit)