Platforms to show: All Mac Windows Linux Cross-Platform
Back to MapKitViewControlMBS control.
MapKitViewControlMBS.annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as Integer, oldState as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view containing the annotation view.
annotationView: The annotation view whose drag state changed.
newState: The new drag state of the annotation view.
oldState: The previous drag state of the annotation view.
The drag state typically changes in response to user interactions with the annotation view. However, the annotation view itself is responsible for changing that state as well.
MapKitViewControlMBS.beginGestureWithEvent(e as NSEventMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
e: An event object representing the gesture beginning.
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
Return true if you handled this event.
MapKitViewControlMBS.BoundsChanged
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The control is about to close.
In Xojo version 2021r3 and newer this event is named Closing.
| Type | Topic | Version |
| event | MapKit | 14.1 |
The control is about to close.
In older Xojo versions, this event is named Close.
MapKitViewControlMBS.ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 19.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view containing the specified annotations.
memberAnnotations: The annotations to be clustered together. The returned MKClusterAnnotation object must include the specific annotations in this parameter.
Return the cluster annotation object.
Use this method to customize the cluster annotations displayed on your map. Normally, MapKit creates cluster annotation objects automatically when one or more annotations with the same cluster identifier are too close together. However, you can implement this method and return a custom cluster annotation object for the specified set of annotations.
MapKitViewControlMBS.ConstructContextualMenu(base as MenuItem, x as Integer, y as Integer) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 22.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
MapKitViewControlMBS.ContextualMenuAction(hitItem as MenuItem) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This allows the control to react on its relevant menu items. Please return true if you handled it or false to give others a chance.
MapKitViewControlMBS.EnableMenuItems
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The event where you can enable menu items.
In Xojo version 2021r3 and newer this event is named MenuBarSelected.
MapKitViewControlMBS.endGestureWithEvent(e as NSEventMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
e: An event object representing the gesture end.
Available in Mac OS X v10.6 and later.
Return true if you handled this event.
MapKitViewControlMBS.FocusLost
| Type | Topic | Version |
| event | MapKit | 16.5 |
The control lost focus.
In older Xojo versions, this event is named LostFocus.
This only fires if the control itself lost focus and not a sub control.
MapKitViewControlMBS.FocusReceived
| Type | Topic | Version |
| event | MapKit | 16.5 |
The control itself got focus.
In older Xojo versions, this event is named GotFocus.
This only fires if the control itself got focus and not a sub control.
MapKitViewControlMBS.FrameChanged
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This event notifies you, that the control changed it's bounding frame, which is position and/or size.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The control itself got focus.
In Xojo version 2021r3 and newer this event is named FocusReceived.
This only fires if the control itself got focus and not a sub control.
MapKitViewControlMBS.LostFocus
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The control lost focus.
In Xojo version 2021r3 and newer this event is named FocusLost.
This only fires if the control itself lost focus and not a sub control.
MapKitViewControlMBS.magnifyWithEvent(e as NSEventMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
e: An event object representing the magnify gesture.
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
Return true if you handled this event.
MapKitViewControlMBS.MenuBarSelected
| Type | Topic | Version |
| event | MapKit | 17.1 |
The event where you can enable menu items.
In older Xojo versions, this event is named EnableMenuItems.
MapKitViewControlMBS.MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The coordinates x and y are local to the control, i.e. they represent the position of the mouse click relative to the upper-left corner or the Control.
Return True if you are going to handle the MouseDown. In such a case
- The Action event, if any, will not execute and the state of the object will not change.
- You will receive the MouseDrag and MouseUp events.
MapKitViewControlMBS.MouseDrag(x as Integer, y as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Mouse location is local to the control passed in to x, y.
As this event is fired continuously (hundreds of time per second), it is your responsibility to determine if the mouse has really moved.
MapKitViewControlMBS.MouseUp(x as Integer, y as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Use the x and y parameters to determine if the mouse button was released within the control's boundaries.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The control is about to was created and you can initialize it.
In Xojo version 2021r3 and newer this event is named Opening.
| Type | Topic | Version |
| event | MapKit | 14.1 |
The control is about to was created and you can initialize it.
In older Xojo versions, this event is named Open.
MapKitViewControlMBS.pressureChange(e as NSEventMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 15.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This method is invoked automatically in response to user actions. event is the event that initiated the change in pressure.
Available in OS X v10.10.3 and later.
MapKitViewControlMBS.regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view whose visible region changed.
animated: If true, the change to the new region was animated.
This method is called whenever the currently displayed map region changes. During scrolling, this method may be called many times to report updates to the map position. Therefore, your implementation of this method should be as lightweight as possible to avoid affecting scrolling performance.
MapKitViewControlMBS.regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view whose visible region is about to change.
animated: If true, the change to the new region will be animated. If NO, the change will be made immediately.
This method is called whenever the currently displayed map region changes. During scrolling, this method may be called many times to report updates to the map position. Therefore, your implementation of this method should be as lightweight as possible to avoid affecting scrolling performance.
MapKitViewControlMBS.rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 19.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view that requested the renderer object.
overlay: The overlay object that is about to be displayed.
Return the renderer to use when presenting the specified overlay on the map.
You must implement this method and use it to provide an appropriate renderer object for your overlays. The renderer object is responsible for drawing the contents of your overlay when asked to do so by the map view. Map Kit supports many different types of standard renderer objects and you may also define your own custom renderers.
If you don't implement this event, the MBS Plugin returns a default renderer.
MapKitViewControlMBS.rotateWithEvent(e as NSEventMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
e: An event object representing the rotate gesture.
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
Return true if you handled this event.
MapKitViewControlMBS.ScaleFactorChanged(NewFactor as Double)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 17.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Please invalidate any cached bitmaps or other relevant state.
MapKitViewControlMBS.swipeWithEvent(e as NSEventMBS) as boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
e: An event object representing the swipe gesture.
The event will be sent to the view under the touch in the key window.
Available in Mac OS X v10.6 and later.
Return true if you handled this event.
MapKitViewControlMBS.viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 19.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
MapKitViewControlMBS.willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 24.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Your chance to modify the menu before it is shown, e.g. to add menu entries.
MapKitViewControlMBS.willStartLoadingMap(mapView as MKMapViewMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view that began loading the data.
This method is called whenever a new group of map tiles need to be downloaded from the server. This typically occurs whenever you expose portions of the map by panning or zooming the content. You can use this method to mark the time that it takes for the map view to load the data.
MapKitViewControlMBS.willStartLocatingUser(mapView as MKMapViewMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
mapView: The map view that is tracking the user's location.
This method is called when the value of the showsUserLocation property changes to true.
MapKitViewControlMBS.WillStartRenderingMap(mapView as MKMapViewMBS)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| event | MapKit | MBS MacFrameworks Plugin | 19.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
The map view calls this method when one or more tiles are revealed and require rendering.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.