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