User Tools

Site Tools


thinkgeo.mapsuite.iosedition.mapview

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.iOSEdition.MapView

<!– Class –> This class represents the map control.

Remarks

The map class inherits from the UIView, so it can be dragged onto the page or be created and added to a contoller via code like the popular control itself. You also need to configure the properties of the map. The most important step is adding overlays, which generate images and stack them over each other to form a map image. The map control has many methods and events through which you can interact with the map.

Inheritance Hierarchy

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

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodMapView Initializes a new instance of the class.
Public MethodMapView RectangleF Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodAccessibilityActivate UIView
Public MethodAccessibilityDecrement UIResponder
Public MethodAccessibilityDecrement NSObject
Public MethodAccessibilityElementDidBecomeFocused UIResponder
Public MethodAccessibilityElementDidLoseFocus UIResponder
Public MethodAccessibilityElementIsFocused UIResponder
Public MethodAccessibilityIncrement UIResponder
Public MethodAccessibilityIncrement NSObject
Public MethodAccessibilityPerformEscape UIResponder
Public MethodAccessibilityPerformMagicTap UIResponder
Public MethodAccessibilityScroll UIAccessibilityScrollDirection UIResponder
Public MethodAccessibilityScroll UIAccessibilityScrollDirection NSObject
Public MethodAdd UIView UIView
Public MethodAddConstraint NSLayoutConstraint UIView
Public MethodAddConstraints NSLayoutConstraint[] UIView
Public MethodAddGestureRecognizer UIGestureRecognizer UIView
Public MethodAddMotionEffect UIMotionEffect UIView
Public MethodAddObserver NSObject, String, NSKeyValueObservingOptions, IntPtr NSObject
Public MethodAddObserver NSObject, NSString, NSKeyValueObservingOptions, IntPtr NSObject
Public MethodAddObserver NSString, NSKeyValueObservingOptions, Action<NSObservedChange> NSObject
Public MethodAddObserver String, NSKeyValueObservingOptions, Action<NSObservedChange> NSObject
Public MethodAddSubview UIView UIView
Public MethodAddSubviews UIView[] UIView
Public MethodAlignmentRectForFrame RectangleF UIView
Public MethodAwakeFromNib NSObject
Public MethodBecomeFirstResponder UIResponder
Public MethodBeginInvokeOnMainThread NSAction NSObject
Public MethodBeginInvokeOnMainThread Selector, NSObject NSObject
Public MethodBringSubviewToFront UIView UIView
Public MethodCanPerform Selector, NSObject UIResponder
Public MethodCenterAt PointShape Locates the map center to the specified world point.
Public MethodCenterAt Double, Double Locates the map center to the specified world point.
Public MethodCenterAt Feature Locates the map center to the specified feature.
Public MethodClose Closes this instance.
Public MethodConformsToProtocol IntPtr NSObject
Public MethodContentCompressionResistancePriority UILayoutConstraintAxis UIView
Public MethodContentHuggingPriority UILayoutConstraintAxis UIView
Public MethodConvertPointFromCoordinateSpace PointF, IUICoordinateSpace UIView
Public MethodConvertPointFromView PointF, UIView UIView
Public MethodConvertPointToCoordinateSpace PointF, IUICoordinateSpace UIView
Public MethodConvertPointToView PointF, UIView UIView
Public MethodConvertRectFromCoordinateSpace RectangleF, IUICoordinateSpace UIView
Public MethodConvertRectFromView RectangleF, UIView UIView
Public MethodConvertRectToCoordinateSpace RectangleF, IUICoordinateSpace UIView
Public MethodConvertRectToView RectangleF, UIView UIView
Public MethodCopy NSObject UIResponder
Public MethodCopy NSObject
Public MethodCut NSObject UIResponder
Public MethodDangerousAutorelease NSObject
Public MethodDangerousRelease NSObject
Public MethodDangerousRetain NSObject
Public MethodDecodeRestorableState NSCoder UIView
Public MethodDelete NSObject UIResponder
Public MethodDidChange NSKeyValueChange, NSIndexSet, NSString NSObject
Public MethodDidChange NSString, NSKeyValueSetMutationKind, NSSet NSObject
Public MethodDidChangeValue String NSObject
Public MethodDispose NSObject
Public MethodDoesNotRecognizeSelector Selector NSObject
Public MethodDraw RectangleF UIView
Public MethodDrawRect RectangleF, UIViewPrintFormatter UIView
Public MethodDrawString String, PointF, UIFont UIView
Public MethodDrawString String, PointF, Single, UIFont, UILineBreakMode UIView
Public MethodDrawString String, PointF, Single, UIFont, Single, UILineBreakMode, UIBaselineAdjustment UIView
Public MethodDrawString String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode, UIBaselineAdjustment UIView
Public MethodDrawString String, RectangleF, UIFont UIView
Public MethodDrawString String, RectangleF, UIFont, UILineBreakMode UIView
Public MethodDrawString String, RectangleF, UIFont, UILineBreakMode, UITextAlignment UIView
Public MethodDrawString String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment UIView
Public MethodDrawViewHierarchy RectangleF, Boolean UIView
Public MethodEncodeRestorableState NSCoder UIView
Public MethodEncodeTo NSCoder NSObject
Public MethodEndEditing Boolean UIView
Public MethodEquals Object Object
Public MethodExchangeSubview Int32, Int32 UIView
Public MethodExerciseAmbiguityInLayout UIView
Public MethodFrameForAlignmentRect RectangleF UIView
Public MethodGestureRecognizerShouldBegin UIGestureRecognizer UIView
Public MethodGetConstraintsAffectingLayout UILayoutConstraintAxis UIView
Public MethodGetDictionaryOfValuesFromKeys NSString[] NSObject
Public MethodGetEnumerator UIView
Public MethodGetHashCode Object
Public MethodGetNativeField String NSObject
Public MethodGetSnappedZoomLevelIndex Double Gets the index of the snapped zoom level.
Public MethodGetTargetForAction Selector, NSObject UIResponder
Public MethodGetType Object
Public MethodHitTest PointF, UIEvent UIView
Public MethodInit NSObject
Public MethodInsertSubview UIView, Int32 UIView
Public MethodInsertSubviewAbove UIView, UIView UIView
Public MethodInsertSubviewBelow UIView, UIView UIView
Public MethodInvalidateIntrinsicContentSize UIView
Public MethodInvoke NSAction, TimeSpan NSObject
Public MethodInvoke NSAction, Double NSObject
Public MethodInvokeOnMainThread NSAction NSObject
Public MethodInvokeOnMainThread Selector, NSObject NSObject
Public MethodIsDescendantOfView UIView UIView
Public MethodLayoutIfNeeded UIView
Public MethodLayoutMarginsDidChange UIView
Public MethodLayoutSubviews UIView
Public MethodMakeTextWritingDirectionLeftToRight NSObject UIResponder
Public MethodMakeTextWritingDirectionRightToLeft NSObject UIResponder
Public MethodMotionBegan UIEventSubtype, UIEvent UIResponder
Public MethodMotionCancelled UIEventSubtype, UIEvent UIResponder
Public MethodMotionEnded UIEventSubtype, UIEvent UIResponder
Public MethodMovedToSuperview UIView
Public MethodMovedToWindow UIView
Public MethodMutableCopy NSObject
Public MethodNeedsUpdateConstraints UIView
Public MethodObserveValue NSString, NSObject, NSDictionary, IntPtr NSObject
Public MethodPan PanDirection, Int32 Pans the specified direction.
Public MethodPaste NSObject UIResponder
Public MethodPerformSelector Selector, NSObject, Double NSObject
Public MethodPerformSelector Selector, NSObject, Double, NSString[] NSObject
Public MethodPerformSelector Selector, NSThread, NSObject, Boolean NSObject
Public MethodPerformSelector Selector, NSThread, NSObject, Boolean, NSString[] NSObject
Public MethodPerformSelector Selector, NSObject, Single NSObject
Public MethodPointInside PointF, UIEvent UIView
Public MethodRefresh Refreshes this instance.
Public MethodRefresh IEnumerable<Overlay> Refreshes the specified overlays.
Public MethodReloadInputViews UIResponder
Public MethodRemoteControlReceived UIEvent UIResponder
Public MethodRemoveConstraint NSLayoutConstraint UIView
Public MethodRemoveConstraints NSLayoutConstraint[] UIView
Public MethodRemoveFromSuperview UIView
Public MethodRemoveGestureRecognizer UIGestureRecognizer UIView
Public MethodRemoveMotionEffect UIMotionEffect UIView
Public MethodRemoveObserver NSObject, String NSObject
Public MethodRemoveObserver NSObject, NSString NSObject
Public MethodRemoveObserver NSObject, String, IntPtr NSObject
Public MethodRemoveObserver NSObject, NSString, IntPtr NSObject
Public MethodResignFirstResponder UIResponder
Public MethodResizableSnapshotView RectangleF, Boolean, UIEdgeInsets UIView
Public MethodRespondsToSelector Selector NSObject
Public MethodRestoreUserActivityState NSUserActivity UIResponder
Public MethodSelect NSObject UIResponder
Public MethodSelectAll NSObject UIResponder
Public MethodSendSubviewToBack UIView UIView
Public MethodSetContentCompressionResistancePriority Single, UILayoutConstraintAxis UIView
Public MethodSetContentHuggingPriority Single, UILayoutConstraintAxis UIView
Public MethodSetNativeField String, NSObject NSObject
Public MethodSetNeedsDisplay UIView
Public MethodSetNeedsDisplayInRect RectangleF UIView
Public MethodSetNeedsLayout UIView
Public MethodSetNeedsUpdateConstraints UIView
Public MethodSetNilValueForKey NSString NSObject
Public MethodSetValueForKey NSObject, NSString NSObject
Public MethodSetValueForKeyPath IntPtr, NSString NSObject
Public MethodSetValueForKeyPath NSObject, NSString NSObject
Public MethodSetValueForUndefinedKey NSObject, NSString NSObject
Public MethodSetValuesForKeysWithDictionary NSDictionary NSObject
Public MethodSizeThatFits SizeF UIView
Public MethodSizeToFit UIView
Public MethodSnapshotView Boolean UIView
Public MethodStringSize String, UIFont UIView
Public MethodStringSize String, UIFont, SizeF UIView
Public MethodStringSize String, UIFont, Single, UILineBreakMode UIView
Public MethodStringSize String, UIFont, SizeF, UILineBreakMode UIView
Public MethodStringSize String, UIFont, Single, ref Single, Single, UILineBreakMode UIView
Public MethodSubviewAdded UIView UIView
Public MethodSystemLayoutSizeFittingSize SizeF UIView
Public MethodSystemLayoutSizeFittingSize SizeF, Single, Single UIView
Public MethodTintColorDidChange UIView
Public MethodToScreenCoordinate PointShape Converts the provided world points to screen points.
Public MethodToString Object(overriden)
Public MethodToWorldCoordinate ScreenPointF Converts the provided screen points to world points.
Public MethodToggleBoldface NSObject UIResponder
Public MethodToggleItalics NSObject UIResponder
Public MethodToggleUnderline NSObject UIResponder
Public MethodTouchesBegan NSSet, UIEvent UIResponder
Public MethodTouchesCancelled NSSet, UIEvent UIResponder
Public MethodTouchesEnded NSSet, UIEvent UIResponder
Public MethodTouchesMoved NSSet, UIEvent UIResponder
Public MethodTraitCollectionDidChange UITraitCollection UIView
Public MethodUpdateConstraints UIView
Public MethodUpdateConstraintsIfNeeded UIView
Public MethodUpdateUserActivityState NSUserActivity UIResponder
Public MethodValueForKey NSString NSObject
Public MethodValueForKeyPath NSString NSObject
Public MethodValueForUndefinedKey NSString NSObject
Public MethodViewWithTag Int32 UIView
Public MethodWillChange NSKeyValueChange, NSIndexSet, NSString NSObject
Public MethodWillChange NSString, NSKeyValueSetMutationKind, NSSet NSObject
Public MethodWillChangeValue String NSObject
Public MethodWillMoveToSuperview UIView UIView
Public MethodWillMoveToWindow UIWindow UIView
Public MethodWillRemoveSubview UIView UIView
Public MethodZoomIn Int32 Zooms the map in for one level.
Public MethodZoomInByAnchorPoint ScreenPointF Zooms the in by anchor point.
Public MethodZoomOut Int32 Zooms the map in by the provided percentage.
Public MethodZoomTo PointShape, Double This method zooms current map to a specified position and scale.
Public MethodZoomTo BaseShape Zooms the map to specified feature.
Public MethodZoomTo Feature Zooms the map to specified feature.
Public MethodZoomToNextExtent Zooms to next extent.
Public MethodZoomToPreviousExtent Zooms to previous extent.
Public MethodZoomToScale Double Zooms the map to specified scale.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodDispose Boolean NSObject(overriden) Releases the resources used by the UIView object.
Protected MethodFinalize Object(overriden)
Protected MethodInitializeHandle IntPtr, String NSObject
Protected MethodInitializeHandle IntPtr NSObject
Protected MethodMarkDirty NSObject
Protected MethodMemberwiseClone Object
Protected MethodOnCurrentExtentChanged CurrentExtentChangedMapViewEventArgs Raises the event.
Protected MethodOnCurrentExtentChanging CurrentExtentChangingMapViewEventArgs Raises the event.
Protected MethodOnCurrentScaleChanged CurrentScaleChangedMapViewEventArgs Raises the event.
Protected MethodOnCurrentScaleChanging CurrentScaleChangingMapViewEventArgs Raises the event.
Protected MethodOnDoubleTap UIGestureRecognizer Called when tap.
Protected MethodOnLongPress UIGestureRecognizer Called when press.
Protected MethodOnSingleTap UIGestureRecognizer Called when tap.
Protected MethodOnTouchDown UIGestureRecognizer Called when down.
Protected MethodOnTouchMove UIGestureRecognizer Called when move.
Protected MethodOnTouchPinch UIGestureRecognizer Called when pinch.
Protected MethodOnTouchUp UIGestureRecognizer Called when up.
Protected MethodPanCore PanDirection, Int32 This function will pan the currentExtent based on a direction and percentage.
Protected MethodRefreshCore Refreshes current map control.
Protected MethodZoomInByAnchorPointCore ScreenPointF Zooms the in by anchor point core.
Protected MethodZoomInCore Int32 Zooms the map in by the provided percentage.
Protected MethodZoomOutCore Int32 Zooms the map out by the provided percentage.
Protected MethodZoomToCore RectangleShape Zooms the map in by the provided extent and locates to extent.
Protected MethodZoomToScaleCore Double This method zooms current map to a specified scale.

Public Properties

Name Return DeclaringType Summary
Public PropertyAccessibilityActivationPoint PointF UIView
Public PropertyAccessibilityCustomActions UIAccessibilityCustomAction[] UIResponder
Public PropertyAccessibilityElementsHidden Boolean UIView
Public PropertyAccessibilityFrame RectangleF UIView
Public PropertyAccessibilityHint String UIView
Public PropertyAccessibilityIdentifier String UIView
Public PropertyAccessibilityLabel String UIView
Public PropertyAccessibilityLanguage String UIView
Public PropertyAccessibilityNavigationStyle UIAccessibilityNavigationStyle UIView
Public PropertyAccessibilityPath UIBezierPath UIView
Public PropertyAccessibilityTraits UIAccessibilityTrait UIView
Public PropertyAccessibilityValue String UIView
Public PropertyAccessibilityViewIsModal Boolean UIView
Public PropertyAdornmentOverlay AdornmentOverlay Gets the adornment overlay for the MapControl.
Public PropertyAlignmentRectInsets UIEdgeInsets UIView
Public PropertyAlpha Single UIView
Public PropertyAutoresizingMask UIViewAutoresizing UIView
Public PropertyAutosizesSubviews Boolean UIView
Public PropertyBackgroundColor UIColor UIView
Public PropertyBounds RectangleF UIView
Public PropertyCanBecomeFirstResponder Boolean UIResponder
Public PropertyCanResignFirstResponder Boolean UIResponder
Public PropertyCenter PointF UIView
Public PropertyClassHandle IntPtr NSObject(overriden)
Public PropertyClearsContextBeforeDrawing Boolean UIView
Public PropertyClipsToBounds Boolean UIView
Public PropertyConstraints NSLayoutConstraint[] UIView
Public PropertyContentMode UIViewContentMode UIView
Public PropertyContentScaleFactor Single UIView
Public PropertyCurrentExtent RectangleShape Gets or sets the current extent for the MapControl.
Public PropertyCurrentScale Double Gets the current scale for the MapControl.
Public PropertyDebugDescription String NSObject
Public PropertyDescription String NSObject
Public PropertyEditOverlay EditInteractiveOverlay Gets or sets the edit overlay for the MapControl.
Public PropertyEnableInputClicksWhenVisible Boolean UIView
Public PropertyEventView UIView Gets the event view for the MapControl.
Public PropertyExclusiveTouch Boolean UIView
Public PropertyExtentOverlay ExtentInteractiveOverlay Gets or sets the extent overlay for the MapControl.
Public PropertyFrame RectangleF UIView(overriden) Coordinates of the view relative to its container.
Public PropertyGestureRecognizers UIGestureRecognizer[] UIView
Public PropertyHandle IntPtr NSObject
Public PropertyHasAmbiguousLayout Boolean UIView
Public PropertyHidden Boolean UIView
Public PropertyInputAccessoryView UIView UIResponder
Public PropertyInputAccessoryViewController UIInputViewController UIResponder
Public PropertyInputView UIView UIResponder
Public PropertyInputViewController UIInputViewController UIResponder
Public PropertyInteractiveOverlays GeoCollection<InteractiveOverlay> Gets or sets the extent overlay for the MapControl.
Public PropertyIntrinsicContentSize SizeF UIView
Public PropertyIsAccessibilityElement Boolean UIView
Public PropertyIsFirstResponder Boolean UIResponder
Public PropertyKeyCommands UIKeyCommand[] UIResponder
Public PropertyLayer CALayer UIView
Public PropertyLayoutMargins UIEdgeInsets UIView
Public PropertyMapTools MapTools Gets the map tools for the MapControl.
Public PropertyMapUnit GeographyUnit Gets or sets the map unit for the MapControl.
Public PropertyMaskView UIView UIView
Public PropertyMotionEffects UIMotionEffect[] UIView
Public PropertyMultipleTouchEnabled Boolean UIView
Public PropertyNextResponder UIResponder UIResponder
Public PropertyOpaque Boolean UIView
Public PropertyOverlays GeoCollection<Overlay> Gets the overlays for the MapControl.
Public PropertyPreservesSuperviewLayoutMargins Boolean UIView
Public PropertyRestorationIdentifier String UIView
Public PropertyRetainCount Int32 NSObject
Public PropertyShouldGroupAccessibilityChildren Boolean UIView
Public PropertySubviews UIView[] UIView
Public PropertySuperHandle IntPtr NSObject
Public PropertySuperview UIView UIView
Public PropertyTag Int32 UIView
Public PropertyTextInputContextIdentifier NSString UIResponder
Public PropertyTextInputMode UITextInputMode UIResponder
Public PropertyTintAdjustmentMode UIViewTintAdjustmentMode UIView
Public PropertyTintColor UIColor UIView
Public PropertyTrackOverlay TrackInteractiveOverlay Gets or sets the track overlay for the MapControl.
Public PropertyTraitCollection UITraitCollection UIView
Public PropertyTransform CGAffineTransform UIView
Public PropertyTranslatesAutoresizingMaskIntoConstraints Boolean UIView
Public PropertyUndoManager NSUndoManager UIResponder
Public PropertyUserActivity NSUserActivity UIResponder
Public PropertyUserInteractionEnabled Boolean UIView
Public PropertyViewForBaselineLayout UIView UIView
Public PropertyViewPrintFormatter UIViewPrintFormatter UIView
Public PropertyWindow UIWindow UIView
Public PropertyZoomLevelSet ZoomLevelSet Gets or sets the zoom level set for the MapControl.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary
Public EventCurrentExtentChanged CurrentExtentChangedMapViewEventArgs
Public EventCurrentExtentChanging CurrentExtentChangingMapViewEventArgs
Public EventCurrentScaleChanged CurrentScaleChangedMapViewEventArgs
Public EventCurrentScaleChanging CurrentScaleChangingMapViewEventArgs
Public EventMapDoubleTap UIGestureRecognizer This event raises when double tap.
Public EventMapLongPress UIGestureRecognizer This event raises when long press.
Public EventMapSingleTap UIGestureRecognizer This event raises when single tap.
Public EventMapTouchDown UIGestureRecognizer This event raises when touch down.
Public EventMapTouchMove UIGestureRecognizer This event raises when touch move.
Public EventMapTouchPinch UIGestureRecognizer This event raises when touch pinch.
Public EventMapTouchUp UIGestureRecognizer This event raises when touch up.

Public Constructors

MapView()

Initializes a new instance of the class.

Parameters

Name Type Description

Go Back

MapView(RectangleF)

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

Name Type Description
frame RectangleF<!– System.Drawing.RectangleF –> Frame used by the view, expressed in iOS points.

Go Back

Protected Constructors

Public Methods

AccessibilityActivate()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

AccessibilityDecrement()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityDecrement()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

AccessibilityElementDidBecomeFocused()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityElementDidLoseFocus()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityElementIsFocused()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityIncrement()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityIncrement()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

AccessibilityPerformEscape()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityPerformMagicTap()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityScroll(UIAccessibilityScrollDirection)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
direction UIAccessibilityScrollDirection<!– MonoTouch.UIKit.UIAccessibilityScrollDirection –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

AccessibilityScroll(UIAccessibilityScrollDirection)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
direction UIAccessibilityScrollDirection<!– MonoTouch.UIKit.UIAccessibilityScrollDirection –>

<!– MonoTouch.Foundation.NSObject –> Go Back

Add(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

AddConstraint(NSLayoutConstraint)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
constraint NSLayoutConstraint<!– MonoTouch.UIKit.NSLayoutConstraint –>

<!– MonoTouch.UIKit.UIView –> Go Back

AddConstraints(NSLayoutConstraint[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
constraints NSLayoutConstraint[]<!– MonoTouch.UIKit.NSLayoutConstraintthinkgeo.mapsuite.iosedition.mapview –>

<!– MonoTouch.UIKit.UIView –> Go Back

AddGestureRecognizer(UIGestureRecognizer)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
gestureRecognizer UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –>

<!– MonoTouch.UIKit.UIView –> Go Back

AddMotionEffect(UIMotionEffect)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
effect UIMotionEffect<!– MonoTouch.UIKit.UIMotionEffect –>

<!– MonoTouch.UIKit.UIView –> Go Back

AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
observer NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath String<!– System.String –>
options NSKeyValueObservingOptions<!– MonoTouch.Foundation.NSKeyValueObservingOptions –>
context IntPtr<!– System.IntPtr –>

<!– MonoTouch.Foundation.NSObject –> Go Back

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
observer NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath NSString<!– MonoTouch.Foundation.NSString –>
options NSKeyValueObservingOptions<!– MonoTouch.Foundation.NSKeyValueObservingOptions –>
context IntPtr<!– System.IntPtr –>

<!– MonoTouch.Foundation.NSObject –> Go Back

AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Return Value

Return Type Description
IDisposable<!– System.IDisposable –>

Parameters

Name Type Description
key NSString<!– MonoTouch.Foundation.NSString –>
options NSKeyValueObservingOptions<!– MonoTouch.Foundation.NSKeyValueObservingOptions –>
observer Action<NSObservedChange><!– System.Action{MonoTouch.Foundation.NSObservedChange} –>

<!– MonoTouch.Foundation.NSObject –> Go Back

AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Return Value

Return Type Description
IDisposable<!– System.IDisposable –>

Parameters

Name Type Description
key String<!– System.String –>
options NSKeyValueObservingOptions<!– MonoTouch.Foundation.NSKeyValueObservingOptions –>
observer Action<NSObservedChange><!– System.Action{MonoTouch.Foundation.NSObservedChange} –>

<!– MonoTouch.Foundation.NSObject –> Go Back

AddSubview(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

AddSubviews(UIView[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
views UIView[]<!– MonoTouch.UIKit.UIViewthinkgeo.mapsuite.iosedition.mapview –>

<!– MonoTouch.UIKit.UIView –> Go Back

AlignmentRectForFrame(RectangleF)

Return Value

Return Type Description
RectangleF<!– System.Drawing.RectangleF –>

Parameters

Name Type Description
frame RectangleF<!– System.Drawing.RectangleF –>

<!– MonoTouch.UIKit.UIView –> Go Back

AwakeFromNib()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

BecomeFirstResponder()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

BeginInvokeOnMainThread(NSAction)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
action NSAction<!– MonoTouch.Foundation.NSAction –>

<!– MonoTouch.Foundation.NSObject –> Go Back

BeginInvokeOnMainThread(Selector, NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sel Selector<!– MonoTouch.ObjCRuntime.Selector –>
obj NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.Foundation.NSObject –> Go Back

BringSubviewToFront(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

CanPerform(Selector, NSObject)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
action Selector<!– MonoTouch.ObjCRuntime.Selector –>
withSender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

CenterAt(PointShape)

Locates the map center to the specified world point.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
worldCenter PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> The world center.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

CenterAt(Double, Double)

Locates the map center to the specified world point.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
worldX Double<!– System.Double –> The world x.
worldY Double<!– System.Double –> The world y.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

CenterAt(Feature)

Locates the map center to the specified feature.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.Core.Feature –> The feature.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

Close()

Closes this instance.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ConformsToProtocol(IntPtr)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
protocol IntPtr<!– System.IntPtr –>

<!– MonoTouch.Foundation.NSObject –> Go Back

ContentCompressionResistancePriority(UILayoutConstraintAxis)

Return Value

Return Type Description
Single<!– System.Single –>

Parameters

Name Type Description
axis UILayoutConstraintAxis<!– MonoTouch.UIKit.UILayoutConstraintAxis –>

<!– MonoTouch.UIKit.UIView –> Go Back

ContentHuggingPriority(UILayoutConstraintAxis)

Return Value

Return Type Description
Single<!– System.Single –>

Parameters

Name Type Description
axis UILayoutConstraintAxis<!– MonoTouch.UIKit.UILayoutConstraintAxis –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertPointFromCoordinateSpace(PointF, IUICoordinateSpace)

Return Value

Return Type Description
PointF<!– System.Drawing.PointF –>

Parameters

Name Type Description
point PointF<!– System.Drawing.PointF –>
coordinateSpace IUICoordinateSpace<!– MonoTouch.UIKit.IUICoordinateSpace –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertPointFromView(PointF, UIView)

Return Value

Return Type Description
PointF<!– System.Drawing.PointF –>

Parameters

Name Type Description
point PointF<!– System.Drawing.PointF –>
fromView UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertPointToCoordinateSpace(PointF, IUICoordinateSpace)

Return Value

Return Type Description
PointF<!– System.Drawing.PointF –>

Parameters

Name Type Description
point PointF<!– System.Drawing.PointF –>
coordinateSpace IUICoordinateSpace<!– MonoTouch.UIKit.IUICoordinateSpace –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertPointToView(PointF, UIView)

Return Value

Return Type Description
PointF<!– System.Drawing.PointF –>

Parameters

Name Type Description
point PointF<!– System.Drawing.PointF –>
toView UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertRectFromCoordinateSpace(RectangleF, IUICoordinateSpace)

Return Value

Return Type Description
RectangleF<!– System.Drawing.RectangleF –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>
coordinateSpace IUICoordinateSpace<!– MonoTouch.UIKit.IUICoordinateSpace –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertRectFromView(RectangleF, UIView)

Return Value

Return Type Description
RectangleF<!– System.Drawing.RectangleF –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>
fromView UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertRectToCoordinateSpace(RectangleF, IUICoordinateSpace)

Return Value

Return Type Description
RectangleF<!– System.Drawing.RectangleF –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>
coordinateSpace IUICoordinateSpace<!– MonoTouch.UIKit.IUICoordinateSpace –>

<!– MonoTouch.UIKit.UIView –> Go Back

ConvertRectToView(RectangleF, UIView)

Return Value

Return Type Description
RectangleF<!– System.Drawing.RectangleF –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>
toView UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

Copy(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

Copy()

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

Cut(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

DangerousAutorelease()

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

DangerousRelease()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

DangerousRetain()

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

DecodeRestorableState(NSCoder)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
coder NSCoder<!– MonoTouch.Foundation.NSCoder –>

<!– MonoTouch.UIKit.UIView –> Go Back

Delete(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

DidChange(NSKeyValueChange, NSIndexSet, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
changeKind NSKeyValueChange<!– MonoTouch.Foundation.NSKeyValueChange –>
indexes NSIndexSet<!– MonoTouch.Foundation.NSIndexSet –>
forKey NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
forKey NSString<!– MonoTouch.Foundation.NSString –>
mutationKind NSKeyValueSetMutationKind<!– MonoTouch.Foundation.NSKeyValueSetMutationKind –>
objects NSSet<!– MonoTouch.Foundation.NSSet –>

<!– MonoTouch.Foundation.NSObject –> Go Back

DidChangeValue(String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
forKey String<!– System.String –>

<!– MonoTouch.Foundation.NSObject –> Go Back

Dispose()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

DoesNotRecognizeSelector(Selector)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sel Selector<!– MonoTouch.ObjCRuntime.Selector –>

<!– MonoTouch.Foundation.NSObject –> Go Back

Draw(RectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawRect(RectangleF, UIViewPrintFormatter)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
area RectangleF<!– System.Drawing.RectangleF –>
formatter UIViewPrintFormatter<!– MonoTouch.UIKit.UIViewPrintFormatter –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, PointF, UIFont)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
point PointF<!– System.Drawing.PointF –>
font UIFont<!– MonoTouch.UIKit.UIFont –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, PointF, Single, UIFont, UILineBreakMode)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
point PointF<!– System.Drawing.PointF –>
width Single<!– System.Single –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
breakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, PointF, Single, UIFont, Single, UILineBreakMode, UIBaselineAdjustment)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
point PointF<!– System.Drawing.PointF –>
width Single<!– System.Single –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
fontSize Single<!– System.Single –>
breakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>
adjustment UIBaselineAdjustment<!– MonoTouch.UIKit.UIBaselineAdjustment –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, PointF, Single, UIFont, Single, ref Single, UILineBreakMode, UIBaselineAdjustment)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
point PointF<!– System.Drawing.PointF –>
width Single<!– System.Single –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
minFontSize Single<!– System.Single –>
actualFontSize ref Single<!– System.Single –>
breakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>
adjustment UIBaselineAdjustment<!– MonoTouch.UIKit.UIBaselineAdjustment –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, RectangleF, UIFont)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
rect RectangleF<!– System.Drawing.RectangleF –>
font UIFont<!– MonoTouch.UIKit.UIFont –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, RectangleF, UIFont, UILineBreakMode)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
rect RectangleF<!– System.Drawing.RectangleF –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
mode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, RectangleF, UIFont, UILineBreakMode, UITextAlignment)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
rect RectangleF<!– System.Drawing.RectangleF –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
mode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>
alignment UITextAlignment<!– MonoTouch.UIKit.UITextAlignment –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawString(String, PointF, Single, UIFont, Single, Single, UILineBreakMode, UIBaselineAdjustment)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
point PointF<!– System.Drawing.PointF –>
width Single<!– System.Single –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
minFontSize Single<!– System.Single –>
actualFontSize Single<!– System.Single –>
breakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>
adjustment UIBaselineAdjustment<!– MonoTouch.UIKit.UIBaselineAdjustment –>

<!– MonoTouch.UIKit.UIView –> Go Back

DrawViewHierarchy(RectangleF, Boolean)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>
afterScreenUpdates Boolean<!– System.Boolean –>

<!– MonoTouch.UIKit.UIView –> Go Back

EncodeRestorableState(NSCoder)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
coder NSCoder<!– MonoTouch.Foundation.NSCoder –>

<!– MonoTouch.UIKit.UIView –> Go Back

EncodeTo(NSCoder)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
coder NSCoder<!– MonoTouch.Foundation.NSCoder –>

<!– MonoTouch.Foundation.NSObject –> Go Back

EndEditing(Boolean)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
force Boolean<!– System.Boolean –>

<!– MonoTouch.UIKit.UIView –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

ExchangeSubview(Int32, Int32)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
atIndex Int32<!– System.Int32 –>
withSubviewAtIndex Int32<!– System.Int32 –>

<!– MonoTouch.UIKit.UIView –> Go Back

ExerciseAmbiguityInLayout()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

FrameForAlignmentRect(RectangleF)

Return Value

Return Type Description
RectangleF<!– System.Drawing.RectangleF –>

Parameters

Name Type Description
alignmentRect RectangleF<!– System.Drawing.RectangleF –>

<!– MonoTouch.UIKit.UIView –> Go Back

GestureRecognizerShouldBegin(UIGestureRecognizer)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
gestureRecognizer UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –>

<!– MonoTouch.UIKit.UIView –> Go Back

GetConstraintsAffectingLayout(UILayoutConstraintAxis)

Return Value

Return Type Description
NSLayoutConstraint[]<!– MonoTouch.UIKit.NSLayoutConstraintthinkgeo.mapsuite.iosedition.mapview –>

Parameters

Name Type Description
axis UILayoutConstraintAxis<!– MonoTouch.UIKit.UILayoutConstraintAxis –>

<!– MonoTouch.UIKit.UIView –> Go Back

GetDictionaryOfValuesFromKeys(NSString[])

Return Value

Return Type Description
NSDictionary<!– MonoTouch.Foundation.NSDictionary –>

Parameters

Name Type Description
keys NSString[]<!– MonoTouch.Foundation.NSStringthinkgeo.mapsuite.iosedition.mapview –>

<!– MonoTouch.Foundation.NSObject –> Go Back

GetEnumerator()

Return Value

Return Type Description
IEnumerator<!– System.Collections.IEnumerator –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetNativeField(String)

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description
name String<!– System.String –>

<!– MonoTouch.Foundation.NSObject –> Go Back

GetSnappedZoomLevelIndex(Double)

Gets the index of the snapped zoom level.

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description
scale Double<!– System.Double –> The scale.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

GetTargetForAction(Selector, NSObject)

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description
action Selector<!– MonoTouch.ObjCRuntime.Selector –>
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

HitTest(PointF, UIEvent)

Return Value

Return Type Description
UIView<!– MonoTouch.UIKit.UIView –>

Parameters

Name Type Description
point PointF<!– System.Drawing.PointF –>
uievent UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIView –> Go Back

Init()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

InsertSubview(UIView, Int32)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>
atIndex Int32<!– System.Int32 –>

<!– MonoTouch.UIKit.UIView –> Go Back

InsertSubviewAbove(UIView, UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>
siblingSubview UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

InsertSubviewBelow(UIView, UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>
siblingSubview UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

InvalidateIntrinsicContentSize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

Invoke(NSAction, TimeSpan)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
action NSAction<!– MonoTouch.Foundation.NSAction –>
delay TimeSpan<!– System.TimeSpan –>

<!– MonoTouch.Foundation.NSObject –> Go Back

Invoke(NSAction, Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
action NSAction<!– MonoTouch.Foundation.NSAction –>
delay Double<!– System.Double –>

<!– MonoTouch.Foundation.NSObject –> Go Back

InvokeOnMainThread(NSAction)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
action NSAction<!– MonoTouch.Foundation.NSAction –>

<!– MonoTouch.Foundation.NSObject –> Go Back

InvokeOnMainThread(Selector, NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sel Selector<!– MonoTouch.ObjCRuntime.Selector –>
obj NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.Foundation.NSObject –> Go Back

IsDescendantOfView(UIView)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

LayoutIfNeeded()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

LayoutMarginsDidChange()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

LayoutSubviews()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

MakeTextWritingDirectionLeftToRight(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

MakeTextWritingDirectionRightToLeft(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

MotionBegan(UIEventSubtype, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
motion UIEventSubtype<!– MonoTouch.UIKit.UIEventSubtype –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

MotionCancelled(UIEventSubtype, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
motion UIEventSubtype<!– MonoTouch.UIKit.UIEventSubtype –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

MotionEnded(UIEventSubtype, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
motion UIEventSubtype<!– MonoTouch.UIKit.UIEventSubtype –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

MovedToSuperview()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

MovedToWindow()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

MutableCopy()

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description

<!– MonoTouch.Foundation.NSObject –> Go Back

NeedsUpdateConstraints()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
keyPath NSString<!– MonoTouch.Foundation.NSString –>
ofObject NSObject<!– MonoTouch.Foundation.NSObject –>
change NSDictionary<!– MonoTouch.Foundation.NSDictionary –>
context IntPtr<!– System.IntPtr –>

<!– MonoTouch.Foundation.NSObject –> Go Back

Pan(PanDirection, Int32)

Pans the specified direction.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
direction PanDirection<!– ThinkGeo.MapSuite.Core.PanDirection –> The direction.
percentage Int32<!– System.Int32 –> The percentage.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

Paste(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

PerformSelector(Selector, NSObject, Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
selector Selector<!– MonoTouch.ObjCRuntime.Selector –>
withObject NSObject<!– MonoTouch.Foundation.NSObject –>
delay Double<!– System.Double –>

<!– MonoTouch.Foundation.NSObject –> Go Back

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

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
selector Selector<!– MonoTouch.ObjCRuntime.Selector –>
withObject NSObject<!– MonoTouch.Foundation.NSObject –>
afterDelay Double<!– System.Double –>
nsRunLoopModes NSString[]<!– MonoTouch.Foundation.NSStringthinkgeo.mapsuite.iosedition.mapview –>

<!– MonoTouch.Foundation.NSObject –> Go Back

PerformSelector(Selector, NSThread, NSObject, Boolean)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
selector Selector<!– MonoTouch.ObjCRuntime.Selector –>
onThread NSThread<!– MonoTouch.Foundation.NSThread –>
withObject NSObject<!– MonoTouch.Foundation.NSObject –>
waitUntilDone Boolean<!– System.Boolean –>

<!– MonoTouch.Foundation.NSObject –> Go Back

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

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
selector Selector<!– MonoTouch.ObjCRuntime.Selector –>
onThread NSThread<!– MonoTouch.Foundation.NSThread –>
withObject NSObject<!– MonoTouch.Foundation.NSObject –>
waitUntilDone Boolean<!– System.Boolean –>
nsRunLoopModes NSString[]<!– MonoTouch.Foundation.NSStringthinkgeo.mapsuite.iosedition.mapview –>

<!– MonoTouch.Foundation.NSObject –> Go Back

PerformSelector(Selector, NSObject, Single)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sel Selector<!– MonoTouch.ObjCRuntime.Selector –>
obj NSObject<!– MonoTouch.Foundation.NSObject –>
delay Single<!– System.Single –>

<!– MonoTouch.Foundation.NSObject –> Go Back

PointInside(PointF, UIEvent)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
point PointF<!– System.Drawing.PointF –>
uievent UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIView –> Go Back

Refresh()

Refreshes this instance.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

Refresh(IEnumerable<Overlay>)

Refreshes the specified overlays.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
overlays IEnumerable<Overlay><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.iOSEdition.Overlay} –> The overlays.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ReloadInputViews()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

RemoteControlReceived(UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
theEvent UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

RemoveConstraint(NSLayoutConstraint)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
constraint NSLayoutConstraint<!– MonoTouch.UIKit.NSLayoutConstraint –>

<!– MonoTouch.UIKit.UIView –> Go Back

RemoveConstraints(NSLayoutConstraint[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
constraints NSLayoutConstraint[]<!– MonoTouch.UIKit.NSLayoutConstraintthinkgeo.mapsuite.iosedition.mapview –>

<!– MonoTouch.UIKit.UIView –> Go Back

RemoveFromSuperview()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

RemoveGestureRecognizer(UIGestureRecognizer)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
gestureRecognizer UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –>

<!– MonoTouch.UIKit.UIView –> Go Back

RemoveMotionEffect(UIMotionEffect)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
effect UIMotionEffect<!– MonoTouch.UIKit.UIMotionEffect –>

<!– MonoTouch.UIKit.UIView –> Go Back

RemoveObserver(NSObject, String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
observer NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath String<!– System.String –>

<!– MonoTouch.Foundation.NSObject –> Go Back

RemoveObserver(NSObject, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
observer NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

RemoveObserver(NSObject, String, IntPtr)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
observer NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath String<!– System.String –>
context IntPtr<!– System.IntPtr –>

<!– MonoTouch.Foundation.NSObject –> Go Back

RemoveObserver(NSObject, NSString, IntPtr)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
observer NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath NSString<!– MonoTouch.Foundation.NSString –>
context IntPtr<!– System.IntPtr –>

<!– MonoTouch.Foundation.NSObject –> Go Back

ResignFirstResponder()

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIResponder –> Go Back

ResizableSnapshotView(RectangleF, Boolean, UIEdgeInsets)

Return Value

Return Type Description
UIView<!– MonoTouch.UIKit.UIView –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>
afterScreenUpdates Boolean<!– System.Boolean –>
capInsets UIEdgeInsets<!– MonoTouch.UIKit.UIEdgeInsets –>

<!– MonoTouch.UIKit.UIView –> Go Back

RespondsToSelector(Selector)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
sel Selector<!– MonoTouch.ObjCRuntime.Selector –>

<!– MonoTouch.Foundation.NSObject –> Go Back

RestoreUserActivityState(NSUserActivity)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
activity NSUserActivity<!– MonoTouch.Foundation.NSUserActivity –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

Select(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

SelectAll(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

SendSubviewToBack(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
view UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
priority Single<!– System.Single –>
axis UILayoutConstraintAxis<!– MonoTouch.UIKit.UILayoutConstraintAxis –>

<!– MonoTouch.UIKit.UIView –> Go Back

SetContentHuggingPriority(Single, UILayoutConstraintAxis)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
priority Single<!– System.Single –>
axis UILayoutConstraintAxis<!– MonoTouch.UIKit.UILayoutConstraintAxis –>

<!– MonoTouch.UIKit.UIView –> Go Back

SetNativeField(String, NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
name String<!– System.String –>
value NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SetNeedsDisplay()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

SetNeedsDisplayInRect(RectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
rect RectangleF<!– System.Drawing.RectangleF –>

<!– MonoTouch.UIKit.UIView –> Go Back

SetNeedsLayout()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

SetNeedsUpdateConstraints()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

SetNilValueForKey(NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SetValueForKey(NSObject, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
value NSObject<!– MonoTouch.Foundation.NSObject –>
key NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SetValueForKeyPath(IntPtr, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
handle IntPtr<!– System.IntPtr –>
keyPath NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SetValueForKeyPath(NSObject, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
value NSObject<!– MonoTouch.Foundation.NSObject –>
keyPath NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SetValueForUndefinedKey(NSObject, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
value NSObject<!– MonoTouch.Foundation.NSObject –>
undefinedKey NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SetValuesForKeysWithDictionary(NSDictionary)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
keyedValues NSDictionary<!– MonoTouch.Foundation.NSDictionary –>

<!– MonoTouch.Foundation.NSObject –> Go Back

SizeThatFits(SizeF)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
size SizeF<!– System.Drawing.SizeF –>

<!– MonoTouch.UIKit.UIView –> Go Back

SizeToFit()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

SnapshotView(Boolean)

Return Value

Return Type Description
UIView<!– MonoTouch.UIKit.UIView –>

Parameters

Name Type Description
afterScreenUpdates Boolean<!– System.Boolean –>

<!– MonoTouch.UIKit.UIView –> Go Back

StringSize(String, UIFont)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
font UIFont<!– MonoTouch.UIKit.UIFont –>

<!– MonoTouch.UIKit.UIView –> Go Back

StringSize(String, UIFont, SizeF)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
constrainedToSize SizeF<!– System.Drawing.SizeF –>

<!– MonoTouch.UIKit.UIView –> Go Back

StringSize(String, UIFont, Single, UILineBreakMode)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
forWidth Single<!– System.Single –>
breakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>

<!– MonoTouch.UIKit.UIView –> Go Back

StringSize(String, UIFont, SizeF, UILineBreakMode)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
constrainedToSize SizeF<!– System.Drawing.SizeF –>
lineBreakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>

<!– MonoTouch.UIKit.UIView –> Go Back

StringSize(String, UIFont, Single, ref Single, Single, UILineBreakMode)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
str String<!– System.String –>
font UIFont<!– MonoTouch.UIKit.UIFont –>
minFontSize Single<!– System.Single –>
actualFontSize ref Single<!– System.Single –>
forWidth Single<!– System.Single –>
lineBreakMode UILineBreakMode<!– MonoTouch.UIKit.UILineBreakMode –>

<!– MonoTouch.UIKit.UIView –> Go Back

SubviewAdded(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
uiview UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

SystemLayoutSizeFittingSize(SizeF)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
size SizeF<!– System.Drawing.SizeF –>

<!– MonoTouch.UIKit.UIView –> Go Back

SystemLayoutSizeFittingSize(SizeF, Single, Single)

Return Value

Return Type Description
SizeF<!– System.Drawing.SizeF –>

Parameters

Name Type Description
targetSize SizeF<!– System.Drawing.SizeF –>
horizontalFittingPriority Single<!– System.Single –>
verticalFittingPriority Single<!– System.Single –>

<!– MonoTouch.UIKit.UIView –> Go Back

TintColorDidChange()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

ToScreenCoordinate(PointShape)

Converts the provided world points to screen points.

Return Value

Return Type Description
ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> A screen coordinate that is converted.

Parameters

Name Type Description
worldCoordinate PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> World point to be converted.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

ToWorldCoordinate(ScreenPointF)

Converts the provided screen points to world points.

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> A world coordinate that is converted.

Parameters

Name Type Description
screenCoordinate ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> Screen point to be converted.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ToggleBoldface(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

ToggleItalics(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

ToggleUnderline(NSObject)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
sender NSObject<!– MonoTouch.Foundation.NSObject –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

TouchesBegan(NSSet, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
touches NSSet<!– MonoTouch.Foundation.NSSet –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

TouchesCancelled(NSSet, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
touches NSSet<!– MonoTouch.Foundation.NSSet –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

TouchesEnded(NSSet, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
touches NSSet<!– MonoTouch.Foundation.NSSet –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

TouchesMoved(NSSet, UIEvent)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
touches NSSet<!– MonoTouch.Foundation.NSSet –>
evt UIEvent<!– MonoTouch.UIKit.UIEvent –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

TraitCollectionDidChange(UITraitCollection)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
previousTraitCollection UITraitCollection<!– MonoTouch.UIKit.UITraitCollection –>

<!– MonoTouch.UIKit.UIView –> Go Back

UpdateConstraints()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

UpdateConstraintsIfNeeded()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– MonoTouch.UIKit.UIView –> Go Back

UpdateUserActivityState(NSUserActivity)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
activity NSUserActivity<!– MonoTouch.Foundation.NSUserActivity –>

<!– MonoTouch.UIKit.UIResponder –> Go Back

ValueForKey(NSString)

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description
key NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

ValueForKeyPath(NSString)

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description
keyPath NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

ValueForUndefinedKey(NSString)

Return Value

Return Type Description
NSObject<!– MonoTouch.Foundation.NSObject –>

Parameters

Name Type Description
key NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

ViewWithTag(Int32)

Return Value

Return Type Description
UIView<!– MonoTouch.UIKit.UIView –>

Parameters

Name Type Description
tag Int32<!– System.Int32 –>

<!– MonoTouch.UIKit.UIView –> Go Back

WillChange(NSKeyValueChange, NSIndexSet, NSString)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
changeKind NSKeyValueChange<!– MonoTouch.Foundation.NSKeyValueChange –>
indexes NSIndexSet<!– MonoTouch.Foundation.NSIndexSet –>
forKey NSString<!– MonoTouch.Foundation.NSString –>

<!– MonoTouch.Foundation.NSObject –> Go Back

WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
forKey NSString<!– MonoTouch.Foundation.NSString –>
mutationKind NSKeyValueSetMutationKind<!– MonoTouch.Foundation.NSKeyValueSetMutationKind –>
objects NSSet<!– MonoTouch.Foundation.NSSet –>

<!– MonoTouch.Foundation.NSObject –> Go Back

WillChangeValue(String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
forKey String<!– System.String –>

<!– MonoTouch.Foundation.NSObject –> Go Back

WillMoveToSuperview(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
newsuper UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

WillMoveToWindow(UIWindow)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
window UIWindow<!– MonoTouch.UIKit.UIWindow –>

<!– MonoTouch.UIKit.UIView –> Go Back

WillRemoveSubview(UIView)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
uiview UIView<!– MonoTouch.UIKit.UIView –>

<!– MonoTouch.UIKit.UIView –> Go Back

ZoomIn(Int32)

Zooms the map in for one level.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
percentage Int32<!– System.Int32 –> The percentage.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomInByAnchorPoint(ScreenPointF)

Zooms the in by anchor point.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
touchPosition ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> The touch position.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomOut(Int32)

Zooms the map in by the provided percentage.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
percentage Int32<!– System.Int32 –> The percentage.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

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

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
worldCenter PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> A world center to zoom the map to.
scale Double<!– System.Double –> A double value indicates the scale to zoom the map to.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomTo(BaseShape)

Zooms the map to specified feature.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> The target shape.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomTo(Feature)

Zooms the map to specified feature.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.Core.Feature –> The feature.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomToNextExtent()

Zooms to next extent.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomToPreviousExtent()

Zooms to previous extent.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

ZoomToScale(Double)

Zooms the map to specified scale.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
targetScale Double<!– System.Double –> The target scale.

<!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back

Protected Methods

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 <paramref name=“disposing” /> is set to <see langword=“true” /> 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 <see langword=“false” />.

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 === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | disposing | Boolean<!– System.Boolean –> | 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. | <!– MonoTouch.Foundation.NSObject(overriden) –> Go Back ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ <!– System.Object(overriden) –> Go Back ==== InitializeHandle(IntPtr, String) ==== === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | handle | IntPtr<!– System.IntPtr –> | | | initSelector | String<!– System.String –> | | <!– MonoTouch.Foundation.NSObject –> Go Back ==== InitializeHandle(IntPtr) ==== === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | handle | IntPtr<!– System.IntPtr –> | | <!– MonoTouch.Foundation.NSObject –> Go Back ==== MarkDirty() ==== === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ <!– MonoTouch.Foundation.NSObject –> Go Back ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object<!– System.Object –> | | === Parameters === ^ Name ^ Type ^ Description ^ <!– System.Object –> Go Back ==== OnCurrentExtentChanged(CurrentExtentChangedMapViewEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | CurrentExtentChangedMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs –> | The instance containing the event data. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnCurrentExtentChanging(CurrentExtentChangingMapViewEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | CurrentExtentChangingMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs –> | The instance containing the event data. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnCurrentScaleChanged(CurrentScaleChangedMapViewEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | CurrentScaleChangedMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs –> | The instance containing the event data. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnCurrentScaleChanging(CurrentScaleChangingMapViewEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | CurrentScaleChangingMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs –> | The instance containing the event data. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnDoubleTap(UIGestureRecognizer) ==== Called when tap. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnLongPress(UIGestureRecognizer) ==== Called when press. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnSingleTap(UIGestureRecognizer) ==== Called when tap. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnTouchDown(UIGestureRecognizer) ==== Called when down. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnTouchMove(UIGestureRecognizer) ==== Called when move. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnTouchPinch(UIGestureRecognizer) ==== Called when pinch. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== OnTouchUp(UIGestureRecognizer) ==== Called when up. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | e | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | The e. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== PanCore(PanDirection, Int32) ==== This function will pan the currentExtent based on a direction and percentage. === Overloads === This overload allows you to pass a degree and percentage. === Remarks === This method will change the current extent by panning according to the direction and percentage specified. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | direction | PanDirection<!– ThinkGeo.MapSuite.Core.PanDirection –> | This parameter is the direction in which you want to pan. | | percentage | Int32<!– System.Int32 –> | This parameter is the percentage by which you want to pan. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== RefreshCore() ==== Refreshes current map control. === Remarks === Refreshes all the existing overlays and map tools. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== ZoomInByAnchorPointCore(ScreenPointF) ==== Zooms the in by anchor point core. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | touchPosition | ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> | The touch position. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== ZoomInCore(Int32) ==== Zooms the map in by the provided percentage. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | percentage | Int32<!– System.Int32 –> | A scale to zoom the map in. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== ZoomOutCore(Int32) ==== Zooms the map out by the provided percentage. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | percentage | Int32<!– System.Int32 –> | A scale to zoom the map in. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== ZoomToCore(RectangleShape) ==== Zooms the map in by the provided extent and locates to extent. === Return Value === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | extent | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | The extent. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== 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 === ^ Return Type ^ Description ^ | Void<!– System.Void –> | | === Parameters === ^ Name ^ Type ^ Description ^ | targetScale | Double<!– System.Double –> | A double value indicates the scale to zoom the map to. | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ===== Public Properties ===== ==== AccessibilityActivationPoint ==== === Return Value === ^ Return Type ^ | PointF<!– System.Drawing.PointF –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityCustomActions ==== === Return Value === ^ Return Type ^ | UIAccessibilityCustomAction[]<!– MonoTouch.UIKit.UIAccessibilityCustomActionthinkgeo.mapsuite.iosedition.mapview –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== AccessibilityElementsHidden ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityFrame ==== === Return Value === ^ Return Type ^ | RectangleF<!– System.Drawing.RectangleF –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityHint ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityIdentifier ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityLabel ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityLanguage ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityNavigationStyle ==== === Return Value === ^ Return Type ^ | UIAccessibilityNavigationStyle<!– MonoTouch.UIKit.UIAccessibilityNavigationStyle –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityPath ==== === Return Value === ^ Return Type ^ | UIBezierPath<!– MonoTouch.UIKit.UIBezierPath –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityTraits ==== === Return Value === ^ Return Type ^ | UIAccessibilityTrait<!– MonoTouch.UIKit.UIAccessibilityTrait –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityValue ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AccessibilityViewIsModal ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AdornmentOverlay ==== Gets the adornment overlay for the MapControl. === Return Value === ^ Return Type ^ | AdornmentOverlay<!– ThinkGeo.MapSuite.iOSEdition.AdornmentOverlay –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== AlignmentRectInsets ==== === Return Value === ^ Return Type ^ | UIEdgeInsets<!– MonoTouch.UIKit.UIEdgeInsets –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Alpha ==== === Return Value === ^ Return Type ^ | Single<!– System.Single –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AutoresizingMask ==== === Return Value === ^ Return Type ^ | UIViewAutoresizing<!– MonoTouch.UIKit.UIViewAutoresizing –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== AutosizesSubviews ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== BackgroundColor ==== === Return Value === ^ Return Type ^ | UIColor<!– MonoTouch.UIKit.UIColor –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Bounds ==== === Return Value === ^ Return Type ^ | RectangleF<!– System.Drawing.RectangleF –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== CanBecomeFirstResponder ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== CanResignFirstResponder ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== Center ==== === Return Value === ^ Return Type ^ | PointF<!– System.Drawing.PointF –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ClassHandle ==== === Return Value === ^ Return Type ^ | IntPtr<!– System.IntPtr –> | <!– MonoTouch.Foundation.NSObject(overriden) –> Go Back ==== ClearsContextBeforeDrawing ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ClipsToBounds ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Constraints ==== === Return Value === ^ Return Type ^ | NSLayoutConstraint[]<!– MonoTouch.UIKit.NSLayoutConstraintthinkgeo.mapsuite.iosedition.mapview –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ContentMode ==== === Return Value === ^ Return Type ^ | UIViewContentMode<!– MonoTouch.UIKit.UIViewContentMode –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ContentScaleFactor ==== === Return Value === ^ Return Type ^ | Single<!– System.Single –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== CurrentExtent ==== Gets or sets the current extent for the MapControl. === Return Value === ^ Return Type ^ | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== CurrentScale ==== Gets the current scale for the MapControl. === Return Value === ^ Return Type ^ | Double<!– System.Double –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== DebugDescription ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.Foundation.NSObject –> Go Back ==== Description ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.Foundation.NSObject –> Go Back ==== EditOverlay ==== Gets or sets the edit overlay for the MapControl. === Return Value === ^ Return Type ^ | EditInteractiveOverlay<!– ThinkGeo.MapSuite.iOSEdition.EditInteractiveOverlay –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== EnableInputClicksWhenVisible ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== EventView ==== Gets the event view for the MapControl. === Return Value === ^ Return Type ^ | UIView<!– MonoTouch.UIKit.UIView –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== ExclusiveTouch ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ExtentOverlay ==== Gets or sets the extent overlay for the MapControl. === Return Value === ^ Return Type ^ | ExtentInteractiveOverlay<!– ThinkGeo.MapSuite.iOSEdition.ExtentInteractiveOverlay –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== Frame ==== Coordinates of the view relative to its container. === Remarks === When changes are done to this property, the <see cref=“P:MonoTouch.UIKit.UIView.Center” /> is updated with the new location and the <see cref=“P:MonoTouch.UIKit.UIView.Bounds” /> is updated with the new dimensions and a re-layout of the subviews is performed. Changing this property will not trigger a call to <see cref=“M:MonoTouch.UIKit.UIView.Draw(System.Drawing.RectangleF)” /> unless you set the <see cref=“P:MonoTouch.UIKit.UIView.ContentMode” /> property to <see cref=“E:MonoTouch.UIKit.UIViewContentMode.Redraw” />. At least on iOS 6, changing this property causes the a re-layout of the subviews, even if the dimensions are the same. This can cause performance problems as some views (like UITableView) can perform some very expensive computations when they are laid out. If your <see cref=“P:MonoTouch.UIKit.UIView.ContentMode” /> property is set to <see cref=“E:MonoTouch.UIKit.UIViewContentMode.Redraw” />, you can avoid a redraw of your view if you update the <see cref=“P:MonoTouch.UIKit.UIView.Center” /> property instead of updating the Frame as that one will merely move the view without triggering a call to <see cref=“M:MonoTouch.UIKit.UIView.LayoutSubviews()” />. <para id=“animatable”> This property participates in the implicit animation protocol, changing it outside of a transaction will trigger an implicit animation for its values. If you change the <see cref=“P:MonoTouch.UIKit.UIView.Transform” /> property to a matrix that does not represent the identity matrix, changing this property can have unintended consequences. In those cases, you should instead update <see cref=“P:MonoTouch.UIKit.UIView.Center” /> and <see cref=“P:MonoTouch.UIKit.UIView.Bounds” /> directly. === Return Value === ^ Return Type ^ | RectangleF<!– System.Drawing.RectangleF –> | <!– MonoTouch.UIKit.UIView(overriden) –> Go Back ==== GestureRecognizers ==== === Return Value === ^ Return Type ^ | UIGestureRecognizer[]<!– MonoTouch.UIKit.UIGestureRecognizerthinkgeo.mapsuite.iosedition.mapview –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Handle ==== === Return Value === ^ Return Type ^ | IntPtr<!– System.IntPtr –> | <!– MonoTouch.Foundation.NSObject –> Go Back ==== HasAmbiguousLayout ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Hidden ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== InputAccessoryView ==== === Return Value === ^ Return Type ^ | UIView<!– MonoTouch.UIKit.UIView –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== InputAccessoryViewController ==== === Return Value === ^ Return Type ^ | UIInputViewController<!– MonoTouch.UIKit.UIInputViewController –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== InputView ==== === Return Value === ^ Return Type ^ | UIView<!– MonoTouch.UIKit.UIView –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== InputViewController ==== === Return Value === ^ Return Type ^ | UIInputViewController<!– MonoTouch.UIKit.UIInputViewController –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== InteractiveOverlays ==== Gets or sets the extent overlay for the MapControl. === Return Value === ^ Return Type ^ | GeoCollection<InteractiveOverlay><!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.InteractiveOverlay} –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== IntrinsicContentSize ==== === Return Value === ^ Return Type ^ | SizeF<!– System.Drawing.SizeF –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== IsAccessibilityElement ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== IsFirstResponder ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== KeyCommands ==== === Return Value === ^ Return Type ^ | UIKeyCommand[]<!– MonoTouch.UIKit.UIKeyCommandthinkgeo.mapsuite.iosedition.mapview –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== Layer ==== === Return Value === ^ Return Type ^ | CALayer<!– MonoTouch.CoreAnimation.CALayer –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== LayoutMargins ==== === Return Value === ^ Return Type ^ | UIEdgeInsets<!– MonoTouch.UIKit.UIEdgeInsets –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== MapTools ==== Gets the map tools for the MapControl. === Return Value === ^ Return Type ^ | MapTools<!– ThinkGeo.MapSuite.iOSEdition.MapTools –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapUnit ==== Gets or sets the map unit for the MapControl. === Return Value === ^ Return Type ^ | GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MaskView ==== === Return Value === ^ Return Type ^ | UIView<!– MonoTouch.UIKit.UIView –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== MotionEffects ==== === Return Value === ^ Return Type ^ | UIMotionEffect[]<!– MonoTouch.UIKit.UIMotionEffectthinkgeo.mapsuite.iosedition.mapview –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== MultipleTouchEnabled ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== NextResponder ==== === Return Value === ^ Return Type ^ | UIResponder<!– MonoTouch.UIKit.UIResponder –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== Opaque ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Overlays ==== Gets the overlays for the MapControl. === Return Value === ^ Return Type ^ | GeoCollection<Overlay><!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.iOSEdition.Overlay} –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== PreservesSuperviewLayoutMargins ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== RestorationIdentifier ==== === Return Value === ^ Return Type ^ | String<!– System.String –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== RetainCount ==== === Return Value === ^ Return Type ^ | Int32<!– System.Int32 –> | <!– MonoTouch.Foundation.NSObject –> Go Back ==== ShouldGroupAccessibilityChildren ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Subviews ==== === Return Value === ^ Return Type ^ | UIView[]<!– MonoTouch.UIKit.UIViewthinkgeo.mapsuite.iosedition.mapview –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== SuperHandle ==== === Return Value === ^ Return Type ^ | IntPtr<!– System.IntPtr –> | <!– MonoTouch.Foundation.NSObject –> Go Back ==== Superview ==== === Return Value === ^ Return Type ^ | UIView<!– MonoTouch.UIKit.UIView –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Tag ==== === Return Value === ^ Return Type ^ | Int32<!– System.Int32 –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== TextInputContextIdentifier ==== === Return Value === ^ Return Type ^ | NSString<!– MonoTouch.Foundation.NSString –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== TextInputMode ==== === Return Value === ^ Return Type ^ | UITextInputMode<!– MonoTouch.UIKit.UITextInputMode –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== TintAdjustmentMode ==== === Return Value === ^ Return Type ^ | UIViewTintAdjustmentMode<!– MonoTouch.UIKit.UIViewTintAdjustmentMode –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== TintColor ==== === Return Value === ^ Return Type ^ | UIColor<!– MonoTouch.UIKit.UIColor –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== TrackOverlay ==== Gets or sets the track overlay for the MapControl. === Return Value === ^ Return Type ^ | TrackInteractiveOverlay<!– ThinkGeo.MapSuite.iOSEdition.TrackInteractiveOverlay –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== TraitCollection ==== === Return Value === ^ Return Type ^ | UITraitCollection<!– MonoTouch.UIKit.UITraitCollection –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Transform ==== === Return Value === ^ Return Type ^ | CGAffineTransform<!– MonoTouch.CoreGraphics.CGAffineTransform –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== TranslatesAutoresizingMaskIntoConstraints ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== UndoManager ==== === Return Value === ^ Return Type ^ | NSUndoManager<!– MonoTouch.Foundation.NSUndoManager –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== UserActivity ==== === Return Value === ^ Return Type ^ | NSUserActivity<!– MonoTouch.Foundation.NSUserActivity –> | <!– MonoTouch.UIKit.UIResponder –> Go Back ==== UserInteractionEnabled ==== === Return Value === ^ Return Type ^ | Boolean<!– System.Boolean –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ViewForBaselineLayout ==== === Return Value === ^ Return Type ^ | UIView<!– MonoTouch.UIKit.UIView –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ViewPrintFormatter ==== === Return Value === ^ Return Type ^ | UIViewPrintFormatter<!– MonoTouch.UIKit.UIViewPrintFormatter –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== Window ==== === Return Value === ^ Return Type ^ | UIWindow<!– MonoTouch.UIKit.UIWindow –> | <!– MonoTouch.UIKit.UIView –> Go Back ==== ZoomLevelSet ==== Gets or sets the zoom level set for the MapControl. === Return Value === ^ Return Type ^ | ZoomLevelSet<!– ThinkGeo.MapSuite.Core.ZoomLevelSet –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ===== Protected Properties ===== ===== Public Events ===== ==== CurrentExtentChanged ==== === Event Arguments === ^ Event Arguments ^ | CurrentExtentChangedMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangedMapViewEventArgs –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== CurrentExtentChanging ==== === Event Arguments === ^ Event Arguments ^ | CurrentExtentChangingMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentExtentChangingMapViewEventArgs –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== CurrentScaleChanged ==== === Event Arguments === ^ Event Arguments ^ | CurrentScaleChangedMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangedMapViewEventArgs –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== CurrentScaleChanging ==== === Event Arguments === ^ Event Arguments ^ | CurrentScaleChangingMapViewEventArgs<!– ThinkGeo.MapSuite.iOSEdition.CurrentScaleChangingMapViewEventArgs –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapDoubleTap ==== This event raises when double tap. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapLongPress ==== This event raises when long press. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapSingleTap ==== This event raises when single tap. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapTouchDown ==== This event raises when touch down. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapTouchMove ==== This event raises when touch move. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapTouchPinch ==== This event raises when touch pinch. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back ==== MapTouchUp ==== This event raises when touch up. === Event Arguments === ^ Event Arguments ^ | UIGestureRecognizer<!– MonoTouch.UIKit.UIGestureRecognizer –> | <!– ThinkGeo.MapSuite.iOSEdition.MapView –> Go Back NOTOC iOSEdition ThinkGeo.MapSuite.iOSEdition UpdateDocumentation

thinkgeo.mapsuite.iosedition.mapview.1440040131.txt.gz · Last modified: 2015/09/21 08:33 (external edit)