This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.markerzoomlevelset [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.markerzoomlevelset [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet ====== | ====== ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents a collection of MarkerZoomLevels that determines the appearance of markers at different zoomlevels. | This class represents a collection of MarkerZoomLevels that determines the appearance of markers at different zoomlevels. | ||
- | === Remarks === | + | ===== Inheritance Hierarchy ===== |
- | This class represents a collection of <strong>MarkerZoomLevels</strong>. Each <strong>MarkerZoomLevel</strong> has a different scale and style definition that will be applied to a marker when it is the current zoomlevel. | + | *System.Object |
+ | ***ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet** | ||
+ | ===== Members Summary ===== | ||
+ | ==== Public Constructors ==== | ||
+ | ** {{wiki:PublicMethod.gif|}} MarkerZoomLevelSet() ** | ||
- | The MarkerZoomLevelSet decides which zoomlevel applies its styles to the markers based on the current zoomlevel. | + | * //Initialize a new instance of the MarkerZoomLevelSet class.// |
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
+ | ==== Public Methods ==== | ||
+ | ** {{wiki:PublicMethod.gif|}} GetZoomLevelForDrawing(Int32) ** | ||
- | For example, if the current zoomlevel is level 03, and we defined the styles on that zoomlevel as follows: | + | * //Returns the MarkerZoomLevel object whose styles will be applied to the markers based on the current zoomlevel that is passed in.// |
+ | == Remarks == | ||
+ | * //N/A// | ||
- | markerOverlay.ZoomLevelSet.ZoomLevel04.DefaultMarkerStyle.WebImage = ...; markerOverlay.ZoomLevelSet.ZoomLevel04.DefaultMarkerStyle.Popup = ...; markerOverlay.ZoomLevelSet.ZoomLevel04.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level10; | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | * Description:N/A | ||
- | Then no zoomlevel will apply styles to the markers. There will be no markers displayed on the screen. | + | == Parameters == |
+ | * //currentZoomLevelId// | ||
+ | * Type:Int32 | ||
+ | * Description:An int value that indicates which zoomlevel is the current zoomlevel. The int value must be a number from 1 - 20. | ||
- | But when we change the current zoomlevel to level 04, now our current zoomlevel falls into the zoomlevel range (04-10) that defines styles. This time, the ZoomlevelSet will apply the styles on zoomlevel 04 to the markers. | + | <div newline></div> |
- | ===== Inheritance Hierarchy ===== | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | *System.Object | + | |
- | **[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet]] | + | |
- | ===== Members Summary ===== | + | |
- | ==== Public Constructors ==== | + | |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MarkerZoomLevelSet()|MarkerZoomLevelSet]] | | | Initialize a new instance of the MarkerZoomLevelSet class. | | + | |
- | ==== Protected Constructors ==== | + | * //N/A// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
- | ==== Public Methods ==== | + | == Return Value == |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | * Description:N/A |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetZoomLevelForDrawing(Int32)|GetZoomLevelForDrawing]] | Int32 | | Returns the MarkerZoomLevel object whose styles will be applied to the markers based on the current zoomlevel that is passed in. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | == Parameters == |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | * //N/A// |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomZoomLevels|CustomZoomLevels]] | Collection<[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]> | | Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels. | | + | * //N/A// |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel01|ZoomLevel01]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level01. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel02|ZoomLevel02]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level02. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel03|ZoomLevel03]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level03. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel04|ZoomLevel04]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level04. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel05|ZoomLevel05]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level05. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel06|ZoomLevel06]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level06. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel07|ZoomLevel07]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level07. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel08|ZoomLevel08]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level08. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel09|ZoomLevel09]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level09. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel10|ZoomLevel10]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level10. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel11|ZoomLevel11]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level11. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel12|ZoomLevel12]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level12. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel13|ZoomLevel13]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level13. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel14|ZoomLevel14]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level14. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel15|ZoomLevel15]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level15. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel16|ZoomLevel16]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level16. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel17|ZoomLevel17]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level17. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel18|ZoomLevel18]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level18. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel19|ZoomLevel19]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level19. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevel20|ZoomLevel20]] | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | | Gets the MarkerZoomLevel for Level20. | | + | |
- | ==== Protected Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Boolean |
+ | * Description:N/A | ||
- | ==== Public Events ==== | + | == Parameters == |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //obj// |
+ | * Type:Object | ||
+ | * Description:N/A | ||
- | ===== Public Constructors ===== | + | <div newline></div> |
- | ==== MarkerZoomLevelSet() ==== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | Initialize a new instance of the MarkerZoomLevelSet class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === 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:Type |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} ixU=(Int32) ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetZoomLevelForDrawing(Int32) ==== | + | * //N/A// |
- | Returns the MarkerZoomLevel object whose styles will be applied to the markers based on the current zoomlevel that is passed in. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] |
- | | currentZoomLevelId | Int32<!-- System.Int32 --> | An int value that indicates which zoomlevel is the current zoomlevel. The int value must be a number from 1 - 20. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //id// |
- | ==== ToString() ==== | + | * Type:Int32 |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== MemberwiseClone() ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | === 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:Object |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== CustomZoomLevels ==== | + | |
- | Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels. | + | |
- | === Remarks === | + | |
- | When you add custom zoomlevels to the CustomZoomLevels collection, the default ZoomLevels 01 through 20 will be disabled. The zoomLevels in the CustomZoomLevels are matched with the scales defined in the Map.ClientZoomLevelScales. For example, | + | |
- | CustomZoomLevels[[0]] has the scale that equals to Map.ClientZoomLevelScales[[0]]. | + | == Parameters == |
- | === Return Value === | + | <div newline></div> |
- | ^ Return Type ^ | + | ==== Public Properties ==== |
- | | Collection<[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel} --> | | + | ** {{wiki:PublicProperty.gif|}} ZoomLevel01 ** |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel01 ==== | ||
Gets the MarkerZoomLevel for Level01. | Gets the MarkerZoomLevel for Level01. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel02 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel02 ==== | ||
Gets the MarkerZoomLevel for Level02. | Gets the MarkerZoomLevel for Level02. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel03 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel03 ==== | ||
Gets the MarkerZoomLevel for Level03. | Gets the MarkerZoomLevel for Level03. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel04 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel04 ==== | ||
Gets the MarkerZoomLevel for Level04. | Gets the MarkerZoomLevel for Level04. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel05 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel05 ==== | ||
Gets the MarkerZoomLevel for Level05. | Gets the MarkerZoomLevel for Level05. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel06 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel06 ==== | ||
Gets the MarkerZoomLevel for Level06. | Gets the MarkerZoomLevel for Level06. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel07 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel07 ==== | ||
Gets the MarkerZoomLevel for Level07. | Gets the MarkerZoomLevel for Level07. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel08 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel08 ==== | ||
Gets the MarkerZoomLevel for Level08. | Gets the MarkerZoomLevel for Level08. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel09 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel09 ==== | ||
Gets the MarkerZoomLevel for Level09. | Gets the MarkerZoomLevel for Level09. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel10 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel10 ==== | ||
Gets the MarkerZoomLevel for Level10. | Gets the MarkerZoomLevel for Level10. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel11 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel11 ==== | ||
Gets the MarkerZoomLevel for Level11. | Gets the MarkerZoomLevel for Level11. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel12 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel12 ==== | ||
Gets the MarkerZoomLevel for Level12. | Gets the MarkerZoomLevel for Level12. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel13 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel13 ==== | ||
Gets the MarkerZoomLevel for Level13. | Gets the MarkerZoomLevel for Level13. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel14 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel14 ==== | ||
Gets the MarkerZoomLevel for Level14. | Gets the MarkerZoomLevel for Level14. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel15 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel15 ==== | ||
Gets the MarkerZoomLevel for Level15. | Gets the MarkerZoomLevel for Level15. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel16 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel16 ==== | ||
Gets the MarkerZoomLevel for Level16. | Gets the MarkerZoomLevel for Level16. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel17 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel17 ==== | ||
Gets the MarkerZoomLevel for Level17. | Gets the MarkerZoomLevel for Level17. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel18 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel18 ==== | ||
Gets the MarkerZoomLevel for Level18. | Gets the MarkerZoomLevel for Level18. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel19 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel19 ==== | ||
Gets the MarkerZoomLevel for Level19. | Gets the MarkerZoomLevel for Level19. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevel20 ** | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevel20 ==== | ||
Gets the MarkerZoomLevel for Level20. | Gets the MarkerZoomLevel for Level20. | ||
- | === Return Value === | + | == Remarks == |
- | ^ Return Type ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel --> | | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]] | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | + | ** {{wiki:PublicProperty.gif|}} CustomZoomLevels ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | Gets a MarkerZoomLevel collection that is used for you to define your own custom zoomlevels. |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | When you add custom zoomlevels to the CustomZoomLevels collection, the default ZoomLevels 01 through 20 will be disabled. The zoomLevels in the CustomZoomLevels are matched with the scales defined in the Map.ClientZoomLevelScales. For example,CustomZoomLevels[0] has the scale that equals to Map.ClientZoomLevelScales[0]. |
- | [[Category:MvcEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | * Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevel|MarkerZoomLevel]]> |
- | [[Category:UpdateDocumentation]] | + | |
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||