This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.interactionarguments [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.AndroidEdition.InteractionArguments ====== | ||
- | |||
- | |||
- | |||
- | <!-- Class --> | ||
- | This class encapsulates the information and simple method for interative actions. | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | **[[ThinkGeo.MapSuite.AndroidEdition.InteractionArguments]] | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#InteractionArguments()|InteractionArguments]] | | | Initializes a new instance of the class. | | ||
- | |||
- | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{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}}[[#ToString()|ToString]] | | Object | | | ||
- | |||
- | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
- | |||
- | ==== Public Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapHeight|MapHeight]] | Int32 | | Gets or sets the height of the map. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapWidth|MapWidth]] | Int32 | | Gets or sets the width of the map. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MotionEventActions|MotionEventActions]] | MotionEventActions | | Gets or sets the motion event actions. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Resolution|Resolution]] | Double | | Gets or sets the resolution. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Scale|Scale]] | Double | | Gets or sets the scale. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenPointers|ScreenPointers]] | Collection<PointF> | | Gets the screen pointers. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenX|ScreenX]] | Single | | Gets or sets the screen x. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenY|ScreenY]] | Single | | Gets or sets the screen y. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SearchingTolerance|SearchingTolerance]] | Double | | Gets or sets the searching tolerance. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldX|WorldX]] | Double | | Gets or sets the world x. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldY|WorldY]] | Double | | Gets or sets the world y. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomLevelSet|ZoomLevelSet]] | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | | Gets or sets the ZoomLevelSet used in the Map Control. | | ||
- | |||
- | ==== Protected Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Events ==== | ||
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ===== Public Constructors ===== | ||
- | ==== InteractionArguments() ==== | ||
- | Initializes a new instance of the class. | ||
- | === Remarks === | ||
- | If you use this constructor, you have to set the properties manually before use. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | ==== Equals(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | obj | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetHashCode() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetType() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Type<!-- System.Type --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToString() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | String<!-- System.String --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | ==== Finalize() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MemberwiseClone() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- System.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ==== CurrentExtent ==== | ||
- | Gets or sets the current extent. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MapHeight ==== | ||
- | Gets or sets the height of the map. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MapWidth ==== | ||
- | Gets or sets the width of the map. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Int32<!-- System.Int32 --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MotionEventActions ==== | ||
- | Gets or sets the motion event actions. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | MotionEventActions<!-- Android.Views.MotionEventActions --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Resolution ==== | ||
- | Gets or sets the resolution. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Double<!-- System.Double --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Scale ==== | ||
- | Gets or sets the scale. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Double<!-- System.Double --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScreenPointers ==== | ||
- | Gets the screen pointers. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Collection<PointF><!-- System.Collections.ObjectModel.Collection{System.Drawing.PointF} --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScreenX ==== | ||
- | Gets or sets the screen x. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ScreenY ==== | ||
- | Gets or sets the screen y. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SearchingTolerance ==== | ||
- | Gets or sets the searching tolerance. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Double<!-- System.Double --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== WorldX ==== | ||
- | Gets or sets the world x. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Double<!-- System.Double --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== WorldY ==== | ||
- | Gets or sets the world y. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Double<!-- System.Double --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ZoomLevelSet ==== | ||
- | Gets or sets the ZoomLevelSet used in the Map Control. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.InteractionArguments --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.