User Tools

Site Tools


thinkgeo.mapsuite.androidedition.maparguments

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.maparguments [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.maparguments [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.MapArguments ====== ====== ThinkGeo.MapSuite.AndroidEdition.MapArguments ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Contains important properties and methods of current map object. Contains important properties and methods of current map object.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.AndroidEdition.MapArguments]]+    ***ThinkGeo.MapSuite.AndroidEdition.MapArguments**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MapArguments() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MapArguments()|MapArguments]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MapArguments(RectangleShape,​ GeographyUnit,​ Single, Single)|MapArguments]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​ Single, Single ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} MapArguments(RectangleShape,​GeographyUnit,​Single,​Single) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​currentExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //mapUnit//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
 +    * Description:​N/​A
 +
 +  * //​screenWidth//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​screenHeight//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetSnappedZoomLevelIndex(RectangleShape)|GetSnappedZoomLevelIndex]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | Gets a snapped zoom level index from the provided extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetSnappedZoomLevelIndex(Double)|GetSnappedZoomLevelIndex]] ​  | Double ​  ​| ​   | Gets a snapped zoom level index from the provided scale. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(PointShape)|ToScreenCoordinate]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | Converts a point from world coordinate to screen coordinate. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(PointShape)|ToWorldCoordinate]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | Converts a point from screen coordinate to world coordinate. ​  |+
  
-==== Protected Methods ==== +  * //Converts a point from screen coordinate to world coordinate.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ActualHeight|ActualHeight]] ​  | Double ​  ​| ​   | Gets or sets the height of current map object in screen coordinate. ​  | +  * Description:A point in world coordinate.
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActualWidth|ActualWidth]] ​  | Double ​  ​| ​   | Gets or sets the width of current map object in screen coordinate. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentExtent|CurrentExtent]] ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   |    | Gets or sets the extent of current map.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​CurrentResolution|CurrentResolution]] ​  | Double ​  ​| ​   | Gets or sets a double value that indicates the current resolution of the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | Gets or sets a double value that indicates the current scale of the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CustomData|CustomData]] ​  | Dictionary<​String,​Object> ​  ​| ​   | Gets the custom data.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapUnit|MapUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   | Gets or sets the GeographyUnit for the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScreenHeight|ScreenHeight]] ​  | Single ​  ​| ​   | Gets or sets the height of the screen. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScreenWidth|ScreenWidth]] ​  | Single ​  ​| ​   | Gets or sets the width of the screen. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelScales|ZoomLevelScales]] ​  | Collection<​Double> ​  ​| ​   | Gets a collection of double values that determines the zoomlevel scales. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ​  ​| ​   | This property gets or sets the ZoomLevelSet used for the MapView control. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​screenCoordinate//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​A point in screen coordinate to be converted.
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) **
  
-===== Public Constructors ===== +  * //Converts a point from world coordinate to screen coordinate.//​ 
-==== MapArguments() ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== MapArguments(RectangleShape,​ GeographyUnit,​ Single, Single) ==== +  ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== Parameters === +  * Description:​A point in screen coordinate.
-^  Name ^  ​Type ​^  Description ^ +
-| currentExtent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   | +
-| screenWidth ​  | Single<​!-- System.Single --> ​  ​| ​   | +
-| screenHeight ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​worldCoordinate//​ 
-===== Public Methods ===== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Equals(Object) ==== +    * Description:​A point in world coordinate to be converted.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  |    ​|+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(RectangleShape) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //Gets a snapped zoom level index from the provided extent.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //The extent will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:An integar value that indicates the snapped zoom level index.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //extent// 
-==== GetSnappedZoomLevelIndex(RectangleShape) ​==== +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-Gets a snapped zoom level index from the provided ​extent. +    ​* ​Description:An extent to be snapped.
-=== Remarks === +
-The extent will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​An integar value that indicates the snapped ​zoom level index  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetSnappedZoomLevelIndex(Double) **
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  | An extent to be snapped  ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +  * //Gets a snapped zoom level index from the provided scale.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetSnappedZoomLevelIndex(Double) ==== +  * //The scale will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height.//
-Gets a snapped zoom level index from the provided scale. +
-=== Remarks ​=== +
-The scale will automatically snapped a closest scale from the ZoomLevelScale list, and create an extent back with the map's screen width and height. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  | An integar value that indicates the snapped zoom level index. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| scale   | Double<​!-- System.Double --> ​  | A scale to be snapped. ​  |+  Description:An integar value that indicates the snapped ​zoom level index.
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //scale// 
-==== GetType() ​==== +    ​* ​Type:Double 
-=== Return Value === +    * Description:A scale to be snapped.
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToScreenCoordinate(PointShape) ==== +  * //N/A//
-Converts a point from world coordinate to screen coordinate. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​point in screen coordinate. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| worldCoordinate ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​point in world coordinate to be converted. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ToWorldCoordinate(PointShape) ==== +  * Description:N/A
-Converts a point from screen coordinate to world coordinate. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​point in world coordinate. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //obj// 
-| screenCoordinate ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​point in screen coordinate to be converted. ​  |+    * Type:Object 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-===== Protected Methods ===== +
-==== Finalize() ==== +
-=== 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:Int32 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +  * //N/A//
-==== ActualHeight ==== +
-Gets or sets the height of current map object in screen coordinate. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Type 
-==== ActualWidth ==== +  * Description:​N/​A
-Gets or sets the width of current map object in screen coordinate. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== CurrentExtent ​==== +==== Protected Methods ​==== 
-Gets or sets the extent of current map. +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CurrentResolution ==== +  * //N/A//
-Gets or sets a double value that indicates the current resolution of the map. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== CurrentScale ==== +  * Description:​N/​A
-Gets or sets a double value that indicates the current scale of the map. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></div> 
-==== CustomData ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-Gets the custom data. +
-=== Return Value === +
-^ Return Type ^ +
-| Dictionary<String,​Object><!-- System.Collections.Generic.Dictionary{System.String,​System.Object--> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MapUnit ==== +  * //N/A//
-Gets or sets the GeographyUnit for the map. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Object 
-==== ScreenHeight ==== +  * Description:​N/​A
-Gets or sets the height of the screen. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== ScreenWidth ​==== +==== Public Properties ​==== 
-Gets or sets the width of the screen. +** {{wiki:​PublicProperty.gif|}} ZoomLevelScales **
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +  * //Gets a collection of double values that determines the zoomlevel scales.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ZoomLevelScales ==== +  * //N/A// 
-Gets a collection of double values that determines the zoomlevel scales. +== Return Value == 
-=== Return Value === +  ​* ​Type:Collection<​Double>​
-^ Return ​Type +
-Collection<​Double>​<!-- System.Collections.ObjectModel.Collection{System.Double} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +** {{wiki:​PublicProperty.gif|}} CurrentExtent **
-[[#Public Properties|Go Back]] +
-==== ZoomLevelSet ==== +
-This property gets or sets the ZoomLevelSet used for the MapView control. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.AndroidEdition.MapArguments --> +  * //Gets or sets the extent of current map.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +  * //N/A// 
-===== Public Events ​===== +== Return Value == 
-__NOTOC__ +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-[[Category:AndroidEdition]] + 
-[[Category:ThinkGeo.MapSuite.AndroidEdition]] +** {{wiki:​PublicProperty.gif|}} MapUnit ** 
-[[Category:UpdateDocumentation]]+ 
 +  * //Gets or sets the GeographyUnit for the map.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ScreenWidth ** 
 + 
 +  * //Gets or sets the width of the screen.// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} ScreenHeight ** 
 + 
 +  * //Gets or sets the height of the screen.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} CurrentScale ** 
 + 
 +  * //Gets or sets a double value that indicates the current scale of the map.// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:Double 
 + 
 +** {{wiki:PublicProperty.gif|}} CurrentResolution ** 
 + 
 +  * //Gets or sets a double value that indicates the current resolution of the map.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** 
 + 
 +  * //This property gets or sets the ZoomLevelSet used for the MapView control.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
 + 
 +** {{wiki:PublicProperty.gif|}} CustomData ** 
 + 
 +  * //Gets the custom data.// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Dictionary<​String,​Object>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActualWidth ** 
 + 
 +  * //Gets or sets the width of current map object in screen coordinate.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActualHeight ** 
 + 
 +  * //Gets or sets the height of current map object in screen coordinate.//​ 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaximumScale ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} MinimumScale ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.androidedition.maparguments.1440040127.txt.gz · Last modified: 2015/09/21 10:30 (external edit)