User Tools

Site Tools


thinkgeo.mapsuite.iosedition.mapview

ThinkGeo.MapSuite.iOSEdition.MapView

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents the map control.

Inheritance Hierarchy

  • System.Object
    • Foundation.NSObject
      • UIKit.UIResponder
        • UIKit.UIView
          • ThinkGeo.MapSuite.iOSEdition.MapView

Members Summary

Public Constructors

MapView()

Initializes a new instance of the class.

Remarks

N/A

Parameters

MapView(CGRect)

Initializes a new instance of the class.

Remarks

This constructor is used to programmatically create a new instance of UIView with the specified dimension in the frame. The object will only be displayed once it has been added to a view hierarchy by calling AddSubview in a containing view.This constructor is not invoked when deserializing objects from storyboards or XIB filesinstead the constructor that takes an NSCoder parameter is invoked.

Parameters
  • frame
    • Type:CGRect
    • Description:Frame used by the view, expressed in iOS points.

Protected Constructors

Public Methods

LayoutSubviews()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

Closes this instance.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

GetSnappedZoomLevelIndex(Double)

Gets the index of the snapped zoom level.

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • scale
    • Type:Double
    • Description:The scale.

CenterAt(Feature)

Locates the map center to the specified feature.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • feature
    • Type:Feature
    • Description:The feature.

CenterAt(Double,Double)

Locates the map center to the specified world point.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldX
    • Type:Double
    • Description:The world x.
  • worldY
    • Type:Double
    • Description:The world y.

CenterAt(PointShape)

Locates the map center to the specified world point.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldCenter

Pan(PanDirection,Int32)

Pans the specified direction.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:The percentage.

Refresh(IEnumerable<Overlay>)

Refreshes the specified overlays.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • overlays
    • Type:IEnumerable<Overlay>
    • Description:The overlays.

Refresh()

Refreshes this instance.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomIn(Int32)

Zooms the map in for one level.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:The percentage.

ZoomOut(Int32)

Zooms the map in by the provided percentage.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:The percentage.

ZoomTo(Feature)

Zooms the map to specified feature.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • feature
    • Type:Feature
    • Description:The feature.

ZoomTo(BaseShape)

Zooms the map to specified feature.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetShape
    • Type:BaseShape
    • Description:The target shape.

ZoomToScale(Double)

Zooms the map to specified scale.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:The target scale.

ZoomTo(PointShape,Double)

This method zooms current map to a specified position and scale.

Remarks

When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call.

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldCenter
    • Description:A world center to zoom the map to.
  • scale
    • Type:Double
    • Description:A double value indicates the scale to zoom the map to.

ZoomInByAnchorPoint(ScreenPointF)

Zooms the in by anchor point.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • touchPosition

ToWorldCoordinate(ScreenPointF)

Converts the provided screen points to world points.

Remarks

N/A

Return Value
  • Description:A world coordinate that is converted.
Parameters
  • screenCoordinate
    • Description:Screen point to be converted.

ToScreenCoordinate(PointShape)

Converts the provided world points to screen points.

Remarks

N/A

Return Value
  • Description:A screen coordinate that is converted.
Parameters
  • worldCoordinate
    • Description:World point to be converted.

ZoomToPreviousExtent()

Zooms to previous extent.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomToNextExtent()

Zooms to next extent.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SystemLayoutSizeFittingSize(CGSize,Single,Single)

N/A

Remarks

N/A

Return Value
  • Type:CGSize
  • Description:N/A
Parameters
  • targetSize
    • Type:CGSize
    • Description:N/A
  • horizontalFittingPriority
    • Type:Single
    • Description:N/A
  • verticalFittingPriority
    • Type:Single
    • Description:N/A

TintColorDidChange()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

TraitCollectionDidChange(UITraitCollection)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • previousTraitCollection
    • Type:UITraitCollection
    • Description:N/A

UpdateConstraints()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

UpdateConstraintsIfNeeded()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ViewWithTag(nint)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • tag
    • Type:nint
    • Description:N/A

WillMoveToSuperview(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • newsuper
    • Type:UIView
    • Description:N/A

WillMoveToWindow(UIWindow)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • window
    • Type:UIWindow
    • Description:N/A

WillRemoveSubview(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uiview
    • Type:UIView
    • Description:N/A

Add(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

AddSubviews(UIView[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • views
    • Type:UIView[]
    • Description:N/A

GetEnumerator()

N/A

Remarks

N/A

Return Value
  • Type:IEnumerator
  • Description:N/A
Parameters

AccessibilityActivate()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AddConstraint(NSLayoutConstraint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraint
    • Type:NSLayoutConstraint
    • Description:N/A

AddConstraints(NSLayoutConstraint[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraints
    • Type:NSLayoutConstraint[]
    • Description:N/A

AddGestureRecognizer(UIGestureRecognizer)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • gestureRecognizer
    • Type:UIGestureRecognizer
    • Description:N/A

AddMotionEffect(UIMotionEffect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • effect
    • Type:UIMotionEffect
    • Description:N/A

AddSubview(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

AlignmentRectForFrame(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • frame
    • Type:CGRect
    • Description:N/A

BringSubviewToFront(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

ContentCompressionResistancePriority(UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Single
  • Description:N/A
Parameters
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

ContentHuggingPriority(UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Single
  • Description:N/A
Parameters
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

ConvertPointFromCoordinateSpace(CGPoint,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertPointFromView(CGPoint,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • fromView
    • Type:UIView
    • Description:N/A

ConvertPointToCoordinateSpace(CGPoint,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertPointToView(CGPoint,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGPoint
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • toView
    • Type:UIView
    • Description:N/A

ConvertRectFromCoordinateSpace(CGRect,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertRectFromView(CGRect,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • fromView
    • Type:UIView
    • Description:N/A

ConvertRectToCoordinateSpace(CGRect,IUICoordinateSpace)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • coordinateSpace
    • Type:IUICoordinateSpace
    • Description:N/A

ConvertRectToView(CGRect,UIView)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • toView
    • Type:UIView
    • Description:N/A

DecodeRestorableState(NSCoder)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • coder
    • Type:NSCoder
    • Description:N/A

Draw(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

DrawRect(CGRect,UIViewPrintFormatter)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • area
    • Type:CGRect
    • Description:N/A
  • formatter
    • Type:UIViewPrintFormatter
    • Description:N/A

DrawViewHierarchy(CGRect,Boolean)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • afterScreenUpdates
    • Type:Boolean
    • Description:N/A

EncodeRestorableState(NSCoder)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • coder
    • Type:NSCoder
    • Description:N/A

EncodeTo(NSCoder)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • encoder
    • Type:NSCoder
    • Description:N/A

ExchangeSubview(nint,nint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • atIndex
    • Type:nint
    • Description:N/A
  • withSubviewAtIndex
    • Type:nint
    • Description:N/A

ExerciseAmbiguityInLayout()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

FrameForAlignmentRect(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:CGRect
  • Description:N/A
Parameters
  • alignmentRect
    • Type:CGRect
    • Description:N/A

GestureRecognizerShouldBegin(UIGestureRecognizer)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • gestureRecognizer
    • Type:UIGestureRecognizer
    • Description:N/A

GetConstraintsAffectingLayout(UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:NSLayoutConstraint[]
  • Description:N/A
Parameters
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

HitTest(CGPoint,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

InsertSubview(UIView,nint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A
  • atIndex
    • Type:nint
    • Description:N/A

InsertSubviewAbove(UIView,UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A
  • siblingSubview
    • Type:UIView
    • Description:N/A

InsertSubviewBelow(UIView,UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A
  • siblingSubview
    • Type:UIView
    • Description:N/A

InvalidateIntrinsicContentSize()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

IsDescendantOfView(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

LayoutIfNeeded()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

LayoutMarginsDidChange()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MovedToSuperview()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MovedToWindow()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

NeedsUpdateConstraints()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

PointInside(CGPoint,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • point
    • Type:CGPoint
    • Description:N/A
  • uievent
    • Type:UIEvent
    • Description:N/A

RemoveConstraint(NSLayoutConstraint)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraint
    • Type:NSLayoutConstraint
    • Description:N/A

RemoveConstraints(NSLayoutConstraint[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • constraints
    • Type:NSLayoutConstraint[]
    • Description:N/A

RemoveFromSuperview()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

RemoveGestureRecognizer(UIGestureRecognizer)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • gestureRecognizer
    • Type:UIGestureRecognizer
    • Description:N/A

RemoveMotionEffect(UIMotionEffect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • effect
    • Type:UIMotionEffect
    • Description:N/A

ResizableSnapshotView(CGRect,Boolean,UIEdgeInsets)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A
  • afterScreenUpdates
    • Type:Boolean
    • Description:N/A
  • capInsets
    • Type:UIEdgeInsets
    • Description:N/A

SendSubviewToBack(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • view
    • Type:UIView
    • Description:N/A

SetContentCompressionResistancePriority(Single,UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • priority
    • Type:Single
    • Description:N/A
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

SetContentHuggingPriority(Single,UILayoutConstraintAxis)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • priority
    • Type:Single
    • Description:N/A
  • axis
    • Type:UILayoutConstraintAxis
    • Description:N/A

SetNeedsDisplay()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SetNeedsDisplayInRect(CGRect)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • rect
    • Type:CGRect
    • Description:N/A

SetNeedsLayout()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SetNeedsUpdateConstraints()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SizeThatFits(CGSize)

N/A

Remarks

N/A

Return Value
  • Type:CGSize
  • Description:N/A
Parameters
  • size
    • Type:CGSize
    • Description:N/A

SizeToFit()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

SnapshotView(Boolean)

N/A

Remarks

N/A

Return Value
  • Type:UIView
  • Description:N/A
Parameters
  • afterScreenUpdates
    • Type:Boolean
    • Description:N/A

SubviewAdded(UIView)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • uiview
    • Type:UIView
    • Description:N/A

SystemLayoutSizeFittingSize(CGSize)

N/A

Remarks

N/A

Return Value
  • Type:CGSize
  • Description:N/A
Parameters
  • size
    • Type:CGSize
    • Description:N/A

AccessibilityDecrement()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityElementDidBecomeFocused()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityElementDidLoseFocus()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityElementIsFocused()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AccessibilityIncrement()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AccessibilityPerformEscape()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AccessibilityPerformMagicTap()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

AccessibilityScroll(UIAccessibilityScrollDirection)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • direction
    • Type:UIAccessibilityScrollDirection
    • Description:N/A

BecomeFirstResponder()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

CanPerform(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • action
    • Type:Selector
    • Description:N/A
  • withSender
    • Type:NSObject
    • Description:N/A

Copy(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

Cut(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

Delete(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

GetTargetForAction(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • action
    • Type:Selector
    • Description:N/A
  • sender
    • Type:NSObject
    • Description:N/A

MakeTextWritingDirectionLeftToRight(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

MakeTextWritingDirectionRightToLeft(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

MotionBegan(UIEventSubtype,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • motion
    • Type:UIEventSubtype
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

MotionCancelled(UIEventSubtype,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • motion
    • Type:UIEventSubtype
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

MotionEnded(UIEventSubtype,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • motion
    • Type:UIEventSubtype
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

Paste(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ReloadInputViews()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

RemoteControlReceived(UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • theEvent
    • Type:UIEvent
    • Description:N/A

ResignFirstResponder()

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters

RestoreUserActivityState(NSUserActivity)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • activity
    • Type:NSUserActivity
    • Description:N/A

Select(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

SelectAll(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ToggleBoldface(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ToggleItalics(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

ToggleUnderline(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sender
    • Type:NSObject
    • Description:N/A

TouchesBegan(NSSet,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • touches
    • Type:NSSet
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

TouchesCancelled(NSSet,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • touches
    • Type:NSSet
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

TouchesEnded(NSSet,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • touches
    • Type:NSSet
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

TouchesMoved(NSSet,UIEvent)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • touches
    • Type:NSSet
    • Description:N/A
  • evt
    • Type:UIEvent
    • Description:N/A

UpdateUserActivityState(NSUserActivity)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • activity
    • Type:NSUserActivity
    • Description:N/A

PerformSelector(Selector,NSThread,NSObject,Boolean,NSString[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • selector
    • Type:Selector
    • Description:N/A
  • onThread
    • Type:NSThread
    • Description:N/A
  • withObject
    • Type:NSObject
    • Description:N/A
  • waitUntilDone
    • Type:Boolean
    • Description:N/A
  • nsRunLoopModes
    • Type:NSString[]
    • Description:N/A

PerformSelector(Selector)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • aSelector
    • Type:Selector
    • Description:N/A

PerformSelector(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • aSelector
    • Type:Selector
    • Description:N/A
  • anObject
    • Type:NSObject
    • Description:N/A

PerformSelector(Selector,NSObject,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • aSelector
    • Type:Selector
    • Description:N/A
  • object1
    • Type:NSObject
    • Description:N/A
  • object2
    • Type:NSObject
    • Description:N/A

RemoveObserver(NSObject,NSString,IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • observer
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:NSString
    • Description:N/A
  • context
    • Type:IntPtr
    • Description:N/A

RemoveObserver(NSObject,String,IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • observer
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:String
    • Description:N/A
  • context
    • Type:IntPtr
    • Description:N/A

RemoveObserver(NSObject,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • observer
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:NSString
    • Description:N/A

RemoveObserver(NSObject,String)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • observer
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:String
    • Description:N/A

RespondsToSelector(Selector)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • sel
    • Type:Selector
    • Description:N/A

SetNilValueForKey(NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A

SetValueForKey(NSObject,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:NSObject
    • Description:N/A
  • key
    • Type:NSString
    • Description:N/A

SetValueForKeyPath(NSObject,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:NSString
    • Description:N/A

SetValueForUndefinedKey(NSObject,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • value
    • Type:NSObject
    • Description:N/A
  • undefinedKey
    • Type:NSString
    • Description:N/A

SetValuesForKeysWithDictionary(NSDictionary)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • keyedValues
    • Type:NSDictionary
    • Description:N/A

ValueForKey(NSString)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A

ValueForKeyPath(NSString)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • keyPath
    • Type:NSString
    • Description:N/A

ValueForUndefinedKey(NSString)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A

WillChange(NSKeyValueChange,NSIndexSet,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • changeKind
    • Type:NSKeyValueChange
    • Description:N/A
  • indexes
    • Type:NSIndexSet
    • Description:N/A
  • forKey
    • Type:NSString
    • Description:N/A

WillChange(NSString,NSKeyValueSetMutationKind,NSSet)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forKey
    • Type:NSString
    • Description:N/A
  • mutationKind
    • Type:NSKeyValueSetMutationKind
    • Description:N/A
  • objects
    • Type:NSSet
    • Description:N/A

WillChangeValue(String)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forKey
    • Type:String
    • Description:N/A

Dispose()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ConformsToProtocol(IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • protocol
    • Type:IntPtr
    • Description:N/A

DangerousRelease()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

DangerousRetain()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

DangerousAutorelease()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

GetNativeField(String)

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A

SetNativeField(String,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • name
    • Type:String
    • Description:N/A
  • value
    • Type:NSObject
    • Description:N/A

AwakeFromNib()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

BeginInvokeOnMainThread(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sel
    • Type:Selector
    • Description:N/A
  • obj
    • Type:NSObject
    • Description:N/A

InvokeOnMainThread(Selector,NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sel
    • Type:Selector
    • Description:N/A
  • obj
    • Type:NSObject
    • Description:N/A

BeginInvokeOnMainThread(Action)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action
    • Description:N/A

InvokeOnMainThread(Action)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action
    • Description:N/A

SetValueForKeyPath(IntPtr,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • handle
    • Type:IntPtr
    • Description:N/A
  • keyPath
    • Type:NSString
    • Description:N/A

GetHashCode()

N/A

Remarks

N/A

Return Value
  • Type:Int32
  • Description:N/A
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

Equals(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:NSObject
    • Description:N/A

ToString()

N/A

Remarks

N/A

Return Value
  • Type:String
  • Description:N/A
Parameters

Invoke(Action,Double)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action
    • Description:N/A
  • delay
    • Type:Double
    • Description:N/A

Invoke(Action,TimeSpan)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action
    • Description:N/A
  • delay
    • Type:TimeSpan
    • Description:N/A

AddObserver(String,NSKeyValueObservingOptions,Action<NSObservedChange>)

N/A

Remarks

N/A

Return Value
  • Type:IDisposable
  • Description:N/A
Parameters
  • key
    • Type:String
    • Description:N/A
  • options
    • Type:NSKeyValueObservingOptions
    • Description:N/A
  • observer
    • Type:Action<NSObservedChange>
    • Description:N/A

AddObserver(NSString,NSKeyValueObservingOptions,Action<NSObservedChange>)

N/A

Remarks

N/A

Return Value
  • Type:IDisposable
  • Description:N/A
Parameters
  • key
    • Type:NSString
    • Description:N/A
  • options
    • Type:NSKeyValueObservingOptions
    • Description:N/A
  • observer
    • Type:Action<NSObservedChange>
    • Description:N/A

Init()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

AddObserver(NSObject,NSString,NSKeyValueObservingOptions,IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • observer
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:NSString
    • Description:N/A
  • options
    • Type:NSKeyValueObservingOptions
    • Description:N/A
  • context
    • Type:IntPtr
    • Description:N/A

AddObserver(NSObject,String,NSKeyValueObservingOptions,IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • observer
    • Type:NSObject
    • Description:N/A
  • keyPath
    • Type:String
    • Description:N/A
  • options
    • Type:NSKeyValueObservingOptions
    • Description:N/A
  • context
    • Type:IntPtr
    • Description:N/A

Copy()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

DidChange(NSKeyValueChange,NSIndexSet,NSString)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • changeKind
    • Type:NSKeyValueChange
    • Description:N/A
  • indexes
    • Type:NSIndexSet
    • Description:N/A
  • forKey
    • Type:NSString
    • Description:N/A

DidChange(NSString,NSKeyValueSetMutationKind,NSSet)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forKey
    • Type:NSString
    • Description:N/A
  • mutationKind
    • Type:NSKeyValueSetMutationKind
    • Description:N/A
  • objects
    • Type:NSSet
    • Description:N/A

DidChangeValue(String)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • forKey
    • Type:String
    • Description:N/A

DoesNotRecognizeSelector(Selector)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • sel
    • Type:Selector
    • Description:N/A

GetDictionaryOfValuesFromKeys(NSString[])

N/A

Remarks

N/A

Return Value
  • Type:NSDictionary
  • Description:N/A
Parameters
  • keys
    • Type:NSString[]
    • Description:N/A

GetNativeHash()

N/A

Remarks

N/A

Return Value
  • Type:nuint
  • Description:N/A
Parameters

IsEqual(NSObject)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • anObject
    • Type:NSObject
    • Description:N/A

IsKindOfClass(Class)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • aClass
    • Type:Class
    • Description:N/A

IsMemberOfClass(Class)

N/A

Remarks

N/A

Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • aClass
    • Type:Class
    • Description:N/A

MutableCopy()

N/A

Remarks

N/A

Return Value
  • Type:NSObject
  • Description:N/A
Parameters

ObserveValue(NSString,NSObject,NSDictionary,IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • keyPath
    • Type:NSString
    • Description:N/A
  • ofObject
    • Type:NSObject
    • Description:N/A
  • change
    • Type:NSDictionary
    • Description:N/A
  • context
    • Type:IntPtr
    • Description:N/A

PerformSelector(Selector,NSObject,Double,NSString[])

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • selector
    • Type:Selector
    • Description:N/A
  • withObject
    • Type:NSObject
    • Description:N/A
  • afterDelay
    • Type:Double
    • Description:N/A
  • nsRunLoopModes
    • Type:NSString[]
    • Description:N/A

PerformSelector(Selector,NSObject,Double)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • selector
    • Type:Selector
    • Description:N/A
  • withObject
    • Type:NSObject
    • Description:N/A
  • delay
    • Type:Double
    • Description:N/A

PerformSelector(Selector,NSThread,NSObject,Boolean)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • selector
    • Type:Selector
    • Description:N/A
  • onThread
    • Type:NSThread
    • Description:N/A
  • withObject
    • Type:NSObject
    • Description:N/A
  • waitUntilDone
    • Type:Boolean
    • Description:N/A

GetType()

N/A

Remarks

N/A

Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

OnLongPress(UIGestureRecognizer)

Called when [long press].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

OnSingleTap(UIGestureRecognizer)

Called when [single tap].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

OnDoubleTap(UIGestureRecognizer)

Called when [double tap].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

OnTouchMove(UIGestureRecognizer)

Called when [touch move].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

OnTouchUp(UIGestureRecognizer)

Called when [touch up].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

OnTouchDown(UIGestureRecognizer)

Called when [touch down].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

OnTouchPinch(UIGestureRecognizer)

Called when [touch pinch].

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:UIGestureRecognizer
    • Description:The e.

Dispose(Boolean)

Releases the resources used by the UIView object.

Remarks

This Dispose method releases the resources used by the UIView class.This method is called by both the Dispose() method and the object finalizer (Finalize). When invoked by the Dispose method, the parameter disposing is set to and any managed object references that this object holds are also disposed or released; when invoked by the object finalizer, on the finalizer thread the value is set to . Calling the Dispose method when you are finished using the UIView ensures that all external resources used by this managed object are released as soon as possible. Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it. For more information on how to override this method and on the Dispose/IDisposable pattern, read the ``Implementing a Dispose Method'' document at http:msdn.microsoft.com/en-us/library/fs2xkftw.aspx

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • disposing
    • Type:Boolean
    • Description:If set to , the method is invoked directly and will dispose manage and unmanaged resources; If set to the method is being called by the garbage collector finalizer and should only release unmanaged resources.

PanCore(PanDirection,Int32)

This function will pan the currentExtent based on a direction and percentage.

Remarks

This method will change the current extent by panning according to the direction and percentage specified.

Return Value
  • Type:Void
  • Description:None.
Parameters
  • direction
    • Description:This parameter is the direction in which you want to pan.
  • percentage
    • Type:Int32
    • Description:This parameter is the percentage by which you want to pan.

RefreshCore()

Refreshes current map control.

Remarks

Refreshes all the existing overlays and map tools.

Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomInCore(Int32)

Zooms the map in by the provided percentage.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.

ZoomOutCore(Int32)

Zooms the map out by the provided percentage.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • percentage
    • Type:Int32
    • Description:A scale to zoom the map in.

ZoomInByAnchorPointCore(ScreenPointF)

Zooms the in by anchor point core.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • touchPosition

ZoomToCore(RectangleShape)

Zooms the map in by the provided extent and locates to extent.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

ZoomToScaleCore(Double)

This method zooms current map to a specified scale.

Remarks

When calling this method, it doesn't refresh existing Tiles on the current map. For example, if using a TileOverlay such as LayerOverlay; a layer style is changed, Refresh method is proper to call.

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • targetScale
    • Type:Double
    • Description:A double value indicates the scale to zoom the map to.

OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs)

Raises the event.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs)

Raises the event.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs)

Raises the event.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs)

Raises the event.

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MarkDirty()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

InitializeHandle(IntPtr)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • handle
    • Type:IntPtr
    • Description:N/A

InitializeHandle(IntPtr,String)

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters
  • handle
    • Type:IntPtr
    • Description:N/A
  • initSelector
    • Type:String
    • Description:N/A

ClearHandle()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

CurrentExtent

Gets or sets the current extent for the MapControl.

Remarks

N/A

Return Value

RestrictExtent

N/A

Remarks

N/A

Return Value

CurrentScale

Gets the current scale for the MapControl.

Remarks

N/A

Return Value
  • Type:Double

AdornmentOverlay

Gets the adornment overlay for the MapControl.

Remarks

N/A

Return Value

EditOverlay

Gets or sets the edit overlay for the MapControl.

Remarks

N/A

Return Value

ExtentOverlay

Gets or sets the extent overlay for the MapControl.

Remarks

N/A

Return Value

InteractiveOverlays

Gets or sets the extent overlay for the MapControl.

Remarks

N/A

Return Value
Remarks

N/A

Return Value

MapUnit

Gets or sets the map unit for the MapControl.

Remarks

N/A

Return Value

Overlays

Gets the overlays for the MapControl.

Remarks

N/A

Return Value
Remarks

N/A

Return Value
  • Type:UIView

TrackOverlay

Gets or sets the track overlay for the MapControl.

Remarks

N/A

Return Value

ZoomLevelSet

Gets or sets the zoom level set for the MapControl.

Remarks

N/A

Return Value

MinimumScale

This property gets and sets a minimum scale when navigating the map. When you keep zooming in, and the target scale is smaller than the minimum scale, the zooming operation will be stopped.

Remarks

N/A

Return Value
  • Type:Double

MaximumScale

This property gets and sets a maximum scale when navigating the map. When you keep zooming out, and the target scale is bigger than the maximum scale, the zooming operation will be stopped.

Remarks

N/A

Return Value
  • Type:Double

ClassHandle

N/A

Remarks

N/A

Return Value
  • Type:IntPtr

AccessibilityActivationPoint

N/A

Remarks

N/A

Return Value
  • Type:CGPoint

AccessibilityElementsHidden

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AccessibilityFrame

N/A

Remarks

N/A

Return Value
  • Type:CGRect

AccessibilityHint

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityIdentifier

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityLabel

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityLanguage

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityNavigationStyle

N/A

Remarks

N/A

Return Value
  • Type:UIAccessibilityNavigationStyle

AccessibilityPath

N/A

Remarks

N/A

Return Value
  • Type:UIBezierPath

AccessibilityTraits

N/A

Remarks

N/A

Return Value
  • Type:UIAccessibilityTrait

AccessibilityValue

N/A

Remarks

N/A

Return Value
  • Type:String

AccessibilityViewIsModal

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AlignmentRectInsets

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

Alpha

N/A

Remarks

N/A

Return Value
  • Type:nfloat

AutoresizingMask

N/A

Remarks

N/A

Return Value
  • Type:UIViewAutoresizing

AutosizesSubviews

N/A

Remarks

N/A

Return Value
  • Type:Boolean

BackgroundColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

Bounds

N/A

Remarks

N/A

Return Value
  • Type:CGRect

Center

N/A

Remarks

N/A

Return Value
  • Type:CGPoint

ClearsContextBeforeDrawing

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ClipsToBounds

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Constraints

N/A

Remarks

N/A

Return Value
  • Type:NSLayoutConstraint[]

ContentMode

N/A

Remarks

N/A

Return Value
  • Type:UIViewContentMode

ContentScaleFactor

N/A

Remarks

N/A

Return Value
  • Type:nfloat

ContentStretch

N/A

Remarks

N/A

Return Value
  • Type:CGRect

ExclusiveTouch

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Frame

N/A

Remarks

N/A

Return Value
  • Type:CGRect

GestureRecognizers

N/A

Remarks

N/A

Return Value
  • Type:UIGestureRecognizer[]

HasAmbiguousLayout

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Hidden

N/A

Remarks

N/A

Return Value
  • Type:Boolean

IntrinsicContentSize

N/A

Remarks

N/A

Return Value
  • Type:CGSize

IsAccessibilityElement

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Layer

N/A

Remarks

N/A

Return Value
  • Type:CALayer

LayoutMargins

N/A

Remarks

N/A

Return Value
  • Type:UIEdgeInsets

MaskView

N/A

Remarks

N/A

Return Value
  • Type:UIView

MotionEffects

N/A

Remarks

N/A

Return Value
  • Type:UIMotionEffect[]

MultipleTouchEnabled

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Opaque

N/A

Remarks

N/A

Return Value
  • Type:Boolean

PreservesSuperviewLayoutMargins

N/A

Remarks

N/A

Return Value
  • Type:Boolean

RestorationIdentifier

N/A

Remarks

N/A

Return Value
  • Type:String

ShouldGroupAccessibilityChildren

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Subviews

N/A

Remarks

N/A

Return Value
  • Type:UIView[]

Superview

N/A

Remarks

N/A

Return Value
  • Type:UIView

Tag

N/A

Remarks

N/A

Return Value
  • Type:nint

TintAdjustmentMode

N/A

Remarks

N/A

Return Value
  • Type:UIViewTintAdjustmentMode

TintColor

N/A

Remarks

N/A

Return Value
  • Type:UIColor

TraitCollection

N/A

Remarks

N/A

Return Value
  • Type:UITraitCollection

Transform

N/A

Remarks

N/A

Return Value
  • Type:CGAffineTransform

TranslatesAutoresizingMaskIntoConstraints

N/A

Remarks

N/A

Return Value
  • Type:Boolean

UserInteractionEnabled

N/A

Remarks

N/A

Return Value
  • Type:Boolean

ViewForBaselineLayout

N/A

Remarks

N/A

Return Value
  • Type:UIView

ViewPrintFormatter

N/A

Remarks

N/A

Return Value
  • Type:UIViewPrintFormatter

Window

N/A

Remarks

N/A

Return Value
  • Type:UIWindow

AccessibilityCustomActions

N/A

Remarks

N/A

Return Value
  • Type:UIAccessibilityCustomAction[]

CanBecomeFirstResponder

N/A

Remarks

N/A

Return Value
  • Type:Boolean

CanResignFirstResponder

N/A

Remarks

N/A

Return Value
  • Type:Boolean

InputAccessoryView

N/A

Remarks

N/A

Return Value
  • Type:UIView

InputAccessoryViewController

N/A

Remarks

N/A

Return Value
  • Type:UIInputViewController

InputView

N/A

Remarks

N/A

Return Value
  • Type:UIView

InputViewController

N/A

Remarks

N/A

Return Value
  • Type:UIInputViewController

IsFirstResponder

N/A

Remarks

N/A

Return Value
  • Type:Boolean

KeyCommands

N/A

Remarks

N/A

Return Value
  • Type:UIKeyCommand[]

NextResponder

N/A

Remarks

N/A

Return Value
  • Type:UIResponder

TextInputContextIdentifier

N/A

Remarks

N/A

Return Value
  • Type:NSString

TextInputMode

N/A

Remarks

N/A

Return Value
  • Type:UITextInputMode

UndoManager

N/A

Remarks

N/A

Return Value
  • Type:NSUndoManager

UserActivity

N/A

Remarks

N/A

Return Value
  • Type:NSUserActivity

SuperHandle

N/A

Remarks

N/A

Return Value
  • Type:IntPtr

Handle

N/A

Remarks

N/A

Return Value
  • Type:IntPtr

Class

N/A

Remarks

N/A

Return Value
  • Type:Class

DebugDescription

N/A

Remarks

N/A

Return Value
  • Type:String

Description

N/A

Remarks

N/A

Return Value
  • Type:String

IsProxy

N/A

Remarks

N/A

Return Value
  • Type:Boolean

RetainCount

N/A

Remarks

N/A

Return Value
  • Type:nuint

Self

N/A

Remarks

N/A

Return Value
  • Type:NSObject

Superclass

N/A

Remarks

N/A

Return Value
  • Type:Class

Zone

N/A

Remarks

N/A

Return Value
  • Type:NSZone

Protected Properties

OverlaysView

Gets the overlays view.

Remarks

N/A

Return Value
  • Type:UIView

IsDirectBinding

N/A

Remarks

N/A

Return Value
  • Type:Boolean

InFinalizerQueue

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Public Events

CurrentExtentChanging N/A

Remarks

N/A

Event Arguments:CurrentExtentChangingMapViewEventArgs

CurrentExtentChanged N/A

Remarks

N/A

Event Arguments:CurrentExtentChangedMapViewEventArgs

CurrentScaleChanging N/A

Remarks

N/A

Event Arguments:CurrentScaleChangingMapViewEventArgs

CurrentScaleChanged N/A

Remarks

N/A

Event Arguments:CurrentScaleChangedMapViewEventArgs

MapLongPress This event raises when [map long press].

Remarks

N/A

Event Arguments:UIGestureRecognizer

MapSingleTap This event raises when [map single tap].

Remarks

N/A

Event Arguments:UIGestureRecognizer

MapDoubleTap This event raises when [map double tap].

Remarks

N/A

Event Arguments:UIGestureRecognizer

MapTouchMove This event raises when [map touch move].

Remarks

N/A

Event Arguments:UIGestureRecognizer

MapTouchUp This event raises when [map touch up].

Remarks

N/A

Event Arguments:UIGestureRecognizer

MapTouchDown This event raises when [map touch down].

Remarks

N/A

Event Arguments:UIGestureRecognizer

MapTouchPinch This event raises when [map touch pinch].

Remarks

N/A

Event Arguments:UIGestureRecognizer

thinkgeo.mapsuite.iosedition.mapview.txt · Last modified: 2017/03/16 21:59 (external edit)