ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting
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.
<!– Class –>
A setting for YahooOverlay that contains APIs to set properties of YahooOverlaySetting using in MVC view.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
| Name | Return | DeclaringType | Summary |
Protected Properties
Public Events
| Name | Event Arguments | DeclaringType | Summary |
Public Constructors
YahooOverlaySetting(YahooOverlay)
Initializes a new instance of the YahooOverlaySetting class.
Parameters
| Name | Type | Description |
| YahooOverlay | YahooOverlay<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlay –> | the Yahoo Overlay which will be assigned to Element property |
Go Back
Protected Constructors
Public Methods
AutoRefreshInterval(TimeSpan)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| timeSpan | TimeSpan<!– System.TimeSpan –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
Id(String)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| id | String<!– System.String –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
IsBaseOverlay(Boolean)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| isBaseOverlay | Boolean<!– System.Boolean –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
IsVisible(Boolean)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| isVisible | Boolean<!– System.Boolean –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
IsVisibleInOverlaySwitcher(Boolean)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| isVisibleInOverlaySwitcher | Boolean<!– System.Boolean –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
JavaScriptLibraryUri(Uri)
Set javaScriptLibraryUri for Element property and retun the YahooOverlaySetting
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | The setting of YahooOverlaySetting itself |
Parameters
| Name | Type | Description |
| javaScriptLibraryUri | Uri<!– System.Uri –> | A javaScriptLibraryUri for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –>
Go Back
Name(String)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| name | String<!– System.String –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
OnClientAutoRefreshTick(String)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| clientTickFunctionName | String<!– System.String –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
Opacity(Single)
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | |
Parameters
| Name | Type | Description |
| opacity | Single<!– System.Single –> | |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
YahooMapType(YahooMapType)
Set YahooMapType for Element property and retun the YahooOverlaySetting
Return Value
| Return Type | Description |
| YahooOverlaySetting<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –> | The setting of YahooOverlaySetting itself |
Parameters
| Name | Type | Description |
| YahooMapType | YahooMapType<!– ThinkGeo.MapSuite.MvcEdition.YahooMapType –> | A YahooMapType for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting –>
Go Back
Protected Methods
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
Public Properties
Protected Properties
Element
Return Value
| Return Type |
| YahooOverlay<!– ThinkGeo.MapSuite.MvcEdition.YahooOverlay –> |
<!– ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.YahooOverlay,ThinkGeo.MapSuite.MvcEdition.YahooOverlaySetting} –>
Go Back
Public Events