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
Members Summary
Public Constructors
MapView()
Initializes a new instance of the class.
Parameters
MapView(CGRect)
Initializes a new instance of the class.
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
Protected Constructors
Public Methods
LayoutSubviews()
N/A
Return Value
Type:Void
Description:N/A
Parameters
Close()
Closes this instance.
Return Value
Type:Void
Description:N/A
Parameters
GetSnappedZoomLevelIndex(Double)
Gets the index of the snapped zoom level.
Return Value
Type:Int32
Description:N/A
Parameters
scale
Type:Double
Description:The scale.
CenterAt(Feature)
Locates the map center to the specified feature.
Return Value
Type:Void
Description:N/A
Parameters
CenterAt(Double,Double)
Locates the map center to the specified world point.
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.
Return Value
Type:Void
Description:N/A
Parameters
Pan(PanDirection,Int32)
Pans the specified direction.
Return Value
Type:Void
Description:N/A
Parameters
Refresh(IEnumerable<Overlay>)
Refreshes the specified overlays.
Return Value
Type:Void
Description:N/A
Parameters
Refresh()
Refreshes this instance.
Return Value
Type:Void
Description:N/A
Parameters
ZoomIn(Int32)
Zooms the map in for one level.
Return Value
Type:Void
Description:N/A
Parameters
ZoomOut(Int32)
Zooms the map in by the provided percentage.
Return Value
Type:Void
Description:N/A
Parameters
ZoomTo(Feature)
Zooms the map to specified feature.
Return Value
Type:Void
Description:N/A
Parameters
ZoomTo(BaseShape)
Zooms the map to specified feature.
Return Value
Type:Void
Description:N/A
Parameters
ZoomToScale(Double)
Zooms the map to specified scale.
Return Value
Type:Void
Description:N/A
Parameters
ZoomTo(PointShape,Double)
This method zooms current map to a specified position and scale.
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
ZoomInByAnchorPoint(ScreenPointF)
Zooms the in by anchor point.
Return Value
Type:Void
Description:N/A
Parameters
ToWorldCoordinate(ScreenPointF)
Converts the provided screen points to world points.
Return Value
Parameters
ToScreenCoordinate(PointShape)
Converts the provided world points to screen points.
Return Value
Parameters
ZoomToPreviousExtent()
Zooms to previous extent.
Return Value
Type:Void
Description:N/A
Parameters
ZoomToNextExtent()
Zooms to next extent.
Return Value
Type:Void
Description:N/A
Parameters
SystemLayoutSizeFittingSize(CGSize,Single,Single)
N/A
Return Value
Type:CGSize
Description:N/A
Parameters
targetSize
Type:CGSize
Description:N/A
verticalFittingPriority
Type:Single
Description:N/A
TintColorDidChange()
N/A
Return Value
Type:Void
Description:N/A
Parameters
TraitCollectionDidChange(UITraitCollection)
N/A
Return Value
Type:Void
Description:N/A
Parameters
previousTraitCollection
Type:UITraitCollection
Description:N/A
UpdateConstraints()
N/A
Return Value
Type:Void
Description:N/A
Parameters
UpdateConstraintsIfNeeded()
N/A
Return Value
Type:Void
Description:N/A
Parameters
ViewWithTag(nint)
N/A
Return Value
Type:UIView
Description:N/A
Parameters
tag
Type:nint
Description:N/A
WillMoveToSuperview(UIView)
N/A
Return Value
Type:Void
Description:N/A
Parameters
newsuper
Type:UIView
Description:N/A
WillMoveToWindow(UIWindow)
N/A
Return Value
Type:Void
Description:N/A
Parameters
window
Type:UIWindow
Description:N/A
WillRemoveSubview(UIView)
N/A
Return Value
Type:Void
Description:N/A
Parameters
uiview
Type:UIView
Description:N/A
Add(UIView)
N/A
Return Value
Type:Void
Description:N/A
Parameters
view
Type:UIView
Description:N/A
AddSubviews(UIView[])
N/A
Return Value
Type:Void
Description:N/A
Parameters
views
Type:UIView[]
Description:N/A
GetEnumerator()
N/A
Return Value
Type:IEnumerator
Description:N/A
Parameters
AccessibilityActivate()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
AddConstraint(NSLayoutConstraint)
N/A
Return Value
Type:Void
Description:N/A
Parameters
constraint
Type:NSLayoutConstraint
Description:N/A
AddConstraints(NSLayoutConstraint[])
N/A
Return Value
Type:Void
Description:N/A
Parameters
AddGestureRecognizer(UIGestureRecognizer)
N/A
Return Value
Type:Void
Description:N/A
Parameters
gestureRecognizer
Type:UIGestureRecognizer
Description:N/A
AddMotionEffect(UIMotionEffect)
N/A
Return Value
Type:Void
Description:N/A
Parameters
effect
Type:UIMotionEffect
Description:N/A
AddSubview(UIView)
N/A
Return Value
Type:Void
Description:N/A
Parameters
view
Type:UIView
Description:N/A
AlignmentRectForFrame(CGRect)
N/A
Return Value
Type:CGRect
Description:N/A
Parameters
frame
Type:CGRect
Description:N/A
BringSubviewToFront(UIView)
N/A
Return Value
Type:Void
Description:N/A
Parameters
view
Type:UIView
Description:N/A
ContentCompressionResistancePriority(UILayoutConstraintAxis)
N/A
Return Value
Type:Single
Description:N/A
Parameters
ContentHuggingPriority(UILayoutConstraintAxis)
N/A
Return Value
Type:Single
Description:N/A
Parameters
ConvertPointFromCoordinateSpace(CGPoint,IUICoordinateSpace)
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
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
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
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
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
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
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
Return Value
Type:CGRect
Description:N/A
Parameters
rect
Type:CGRect
Description:N/A
toView
Type:UIView
Description:N/A
DecodeRestorableState(NSCoder)
N/A
Return Value
Type:Void
Description:N/A
Parameters
coder
Type:NSCoder
Description:N/A
Draw(CGRect)
N/A
Return Value
Type:Void
Description:N/A
Parameters
rect
Type:CGRect
Description:N/A
DrawRect(CGRect,UIViewPrintFormatter)
N/A
Return Value
Type:Void
Description:N/A
Parameters
area
Type:CGRect
Description:N/A
DrawViewHierarchy(CGRect,Boolean)
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
Return Value
Type:Void
Description:N/A
Parameters
coder
Type:NSCoder
Description:N/A
EncodeTo(NSCoder)
N/A
Return Value
Type:Void
Description:N/A
Parameters
encoder
Type:NSCoder
Description:N/A
ExchangeSubview(nint,nint)
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
Return Value
Type:Void
Description:N/A
Parameters
FrameForAlignmentRect(CGRect)
N/A
Return Value
Type:CGRect
Description:N/A
Parameters
alignmentRect
Type:CGRect
Description:N/A
GestureRecognizerShouldBegin(UIGestureRecognizer)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
gestureRecognizer
Type:UIGestureRecognizer
Description:N/A
GetConstraintsAffectingLayout(UILayoutConstraintAxis)
N/A
Return Value
Parameters
HitTest(CGPoint,UIEvent)
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
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
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
Return Value
Type:Void
Description:N/A
Parameters
view
Type:UIView
Description:N/A
siblingSubview
Type:UIView
Description:N/A
InvalidateIntrinsicContentSize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
IsDescendantOfView(UIView)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
view
Type:UIView
Description:N/A
LayoutIfNeeded()
N/A
Return Value
Type:Void
Description:N/A
Parameters
LayoutMarginsDidChange()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MovedToSuperview()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MovedToWindow()
N/A
Return Value
Type:Void
Description:N/A
Parameters
NeedsUpdateConstraints()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
PointInside(CGPoint,UIEvent)
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
Return Value
Type:Void
Description:N/A
Parameters
constraint
Type:NSLayoutConstraint
Description:N/A
RemoveConstraints(NSLayoutConstraint[])
N/A
Return Value
Type:Void
Description:N/A
Parameters
RemoveFromSuperview()
N/A
Return Value
Type:Void
Description:N/A
Parameters
RemoveGestureRecognizer(UIGestureRecognizer)
N/A
Return Value
Type:Void
Description:N/A
Parameters
gestureRecognizer
Type:UIGestureRecognizer
Description:N/A
RemoveMotionEffect(UIMotionEffect)
N/A
Return Value
Type:Void
Description:N/A
Parameters
effect
Type:UIMotionEffect
Description:N/A
ResizableSnapshotView(CGRect,Boolean,UIEdgeInsets)
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
Return Value
Type:Void
Description:N/A
Parameters
view
Type:UIView
Description:N/A
SetContentCompressionResistancePriority(Single,UILayoutConstraintAxis)
N/A
Return Value
Type:Void
Description:N/A
Parameters
priority
Type:Single
Description:N/A
SetContentHuggingPriority(Single,UILayoutConstraintAxis)
N/A
Return Value
Type:Void
Description:N/A
Parameters
priority
Type:Single
Description:N/A
SetNeedsDisplay()
N/A
Return Value
Type:Void
Description:N/A
Parameters
SetNeedsDisplayInRect(CGRect)
N/A
Return Value
Type:Void
Description:N/A
Parameters
rect
Type:CGRect
Description:N/A
SetNeedsLayout()
N/A
Return Value
Type:Void
Description:N/A
Parameters
SetNeedsUpdateConstraints()
N/A
Return Value
Type:Void
Description:N/A
Parameters
SizeThatFits(CGSize)
N/A
Return Value
Type:CGSize
Description:N/A
Parameters
size
Type:CGSize
Description:N/A
SizeToFit()
N/A
Return Value
Type:Void
Description:N/A
Parameters
SnapshotView(Boolean)
N/A
Return Value
Type:UIView
Description:N/A
Parameters
afterScreenUpdates
Type:Boolean
Description:N/A
SubviewAdded(UIView)
N/A
Return Value
Type:Void
Description:N/A
Parameters
uiview
Type:UIView
Description:N/A
SystemLayoutSizeFittingSize(CGSize)
N/A
Return Value
Type:CGSize
Description:N/A
Parameters
size
Type:CGSize
Description:N/A
AccessibilityDecrement()
N/A
Return Value
Type:Void
Description:N/A
Parameters
AccessibilityElementDidBecomeFocused()
N/A
Return Value
Type:Void
Description:N/A
Parameters
AccessibilityElementDidLoseFocus()
N/A
Return Value
Type:Void
Description:N/A
Parameters
AccessibilityElementIsFocused()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
AccessibilityIncrement()
N/A
Return Value
Type:Void
Description:N/A
Parameters
AccessibilityPerformEscape()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
AccessibilityPerformMagicTap()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
AccessibilityScroll(UIAccessibilityScrollDirection)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
BecomeFirstResponder()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
CanPerform(Selector,NSObject)
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
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
Cut(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
Delete(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
GetTargetForAction(Selector,NSObject)
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
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
MakeTextWritingDirectionRightToLeft(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
MotionBegan(UIEventSubtype,UIEvent)
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
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
Return Value
Type:Void
Description:N/A
Parameters
motion
Type:UIEventSubtype
Description:N/A
evt
Type:UIEvent
Description:N/A
Paste(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
ReloadInputViews()
N/A
Return Value
Type:Void
Description:N/A
Parameters
RemoteControlReceived(UIEvent)
N/A
Return Value
Type:Void
Description:N/A
Parameters
theEvent
Type:UIEvent
Description:N/A
ResignFirstResponder()
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
RestoreUserActivityState(NSUserActivity)
N/A
Return Value
Type:Void
Description:N/A
Parameters
activity
Type:NSUserActivity
Description:N/A
Select(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
SelectAll(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
ToggleBoldface(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
ToggleItalics(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
ToggleUnderline(NSObject)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sender
Type:NSObject
Description:N/A
TouchesBegan(NSSet,UIEvent)
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
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
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
Return Value
Type:Void
Description:N/A
Parameters
touches
Type:NSSet
Description:N/A
evt
Type:UIEvent
Description:N/A
UpdateUserActivityState(NSUserActivity)
N/A
Return Value
Type:Void
Description:N/A
Parameters
activity
Type:NSUserActivity
Description:N/A
PerformSelector(Selector,NSThread,NSObject,Boolean,NSString[])
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
Return Value
Type:NSObject
Description:N/A
Parameters
aSelector
Type:Selector
Description:N/A
PerformSelector(Selector,NSObject)
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
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
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
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
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
Return Value
Type:Void
Description:N/A
Parameters
observer
Type:NSObject
Description:N/A
keyPath
Type:String
Description:N/A
RespondsToSelector(Selector)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
sel
Type:Selector
Description:N/A
SetNilValueForKey(NSString)
N/A
Return Value
Type:Void
Description:N/A
Parameters
key
Type:NSString
Description:N/A
SetValueForKey(NSObject,NSString)
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
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
Return Value
Type:Void
Description:N/A
Parameters
value
Type:NSObject
Description:N/A
undefinedKey
Type:NSString
Description:N/A
SetValuesForKeysWithDictionary(NSDictionary)
N/A
Return Value
Type:Void
Description:N/A
Parameters
keyedValues
Type:NSDictionary
Description:N/A
ValueForKey(NSString)
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
key
Type:NSString
Description:N/A
ValueForKeyPath(NSString)
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
keyPath
Type:NSString
Description:N/A
ValueForUndefinedKey(NSString)
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
key
Type:NSString
Description:N/A
WillChange(NSKeyValueChange,NSIndexSet,NSString)
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
Return Value
Type:Void
Description:N/A
Parameters
forKey
Type:NSString
Description:N/A
objects
Type:NSSet
Description:N/A
WillChangeValue(String)
N/A
Return Value
Type:Void
Description:N/A
Parameters
forKey
Type:String
Description:N/A
Dispose()
N/A
Return Value
Type:Void
Description:N/A
Parameters
ConformsToProtocol(IntPtr)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
protocol
Type:IntPtr
Description:N/A
DangerousRelease()
N/A
Return Value
Type:Void
Description:N/A
Parameters
DangerousRetain()
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
DangerousAutorelease()
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
GetNativeField(String)
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
name
Type:String
Description:N/A
SetNativeField(String,NSObject)
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
Return Value
Type:Void
Description:N/A
Parameters
BeginInvokeOnMainThread(Selector,NSObject)
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
Return Value
Type:Void
Description:N/A
Parameters
sel
Type:Selector
Description:N/A
obj
Type:NSObject
Description:N/A
BeginInvokeOnMainThread(Action)
N/A
Return Value
Type:Void
Description:N/A
Parameters
action
Type:Action
Description:N/A
InvokeOnMainThread(Action)
N/A
Return Value
Type:Void
Description:N/A
Parameters
action
Type:Action
Description:N/A
SetValueForKeyPath(IntPtr,NSString)
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
Return Value
Type:Int32
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
Equals(NSObject)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:NSObject
Description:N/A
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Invoke(Action,Double)
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
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
Return Value
Type:IDisposable
Description:N/A
Parameters
key
Type:String
Description:N/A
AddObserver(NSString,NSKeyValueObservingOptions,Action<NSObservedChange>)
N/A
Return Value
Type:IDisposable
Description:N/A
Parameters
key
Type:NSString
Description:N/A
Init()
N/A
Return Value
Type:Void
Description:N/A
Parameters
AddObserver(NSObject,NSString,NSKeyValueObservingOptions,IntPtr)
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
AddObserver(NSObject,String,NSKeyValueObservingOptions,IntPtr)
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
Copy()
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
DidChange(NSKeyValueChange,NSIndexSet,NSString)
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
Return Value
Type:Void
Description:N/A
Parameters
forKey
Type:NSString
Description:N/A
objects
Type:NSSet
Description:N/A
DidChangeValue(String)
N/A
Return Value
Type:Void
Description:N/A
Parameters
forKey
Type:String
Description:N/A
DoesNotRecognizeSelector(Selector)
N/A
Return Value
Type:Void
Description:N/A
Parameters
sel
Type:Selector
Description:N/A
GetDictionaryOfValuesFromKeys(NSString[])
N/A
Return Value
Type:NSDictionary
Description:N/A
Parameters
keys
Type:NSString[]
Description:N/A
GetNativeHash()
N/A
Return Value
Type:nuint
Description:N/A
Parameters
IsEqual(NSObject)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
anObject
Type:NSObject
Description:N/A
IsKindOfClass(Class)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
aClass
Type:Class
Description:N/A
IsMemberOfClass(Class)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
aClass
Type:Class
Description:N/A
MutableCopy()
N/A
Return Value
Type:NSObject
Description:N/A
Parameters
ObserveValue(NSString,NSObject,NSDictionary,IntPtr)
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
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
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
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
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
OnLongPress(UIGestureRecognizer)
Called when [long press].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
OnSingleTap(UIGestureRecognizer)
Called when [single tap].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
OnDoubleTap(UIGestureRecognizer)
Called when [double tap].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
OnTouchMove(UIGestureRecognizer)
Called when [touch move].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
OnTouchUp(UIGestureRecognizer)
Called when [touch up].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
OnTouchDown(UIGestureRecognizer)
Called when [touch down].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
OnTouchPinch(UIGestureRecognizer)
Called when [touch pinch].
Return Value
Type:Void
Description:N/A
Parameters
e
Type:UIGestureRecognizer
Description:The e.
Dispose(Boolean)
Releases the resources used by the UIView object.
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
PanCore(PanDirection,Int32)
This function will pan the currentExtent based on a direction and percentage.
This method will change the current extent by panning according to the direction and percentage specified.
Return Value
Type:Void
Description:None.
Parameters
RefreshCore()
Refreshes current map control.
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.
Return Value
Type:Void
Description:N/A
Parameters
ZoomOutCore(Int32)
Zooms the map out by the provided percentage.
Return Value
Type:Void
Description:N/A
Parameters
ZoomInByAnchorPointCore(ScreenPointF)
Zooms the in by anchor point core.
Return Value
Type:Void
Description:N/A
Parameters
ZoomToCore(RectangleShape)
Zooms the map in by the provided extent and locates to extent.
Return Value
Type:Void
Description:N/A
Parameters
ZoomToScaleCore(Double)
This method zooms current map to a specified scale.
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
OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs)
Raises the event.
Return Value
Type:Void
Description:N/A
Parameters
OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs)
Raises the event.
Return Value
Type:Void
Description:N/A
Parameters
OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs)
Raises the event.
Return Value
Type:Void
Description:N/A
Parameters
OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs)
Raises the event.
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MarkDirty()
N/A
Return Value
Type:Void
Description:N/A
Parameters
InitializeHandle(IntPtr)
N/A
Return Value
Type:Void
Description:N/A
Parameters
handle
Type:IntPtr
Description:N/A
InitializeHandle(IntPtr,String)
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
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
CurrentExtent
Gets or sets the current extent for the MapControl.
Return Value
RestrictExtent
N/A
Return Value
CurrentScale
Gets the current scale for the MapControl.
Return Value
AdornmentOverlay
Gets the adornment overlay for the MapControl.
Return Value
EditOverlay
Gets or sets the edit overlay for the MapControl.
Return Value
ExtentOverlay
Gets or sets the extent overlay for the MapControl.
Return Value
InteractiveOverlays
Gets or sets the extent overlay for the MapControl.
Return Value
MapTools
Gets the map tools for the MapControl.
Return Value
MapUnit
Gets or sets the map unit for the MapControl.
Return Value
Overlays
Gets the overlays for the MapControl.
Return Value
EventView
Gets the event view for the MapControl.
Return Value
TrackOverlay
Gets or sets the track overlay for the MapControl.
Return Value
ZoomLevelSet
Gets or sets the zoom level set for the MapControl.
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.
Return Value
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.
Return Value
ClassHandle
N/A
Return Value
AccessibilityActivationPoint
N/A
Return Value
AccessibilityElementsHidden
N/A
Return Value
AccessibilityFrame
N/A
Return Value
AccessibilityHint
N/A
Return Value
AccessibilityIdentifier
N/A
Return Value
AccessibilityLabel
N/A
Return Value
AccessibilityLanguage
N/A
Return Value
AccessibilityNavigationStyle
N/A
Return Value
AccessibilityPath
N/A
Return Value
AccessibilityTraits
N/A
Return Value
AccessibilityValue
N/A
Return Value
AccessibilityViewIsModal
N/A
Return Value
AlignmentRectInsets
N/A
Return Value
Alpha
N/A
Return Value
AutoresizingMask
N/A
Return Value
AutosizesSubviews
N/A
Return Value
BackgroundColor
N/A
Return Value
Bounds
N/A
Return Value
Center
N/A
Return Value
ClearsContextBeforeDrawing
N/A
Return Value
ClipsToBounds
N/A
Return Value
Constraints
N/A
Return Value
ContentMode
N/A
Return Value
ContentScaleFactor
N/A
Return Value
ContentStretch
N/A
Return Value
ExclusiveTouch
N/A
Return Value
Frame
N/A
Return Value
GestureRecognizers
N/A
Return Value
HasAmbiguousLayout
N/A
Return Value
Hidden
N/A
Return Value
IntrinsicContentSize
N/A
Return Value
IsAccessibilityElement
N/A
Return Value
Layer
N/A
Return Value
LayoutMargins
N/A
Return Value
MaskView
N/A
Return Value
MotionEffects
N/A
Return Value
MultipleTouchEnabled
N/A
Return Value
Opaque
N/A
Return Value
PreservesSuperviewLayoutMargins
N/A
Return Value
RestorationIdentifier
N/A
Return Value
ShouldGroupAccessibilityChildren
N/A
Return Value
Subviews
N/A
Return Value
Superview
N/A
Return Value
Tag
N/A
Return Value
TintAdjustmentMode
N/A
Return Value
TintColor
N/A
Return Value
TraitCollection
N/A
Return Value
Transform
N/A
Return Value
TranslatesAutoresizingMaskIntoConstraints
N/A
Return Value
UserInteractionEnabled
N/A
Return Value
ViewForBaselineLayout
N/A
Return Value
ViewPrintFormatter
N/A
Return Value
Window
N/A
Return Value
AccessibilityCustomActions
N/A
Return Value
CanBecomeFirstResponder
N/A
Return Value
CanResignFirstResponder
N/A
Return Value
InputAccessoryView
N/A
Return Value
InputAccessoryViewController
N/A
Return Value
InputView
N/A
Return Value
InputViewController
N/A
Return Value
IsFirstResponder
N/A
Return Value
KeyCommands
N/A
Return Value
NextResponder
N/A
Return Value
TextInputContextIdentifier
N/A
Return Value
TextInputMode
N/A
Return Value
UndoManager
N/A
Return Value
UserActivity
N/A
Return Value
SuperHandle
N/A
Return Value
Handle
N/A
Return Value
Class
N/A
Return Value
DebugDescription
N/A
Return Value
Description
N/A
Return Value
IsProxy
N/A
Return Value
RetainCount
N/A
Return Value
Self
N/A
Return Value
Superclass
N/A
Return Value
Zone
N/A
Return Value
Protected Properties
OverlaysView
Gets the overlays view.
Return Value
IsDirectBinding
N/A
Return Value
InFinalizerQueue
N/A
Return Value
Public Events
CurrentExtentChanging
N/A
N/A
Event Arguments:UIGestureRecognizer
MapSingleTap
This event raises when [map single tap].
N/A
Event Arguments:UIGestureRecognizer
MapDoubleTap
This event raises when [map double tap].
N/A
Event Arguments:UIGestureRecognizer
MapTouchMove
This event raises when [map touch move].
N/A
Event Arguments:UIGestureRecognizer
MapTouchUp
This event raises when [map touch up].
N/A
Event Arguments:UIGestureRecognizer
MapTouchDown
This event raises when [map touch down].
N/A
Event Arguments:UIGestureRecognizer
MapTouchPinch
This event raises when [map touch pinch].
N/A
Event Arguments:UIGestureRecognizer