User Tools

Site Tools


thinkgeo.mapsuite.iosedition.overlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.iosedition.overlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.iosedition.overlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.iOSEdition.Overlay ====== ====== ThinkGeo.MapSuite.iOSEdition.Overlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class is the base class of all overlays in this overlay system. This class is the base class of all overlays in this overlay system.
-=== Remarks === 
-The <​strong>​Overlay</​strong>​ has the similar concept as the layer. Different types of overlays stack over each other to form a map. An overlay object is responsible for getting the configuration infomation from the user. 
- 
-Usually an overlay represents an image with transparent background that is laid upon other overlay such as <​strong>​LayerOverlay</​strong>,​ <​strong>​WmsOverlay</​strong>​. While the <​strong>​MarkerOverlay</​strong>​ will not be rendered as an image, it is actually represents a control that holds bunch of marker images on the map. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.iOSEdition.Overlay]] +    ***ThinkGeo.MapSuite.iOSEdition.Overlay** 
-***[[ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay]] +      ​*[[ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay]] 
-***[[ThinkGeo.MapSuite.iOSEdition.BingMapsTileOverlay]] +      *[[ThinkGeo.MapSuite.iOSEdition.TileOverlay]] 
-***[[ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay]] +      *[[ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay]] 
-***[[ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay]] +      *[[ThinkGeo.MapSuite.iOSEdition.MarkerOverlay]] 
-***[[ThinkGeo.MapSuite.iOSEdition.GoogleMapsTileOverlay]] +      *[[ThinkGeo.MapSuite.iOSEdition.PopupOverlay]]
-***[[ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.LayerOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.MarkerOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.OpenStreetMapOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.OpenStreetMapTileOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.PopupOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.TileOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.WmsOverlay]] +
-***[[ThinkGeo.MapSuite.iOSEdition.WorldMapKitOverlay]]+
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} Overlay() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#Overlay()|Overlay]] ​  ​| ​   |    | Initializes a new instance of the class. ​  |+
  
 +Initializes a new instance of the  class.
 +== Remarks ==
 +N/A
 +== Parameters ==
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   |    | Closes this instance. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    | Disposes this instance. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(MapArguments,​ OverlayRefreshType)|Draw]] ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] ​  ​| ​   | This method draws the overlay by the specified arguments. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   |    | Gets the bounding box.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(MapArguments)|Initialize]] ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] ​  ​| ​   | Initializes the specified map arguments. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostTransform(TransformArguments,​ MapArguments)|PostTransform]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] ​  ​| ​   | Posts the transform for the overlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] ​  ​| ​   |    | Refreshes this instance. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   |    | Closes the core.   | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  ​| ​   | Releases unmanaged and - optionally - managed resources. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(MapArguments,​ OverlayRefreshType)|DrawCore]] ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]],​ [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] ​  ​| ​   | This method draws the overlay by the specified arguments. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  ​| ​   | Draws the exception. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  ​| ​   | Draws the exception core.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   |    | Gets the bounding box core.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapArguments)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] ​  ​| ​   | Initializes the core.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingException(DrawingExceptionOverlayEventArgs)|OnDrawingException]] ​  | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  ​| ​   | Handles the event. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnException(DrawnExceptionOverlayEventArgs)|OnDrawnException]] ​  | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  ​| ​   | Handles the event. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PostTransformCore(TransformArguments,​ MapArguments)|PostTransformCore]] ​  | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]],​ [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] ​  ​| ​   | Posts the transform for the overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore()|RefreshCore]] ​  ​| ​   |    | Refreshes the core.   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  ​| ​   | Gets or sets the attribution. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ​  ​| ​   | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingQuality|DrawingQuality]] ​  | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] ​  ​| ​   | Gets or sets the drawing quality. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  ​| ​   | Gets a value indicating whether this instance is empty. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  ​| ​   | Gets or sets a value indicating whether this instance is visible. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] ​  ​| ​   | Gets or sets the map arguments. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  ​| ​   | Gets or sets the name.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  ​| ​   | Gets or sets the opacity. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​OverlayView|OverlayView]] ​  | UIView ​  ​| ​   | Gets or sets the overlay view.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​extentsToRefresh//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
 +    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​Refresh(TimeSpan) **
-{{wiki:PublicEvent.gif|Public Event}}[[#​DrawingException|DrawingException]] ​  | [[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] ​  ​| ​   | This event raises when [[drawing|exception]]. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnException|DrawnException]] ​  | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] ​  ​| ​   | This event raises when [[drawn|exception]]. ​  |+
  
-===== Public Constructors ===== +N/A 
-===== Protected Constructors ===== +== Remarks ​== 
-==== Overlay() ==== +N/A
-Initializes a new instance of the class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#​Protected Constructors|Go Back]] +== Return Value == 
-===== Public Methods ===== +  ​* ​Type:Void 
-==== Close() ==== +  * Description:N/A
-Closes this instance. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​bufferTime//​ 
 +    * Type:TimeSpan 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType**
-==== Dispose() ==== +
-Disposes this instance. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Draw(MapArguments,​ OverlayRefreshType) ==== +  * Description:N/A
-This method draws the overlay by the specified arguments. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​bufferTime//​ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> ​  | This parameter indicates an mapArguments to draw the overlay. ​  | +    * Type:TimeSpan 
-| refreshType ​  | [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType --> ​  | This parameter indicates whether this overlay needs to be refresh or not.   |+    * Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.iOSEdition.Overlay --> +  * //​bufferTimeType//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​BufferTimeType) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetBoundingBox() ==== +N/A
-Gets the bounding box. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​RectangleShape value for the overlay. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​bufferTime//​ 
-==== GetHashCode() ​==== +    ​* ​Type:TimeSpan 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //​bufferTimeType//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
- Name ^  ​Type ​ ​Description ​^+== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +  * //​extentToRefresh//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  ​* Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extentToRefresh//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan 
 +    * Description:N/A 
 + 
 +  * //​bufferTimeType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​BufferTimeType) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extentToRefresh//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTimeType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extentsToRefresh//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extentsToRefresh//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTimeType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​BufferTimeType) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extentsToRefresh//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan 
 +    * Description:​N/​A 
 + 
 +  * //​bufferTimeType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.BufferTimeType|BufferTimeType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} RemoveAllAnimations() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** 
 + 
 +Gets the bounding box. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​A RectangleShape value for the overlay. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Initialize(MapArguments) **
  
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== Initialize(MapArguments) ==== 
 Initializes the specified map arguments. Initializes the specified map arguments.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| mapArguments ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> ​  | The map arguments. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​mapArguments//​ 
-==== PostTransform(TransformArguments,​ MapArguments) ==== +    * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
-Posts the transform for the overlay. +    ​* ​Description:The map arguments.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Refresh() **
-| transformInfo ​  | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.TransformArguments --  | The transform information. ​  | +
-| mapArguments ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --  | The map arguments  ​|+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh() ==== 
 Refreshes this instance. Refreshes this instance.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) **
-=== 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:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== CloseCore() ==== +
-Closes the core. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​extent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Draw(MapArguments,​OverlayRefreshType**
-==== Dispose(Boolean==== +
-Releases unmanaged and - optionally - managed resources. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +This method draws the overlay by the specified arguments. 
- Name ^  ​Type ​ ​Description ​^ +== Remarks == 
-isDisposing ​  Boolean<!-- System.Boolean ​--  ​true to release both managed and unmanaged resources; false to release only unmanaged resources  ​|+N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +  * //​mapArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:​This parameter indicates an mapArguments to draw the overlay. 
 + 
 +  * //​refreshType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] 
 +    * Description:​This parameter indicates whether this overlay needs to be refresh or not. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PostTransform(TransformArguments,​MapArguments) ** 
 + 
 +Posts the transform for the overlay. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  ​* Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​transformInfo//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] 
 +    * Description:​The transform information. 
 + 
 +  * //​mapArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:The map arguments. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Close() ** 
 + 
 +Closes this instance. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Dispose() ** 
 + 
 +Disposes this instance. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} RemoveAllAnimationCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** 
 + 
 +Gets the bounding box core. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​RectangleShape. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RefreshCore() ** 
 + 
 +Refreshes the core. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawCore(MapArguments,​OverlayRefreshType) **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawCore(MapArguments,​ OverlayRefreshType) ==== 
 This method draws the overlay by the specified arguments. This method draws the overlay by the specified arguments.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^ +  ​Type:Void 
-mapArguments ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> ​  ​| ​This parameter indicates an mapArguments to draw the overlay. ​  | +  Description:N/A 
-refreshType ​  | [[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType --> ​  ​| ​This parameter indicates whether this overlay needs to be refresh or not.   ​|+ 
 +== Parameters == 
 +  * //mapArguments// 
 +    * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:​This parameter indicates an mapArguments to draw the overlay. 
 + 
 +  * //refreshType// 
 +    * Type:[[ThinkGeo.MapSuite.iOSEdition.OverlayRefreshType|OverlayRefreshType]] 
 +    * Description:​This parameter indicates whether this overlay needs to be refresh or not. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PostTransformCore(TransformArguments,​MapArguments) ** 
 + 
 +Posts the transform for the overlay. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​transformInfo//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] 
 +    * Description:​The transform information. 
 + 
 +  * //​mapArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:​The map arguments. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
 + 
 +Closes the core. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) ** 
 + 
 +Initializes the core. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​mapArgument//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:​The map argument. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawException(GeoCanvas,​ Exception) ==== 
 Draws the exception. Draws the exception.
-=== Return Value === +== Remarks == 
-^ Return ​Type Description ​^ +N/A 
-| Void<!-- System.Void --> ​  |    ​|+ 
 +== Return Value == 
 +  ​* ​Type:Void 
 +  * Description:N/A 
 + 
 +== Parameters == 
 +  * //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​The geo canvas. 
 + 
 +  * //​exception//​ 
 +    * Type:​Exception 
 +    * Description:​The exception.
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | The geo canvas. ​  | +
-| exception ​  | Exception<!-- System.Exception --  | The exception  ​|+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== 
 Draws the exception core. Draws the exception core.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | The geo canvas. ​  | +  Description:N/A
-| ex   | Exception<​!-- System.Exception --> ​  | The ex.   |+
  
-<​!-- ​ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​geoCanvas//​ 
-==== Finalize() ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-=== Return Value === +    ​* ​Description:The geo canvas.
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //ex// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Exception 
 +    * Description:The ex.
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionOverlayEventArgs**
-==== GetBoundingBoxCore() ==== +
-Gets the bounding box core. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | RectangleShape. ​  |+
  
-=== Parameters === +Handles the  event. 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== InitializeCore(MapArguments) ==== +  * Description:N/A
-Initializes the core. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| mapArgument ​  ​| ​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> ​  ​| ​The map argument  |+    * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]] 
 +    * Description:​The  ​instance containing the event data.
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionOverlayEventArgs**
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +Handles the  event. 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawingException(DrawingExceptionOverlayEventArgs) ==== +  * Description:N/A
-Handles the event. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| args   ​| ​[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs --> ​  ​| ​The instance containing the event data.   |+    * Type:[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]] 
 +    * Description:​The  instance containing the event data.
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean**
-==== OnDrawnException(DrawnExceptionOverlayEventArgs==== +
-Handles the event. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +Releases unmanaged and - optionally - managed resources. 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs --> ​  | The instance containing the event data.   |+N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== PostTransformCore(TransformArguments,​ MapArguments) ==== +  * Description:N/A
-Posts the transform for the overlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​disposing//​ 
-| transformInfo ​  | [[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]]<​!-- ThinkGeo.MapSuite.iOSEdition.TransformArguments --> ​  | The transform information. ​  | +    * Type:Boolean 
-| mapArguments ​  | [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> ​  | The map arguments  |+    * Description:true to release both managed and unmanaged resources; false to release only unmanaged resources.
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== RefreshCore() ==== +
-Refreshes the core. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --+== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:Void 
-===== Public Properties ===== +  * Description:​N/​A 
-==== Attribution ​==== + 
-Gets or sets the attribution+== Parameters == 
-=== Return Value === +<div newline></​div>​ 
-^ Return ​Type ^ +** {{wiki:​ProtectedMethod.gif|}} PrepareInertialPanInternal(RectangleShape,​RectangleShape,​MapArguments) ** 
-| String<​!-- System.String --> ​  |+ 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​currentExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​velocityExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​mapArguments//​ 
 +    * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} PrepareInertialPan(RectangleShape,​RectangleShape,​MapArguments) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​currentExtent//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​velocityExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​mapArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +Gets or sets the name
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== DrawingExceptionMode ==== 
 This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
-[[#Public Properties|Go Back]] + 
-==== DrawingQuality ==== +Gets or sets a value indicating whether this instance is visible
-Gets or sets the drawing quality+== Remarks == 
-=== Return Value === +N/A 
-^ Return ​Type ^ +== Return Value == 
-| [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<​!-- ThinkGeo.MapSuite.Core.DrawingQuality --> ​  |+  ​* ​Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsEmpty ==== 
 Gets a value indicating whether this instance is empty. Gets a value indicating whether this instance is empty.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Boolean<​!-- System.Boolean ​--> ​  |+== Return Value == 
 +  ​* ​Type:Boolean
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Attribution **
-[[#Public Properties|Go Back]] +
-==== IsVisible ==== +
-Gets or sets a value indicating whether this instance is visible. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +Gets or sets the attribution
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MapArguments ==== +N/A 
-Gets or sets the map arguments. +== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.iOSEdition.MapArguments --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} OverlayView ** 
-[[#Public Properties|Go Back]] + 
-==== Name ==== +Gets or sets the overlay view. 
-Gets or sets the name+== Remarks ​== 
-=== Return Value === +N/A 
-^ Return ​Type +== Return Value == 
-String<​!-- System.String --> ​  |+  * Type:​UIView 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingQuality ** 
 + 
 +Gets or sets the drawing quality
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity **
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
 Gets or sets the opacity. Gets or sets the opacity.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Double<​!-- System.Double ​--> ​  |+== Return Value == 
 +  ​* ​Type:Double
  
-<​!-- ​ThinkGeo.MapSuite.iOSEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} MapArguments ** 
-[[#Public Properties|Go Back]] + 
-==== OverlayView ​==== +Gets or sets the map arguments. 
-Gets or sets the overlay view. +== Remarks == 
-=== Return Value === +N/A 
-^ Return Type ^ +== Return Value == 
-| UIView<​!-- MonoTouch.UIKit.UIView --> ​  |+  * Type:[[ThinkGeo.MapSuite.iOSEdition.MapArguments|MapArguments]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRefreshRegion ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} DrawingException ** 
 +This event raises when [drawing exception]. 
 +== Remarks == 
 +N/A
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-===== Public Events ===== +
-==== DrawingException ==== +
-This event raises when [[drawing|exception]]. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs|DrawingExceptionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.iOSEdition.DrawingExceptionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.iOSEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawnException ​** 
-[[#Public Events|Go Back]] +This event raises when [drawn exception]. 
-==== DrawnException ​==== +== Remarks ​== 
-This event raises when [[drawn|exception]]. +N/A
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.iOSEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.iOSEdition.DrawnExceptionOverlayEventArgs|DrawnExceptionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​iOSEdition]] 
-[[Category:​ThinkGeo.MapSuite.iOSEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.iosedition.overlay.1440040131.txt.gz · Last modified: 2015/09/21 08:34 (external edit)