Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MacFrameworks Plugin:MapKit:
Not Console safe, 705 entry points.
- class MKAnnotationViewMBS
- method Constructor(Handle as Integer)
- method setDragState(State as Integer, animated as Boolean)
- method setSelected(selected as boolean, animated as boolean)
- method Constructor(annotation as MKAnnotationMBS, reuseIdentifier as string = "", EnableEvents as Boolean = false)
- method Destructor
- property collisionMode as Integer
- property displayPriority as Double
- property clusteringIdentifier as String
- property reuseIdentifier as String
- property enabled as Boolean
- property highlighted as Boolean
- property selected as Boolean
- property draggable as Boolean
- property canShowCallout as Boolean
- property dragState as Integer
- property annotation as MKAnnotationMBS
- property image as NSImageMBS
- property leftCalloutAccessoryView as NSViewMBS
- property rightCalloutAccessoryView as NSViewMBS
- property detailCalloutAccessoryView as NSViewMBS
- property CalloutOffset as NSPointMBS
- property CenterOffset as NSPointMBS
- property leftCalloutOffset as NSPointMBS
- property rightCalloutOffset as NSPointMBS
- property clusterAnnotationView as MKAnnotationViewMBS
- shared method MKAnnotationCalloutInfoDidChangeNotification as String
- event prepareForReuse
- event prepareForDisplay
- class MKCircleMBS
- method Constructor(Latitude as double, Longitude as Double, radius as Double)
- method Constructor(coord as CLLocationCoordinate2DMBS, radius as Double)
- method Constructor(mapRect as MKMapRectMBS)
- method Constructor(Handle as Integer)
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- property coordinate as CLLocationCoordinate2DMBS
- property radius as Double
- property boundingMapRect as MKMapRectMBS
- shared method circleWithCenterCoordinate(Latitude as double, Longitude as Double, radius as Double) as MKCircleMBS
- shared method circleWithCenterCoordinate(coord as CLLocationCoordinate2DMBS, radius as Double) as MKCircleMBS
- shared method circleWithMapRect(mapRect as MKMapRectMBS) as MKCircleMBS
- class MKCircleRendererMBS
- class MKClusterAnnotationMBS
- method Constructor(Handle as Integer)
- method Constructor
- method memberAnnotations as MKAnnotationMBS()
- method Constructor(memberAnnotations() as MKAnnotationMBS)
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- property Handle as Integer
- property Title as String
- property SubTitle as String
- class MKCoordinateRegionMBS
- method Constructor(center as CLLocationCoordinate2DMBS, span as MKCoordinateSpanMBS)
- property center as CLLocationCoordinate2DMBS
- property span as MKCoordinateSpanMBS
- shared method MakeWithDistance(center as CLLocationCoordinate2DMBS, latitudinalMeters as double, longitudinalMeters as double) as MKCoordinateRegionMBS
- class MKCoordinateSpanMBS
- class MKCustomAnnotationMBS
- class MKCustomOverlayMBS
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method canReplaceMapContent as Boolean
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method Constructor(Handle as Integer)
- method Constructor
- method setBoundingMapRect(m as MKMapRectMBS)
- property Handle as Integer
- property title as String
- property subtitle as String
- property canReplaceMapContent as Boolean
- class MKCustomOverlayRendererMBS
- class MKDirectionsMBS
- method calculateDirections(tag as variant = nil)
- method calculateETA(tag as variant = nil)
- method cancel
- method Constructor(request as MKDirectionsRequestMBS)
- method Destructor
- method Constructor(Handle as Integer)
- property Handle as Integer
- property Calculating as Boolean
- property Request as MKDirectionsRequestMBS
- event calculateDirectionsCompleted(response as MKDirectionsResponseMBS, error as NSErrorMBS, tag as Variant)
- event calculateETAWithCompleted(response as MKETAResponseMBS, error as NSErrorMBS, tag as Variant)
- class MKDirectionsRequestMBS
- method Constructor
- method Constructor(URL as string)
- method Constructor(Handle as Integer)
- property transportType as Integer
- property Handle as Integer
- property departureDate as Date
- property arrivalDate as Date
- property requestsAlternateRoutes as Boolean
- property source as MKMapItemMBS
- property destination as MKMapItemMBS
- property departureDateTime as DateTime
- property arrivalDateTime as DateTime
- shared method isDirectionsRequestURL(URL as string) as Boolean
- class MKDirectionsResponseMBS
- class MKDistanceFormatterMBS
- method distanceFromString(distance as String) as Double
- method stringFromDistance(distance as Double) as String
- method Constructor
- method Constructor(Handle as Integer)
- property Handle as Integer
- property Locale as NSLocaleMBS
- property UnitStyle as Integer
- property Units as Integer
- shared method formatter as MKDistanceFormatterMBS
- class MKETAResponseMBS
- method Constructor(Handle as Integer)
- method Constructor
- property Handle as Integer
- property expectedTravelTime as Double
- property distance as Double
- property transportType as Integer
- property expectedArrivalDate as Date
- property expectedDepartureDate as Date
- property source as MKMapItemMBS
- property destination as MKMapItemMBS
- property expectedArrivalDateTime as DateTime
- property expectedDepartureDateTime as DateTime
- class MKGeodesicPolylineMBS
- method Constructor(coords() as CLLocationCoordinate2DMBS)
- method Constructor(points() as MKMapPointMBS)
- method Constructor
- method Constructor(Handle as Integer)
- shared method polylineWithCoordinates(coords() as CLLocationCoordinate2DMBS) as MKGeodesicPolylineMBS
- shared method polylineWithPoints(points() as MKMapPointMBS) as MKGeodesicPolylineMBS
- class MKLocalSearchCompleterMBS
- method results as MKLocalSearchCompletionMBS()
- method cancel
- method Constructor
- method Destructor
- property region as MKCoordinateRegionMBS
- property Handle as Integer
- property Searching as Boolean
- property QueryFragment as String
- property filterType as Integer
- event DidUpdateResults
- event DidFailWithError(error as NSErrorMBS)
- class MKLocalSearchCompletionMBS
- class MKLocalSearchMBS
- class MKLocalSearchRequestMBS
- class MKLocalSearchResponseMBS
- class MKMapCameraMBS
- method copy as MKMapCameraMBS
- method Constructor
- method Constructor(centerCoordinate as CLLocationCoordinate2DMBS, eyeCoordinate as CLLocationCoordinate2DMBS, eyeAltitude as double)
- method Constructor(centerCoordinate as CLLocationCoordinate2DMBS, distance as double, pitch as double, heading as double)
- method Constructor(Handle as Integer)
- property centerCoordinate as CLLocationCoordinate2DMBS
- property pitch as Double
- property altitude as Double
- property heading as Double
- shared method camera as MKMapCameraMBS
- shared method cameraLookingAtCenterCoordinate(centerCoordinate as CLLocationCoordinate2DMBS, eyeCoordinate as CLLocationCoordinate2DMBS, eyeAltitude as double) as MKMapCameraMBS
- shared method cameraLookingAtCenterCoordinate(centerCoordinate as CLLocationCoordinate2DMBS, distance as double, pitch as double, heading as double) as MKMapCameraMBS
- class MKMapItemMBS
- method Constructor(Handle as Integer)
- method Constructor(PlaceMark as MKPlacemarkMBS)
- method openInMaps(LaunchOptions as Dictionary) as Boolean
- property Handle as Integer
- property Name as String
- property phoneNumber as String
- property placemark as MKPlacemarkMBS
- property isCurrentLocation as Boolean
- property URL as String
- property timeZone as NSTimeZoneMBS
- shared method MKLaunchOptionsDirectionsModeKey as String
- shared method MKLaunchOptionsMapTypeKey as String
- shared method MKLaunchOptionsShowsTrafficKey as String
- shared method MKLaunchOptionsDirectionsModeDefault as String
- shared method MKLaunchOptionsDirectionsModeDriving as String
- shared method MKLaunchOptionsDirectionsModeWalking as String
- shared method MKLaunchOptionsDirectionsModeTransit as String
- shared method MKLaunchOptionsMapCenterKey as String
- shared method MKLaunchOptionsMapSpanKey as String
- shared method MKLaunchOptionsCameraKey as String
- shared method mapItemForCurrentLocation as MKMapItemMBS
- shared method openMapsWithItems(items() as MKMapItemMBS, launchOptions as Dictionary) as Boolean
- class MKMapPointMBS
- method Equal(other as MKMapPointMBS) as Boolean
- method Constructor(x as double = 0, y as double = 0)
- method Constructor(other as MKMapPointMBS)
- property X as Double
- property Y as Double
- property StringValue as String
- shared method MetersBetweenMapPoints(point1 as MKMapPointMBS, point2 as MKMapPointMBS) as Double
- shared method MapPointsPerMeterAtLatitude(Latitude as Double) as Double
- shared method MetersPerMapPointAtLatitude(Latitude as Double) as Double
- shared method Coordinate(point as MKMapPointMBS) as CLLocationCoordinate2DMBS
- shared method Point(coordinate as CLLocationCoordinate2DMBS) as MKMapPointMBS
- shared method Point(x as double = 0, y as double = 0) as MKMapPointMBS
- class MKMapRectMBS
- method Constructor(x as double = 0, y as double = 0, w as double = 0, h as double = 0)
- method Constructor(other as MKMapRectMBS)
- method Constructor(origin as MKMapPointMBS, size as MKMapSizeMBS)
- method Union(other as MKMapRectMBS) as MKMapRectMBS
- method Intersection(other as MKMapRectMBS) as MKMapRectMBS
- method Inset(dx as Double, dy as Double) as MKMapRectMBS
- method Offset(dx as Double, dy as Double) as MKMapRectMBS
- method Intersects(other as MKMapRectMBS) as Boolean
- method Contains(other as MKMapRectMBS) as Boolean
- method Contains(other as MKMapPointMBS) as Boolean
- method Region as MKCoordinateRegionMBS
- method Equal(other as MKMapRectMBS) as Boolean
- method Remainder as MKMapRectMBS
- method Divide(byref slice as MKMapRectMBS, byref remainder as MKMapRectMBS, amount as double, edge as Integer)
- property X as Double
- property Y as Double
- property Width as Double
- property Height as Double
- property Size as MKMapSizeMBS
- property Origin as MKMapPointMBS
- property isEmpty as Boolean
- property MinX as Double
- property MinY as Double
- property MaxX as Double
- property MaxY as Double
- property MidX as Double
- property MidY as Double
- property Spans180thMeridian as Boolean
- property isNull as Boolean
- property StringValue as String
- shared method Rect(x as double = 0, y as double = 0, width as double = 0, heigth as double = 0) as MKMapRectMBS
- shared method World as MKMapRectMBS
- shared method Null as MKMapRectMBS
- class MKMapSizeMBS
- method Equal(other as MKMapSizeMBS) as Boolean
- method Constructor(width as double = 0, height as double = 0)
- method Constructor(other as MKMapSizeMBS)
- property Width as Double
- property Height as Double
- property StringValue as String
- shared method Size(Width as double = 0, Height as double = 0) as MKMapSizeMBS
- shared method World as MKMapSizeMBS
- class MKMapSnapshotMBS
- class MKMapSnapshotOptionsMBS
- method Copy as MKMapSnapshotOptionsMBS
- method Constructor
- method Constructor(Handle as Integer)
- property camera as MKMapCameraMBS
- property showsBuildings as Boolean
- property showsPointsOfInterest as Boolean
- property mapRect as MKMapRectMBS
- property region as MKCoordinateRegionMBS
- property mapType as Integer
- property size as NSSizeMBS
- property appearance as NSAppearanceMBS
- class MKMapSnapshotterMBS
- method Constructor(Handle as Integer)
- method Start(tag as variant = nil)
- method Cancel
- method Constructor(options as MKMapSnapshotOptionsMBS)
- method Destructor
- property Loading as Boolean
- property Snapshot as MKMapSnapshotMBS
- property Error as NSErrorMBS
- property Options as MKMapSnapshotOptionsMBS
- event SnapshotCompleted(snapshot as MKMapSnapshotMBS, error as NSErrorMBS, tag as Variant)
- class MKMapViewMBS
- method ShowAllAnnotations(withOverlays as boolean = false)
- method setZoomLevel(zoomLevel as double, animated as boolean)
- method setCenterCoordinate(centerCoordinate as CLLocationCoordinate2DMBS, zoomLevel as double, animated as boolean)
- method annotationsInMapRect(mapRect as MKMapRectMBS) as MKAnnotationMBS()
- method setVisibleMapRect(mapRect as MKMapRectMBS, edgePaddingLeft as Double, edgePaddingTop as Double, edgePaddingRight as Double, edgePaddingBottom as Double, animated as boolean)
- method mapRectThatFits(mapRect as MKMapRectMBS, edgePaddingLeft as Double, edgePaddingTop as Double, edgePaddingRight as Double, edgePaddingBottom as Double) as MKMapRectMBS
- method mapRectThatFits(mapRect as MKMapRectMBS) as MKMapRectMBS
- method regionThatFits(region as MKCoordinateRegionMBS) as MKCoordinateRegionMBS
- method exchangeOverlay(Overlay1 as MKOverlayMBS, Overlay2 as MKOverlayMBS)
- method selectedAnnotations as MKAnnotationMBS()
- method showAddress(address as string)
- method annotationViews as MKAnnotationViewMBS()
- method dequeueReusableAnnotationViewWithIdentifier(identifier as string) as MKAnnotationViewMBS
- method insertOverlayAtIndex(overlay as MKOverlayMBS, index as integer)
- method insertOverlayAtIndex(overlay as MKOverlayMBS, index as integer, level as integer)
- method insertOverlayAboveOverlay(overlay as MKOverlayMBS, aboveOverlay as MKOverlayMBS)
- method insertOverlayBelowOverlay(overlay as MKOverlayMBS, belowOverlay as MKOverlayMBS)
- method convertRegionToRectToView(region as MKCoordinateRegionMBS, view as NSViewMBS) as NSRectMBS
- method convertCoordinateToPointToView(coordinate as CLLocationCoordinate2DMBS, view as NSViewMBS) as NSPointMBS
- method convertPointToCoordinateFromView(point as NSPointMBS, view as NSViewMBS) as CLLocationCoordinate2DMBS
- method convertRectToRegionFromView(rect as NSRectMBS, view as NSViewMBS) as MKCoordinateRegionMBS
- method setRegion(c as CLLocationCoordinate2DMBS, animated as boolean = false)
- method setRegion(region as MKCoordinateRegionMBS, animated as boolean = false)
- method viewForAnnotation(annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- method rendererForOverlay(overlay as MKOverlayMBS) as MKOverlayRendererMBS
- method overlaysInLevel(level as Integer) as MKOverlayMBS()
- method overlays as MKOverlayMBS()
- method addOverlays(overlays() as MKOverlayMBS)
- method removeOverlays(overlays() as MKOverlayMBS)
- method addOverlay(overlay as MKOverlayMBS)
- method removeOverlay(overlay as MKOverlayMBS)
- method exchangeOverlay(index1 as integer, index2 as integer)
- method addOverlays(overlays() as MKOverlayMBS, level as integer)
- method addOverlay(overlay as MKOverlayMBS, level as integer)
- method addAnnotations(annotations() as MKAnnotationMBS)
- method removeAnnotations(annotations() as MKAnnotationMBS)
- method annotations as MKAnnotationMBS()
- method selectAnnotation(annotation as MKAnnotationMBS, animated as boolean)
- method deselectAnnotation(annotation as MKAnnotationMBS, animated as boolean)
- method showAnnotations(annotations() as MKAnnotationMBS, animated as boolean)
- method addAnnotation(annotation as MKAnnotationMBS)
- method removeAnnotation(annotation as MKAnnotationMBS)
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method setCenterCoordinate(coordinate as CLLocationCoordinate2DMBS, Animated as boolean = true)
- method Destructor
- method setVisibleMapRect(coordinate as MKMapRectMBS, Animated as boolean = true)
- method setCamera(camera as MKMapCameraMBS, Animated as boolean = true)
- property camera as MKMapCameraMBS
- property visibleMapRect as MKMapRectMBS
- property centerCoordinate as CLLocationCoordinate2DMBS
- property region as MKCoordinateRegionMBS
- property userLocation as MKUserLocationMBS
- property showsUserLocation as Boolean
- property scrollEnabled as Boolean
- property zoomEnabled as Boolean
- property userLocationVisible as Boolean
- property mapType as Integer
- property ShowsCompass as Boolean
- property RotateEnabled as Boolean
- property PitchEnabled as Boolean
- property showsZoomControls as Boolean
- property showsScale as Boolean
- property showsPointsOfInterest as Boolean
- property showsBuildings as Boolean
- property showsTraffic as Boolean
- property annotationVisibleRect as NSRectMBS
- property zoomLevel as Double
- shared method MKMapViewDefaultClusterAnnotationViewReuseIdentifier as String
- shared method MKMapViewDefaultAnnotationViewReuseIdentifier as String
- shared method MKErrorDomain as String
- shared method available as Boolean
- class MKMarkerAnnotationViewMBS
- method Constructor(Handle as Integer)
- method Constructor(annotation as MKAnnotationMBS, reuseIdentifier as string = "", EnableEvents as Boolean = false)
- property titleVisibility as Integer
- property subtitleVisibility as Integer
- property markerTintColor as NSColorMBS
- property glyphTintColor as NSColorMBS
- property glyphText as String
- property glyphImage as NSImageMBS
- property selectedGlyphImage as NSImageMBS
- property animatesWhenAdded as Boolean
- shared method available as Boolean
- class MKMultiPointMBS
- class MKMultiPolygonMBS
- method Constructor(Handle as Integer)
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method polygons as MKPolygonMBS()
- method Constructor(polygons() as MKPolygonMBS)
- method Constructor
- shared method multiPolygon(polygons() as MKPolygonMBS) as MKMultiPolygonMBS
- class MKMultiPolygonRendererMBS
- class MKMultiPolylineMBS
- method Constructor(Handle as Integer)
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method polylines as MKPolylineMBS()
- method Constructor(polylines() as MKPolylineMBS)
- method Constructor
- shared method multiPolyline(polylines() as MKPolylineMBS) as MKMultiPolylineMBS
- class MKMultiPolylineRendererMBS
- class MKOverlayPathRendererMBS
- method applyStrokeProperties(context as CGContextMBS, zoomScale as double)
- method applyFillProperties(context as CGContextMBS, zoomScale as double)
- method strokePath(path as CGPathMBS, context as CGContextMBS)
- method fillPath(path as CGPathMBS, context as CGContextMBS)
- method Constructor
- method invalidatePath
- method createPath
- method SetLineDashPattern(values() as Integer)
- method GetLineDashPattern as Integer()
- method Constructor(Handle as Integer)
- property lineCap as Integer
- property lineJoin as Integer
- property lineWidth as Double
- property miterLimit as Double
- property lineDashPhase as Double
- property Path as CGPathMBS
- property fillColor as NSColorMBS
- property strokeColor as NSColorMBS
- class MKOverlayRendererMBS
- method Constructor(Handle as Integer)
- method setNeedsDisplayInMapRect(mapRect as MKMapRectMBS, zoomScale as double)
- method setNeedsDisplayInMapRect(mapRect as MKMapRectMBS)
- method Constructor(overlay as MKOverlayMBS)
- method setNeedsDisplay
- method pointForMapPoint(mapRect as MKMapPointMBS) as CGPointMBS
- method mapPointForPoint(point as CGPointMBS) as MKMapPointMBS
- method RectForMapRect(mapRect as MKMapRectMBS) as CGRectMBS
- method mapRectForRect(Rect as CGRectMBS) as MKMapRectMBS
- method canDrawMapRect(Rect as MKMapRectMBS, zoomScale as Double) as Boolean
- method drawMapRect(Rect as MKMapRectMBS, zoomScale as Double, context as CGContextMBS)
- property Handle as Integer
- property alpha as Double
- property contentScaleFactor as Double
- property overlay as MKOverlayMBS
- shared method RoadWidthAtZoomScale(zoomScale as double) as double
- class MKPinAnnotationViewMBS
- method Constructor(Handle as Integer)
- method Constructor(annotation as MKAnnotationMBS, reuseIdentifier as string = "", EnableEvents as Boolean = false)
- method Constructor
- property animatesDrop as Boolean
- property pinColor as Integer
- property pinTintColor as NSColorMBS
- shared method redPinColor as NSColorMBS
- shared method greenPinColor as NSColorMBS
- shared method purplePinColor as NSColorMBS
- class MKPlacemarkMBS
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method Constructor(Handle as Integer)
- method Constructor(coordinate as CLLocationCoordinate2DMBS)
- method Constructor(coordinate as CLLocationCoordinate2DMBS, addressDictionary as dictionary)
- method Constructor(coordinate as CLLocationCoordinate2DMBS, postalAddress as Variant)
- property countryCode as String
- class MKPointAnnotationMBS
- class MKPolygonMBS
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method Constructor(points() as MKMapPointMBS)
- method Constructor(points() as MKMapPointMBS, InteriorPolygons() as MKPolygonMBS)
- method Constructor(coords() as CLLocationCoordinate2DMBS)
- method Constructor(coords() as CLLocationCoordinate2DMBS, InteriorPolygons() as MKPolygonMBS)
- method Constructor(Handle as Integer)
- method Constructor
- method interiorPolygons as MKPolygonMBS()
- shared method polygonWithPoints(points() as MKMapPointMBS) as MKPolygonMBS
- shared method polygonWithPoints(points() as MKMapPointMBS, InteriorPolygons() as MKPolygonMBS) as MKPolygonMBS
- shared method polygonWithCoordinates(coords() as CLLocationCoordinate2DMBS) as MKPolygonMBS
- shared method polygonWithCoordinates(coords() as CLLocationCoordinate2DMBS, InteriorPolygons() as MKPolygonMBS) as MKPolygonMBS
- class MKPolygonRendererMBS
- class MKPolylineMBS
- method canReplaceMapContent as Boolean
- method coordinate as CLLocationCoordinate2DMBS
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method Constructor(coords() as CLLocationCoordinate2DMBS)
- method Constructor(points() as MKMapPointMBS)
- method Constructor(Handle as Integer)
- method Constructor
- shared method polylineWithCoordinates(coords() as CLLocationCoordinate2DMBS) as MKPolylineMBS
- shared method polylineWithPoints(points() as MKMapPointMBS) as MKPolylineMBS
- class MKPolylineRendererMBS
- class MKRouteMBS
- method steps as MKRouteStepMBS()
- method advisoryNotices as String()
- method Constructor(Handle as Integer)
- method Constructor
- property Handle as Integer
- property name as String
- property transportType as Integer
- property polyline as MKPolylineMBS
- property distance as Double
- property expectedTravelTime as Double
- class MKRouteStepMBS
- class MKShapeMBS
- class MKTileOverlayMBS
- method Constructor(Handle as Integer)
- method Constructor(URL as string)
- method URLForTilePath(Path as MKTileOverlayPathMBS) as String
- method loadTileAtPath(Path as MKTileOverlayPathMBS, tag as Variant = nil)
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method canReplaceMapContent as Boolean
- method boundingMapRect as MKMapRectMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- property coordinate as CLLocationCoordinate2DMBS
- property longitude as Double
- property latitude as Double
- property title as String
- property subtitle as String
- property geometryFlipped as Boolean
- property canReplaceMapContent as Boolean
- property minimumZ as Integer
- property maximumZ as Integer
- property URLTemplate as String
- property TileSize as CGSizeMBS
- event TileLoaded(path as MKTileOverlayPathMBS, tileData as MemoryBlock, error as NSErrorMBS, tag as Variant)
- class MKTileOverlayPathMBS
- class MKTileOverlayRendererMBS
- class MKUserLocationMBS
- method Constructor
- method Coordinate as CLLocationCoordinate2DMBS
- method Title as String
- method SubTitle as String
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method Constructor(Handle as Integer)
- property updating as Boolean
- property location as CLLocationMBS
- property heading as CLHeadingMBS
- interface MKOverlayMBS
- interface MKAnnotationMBS
- control DesktopMapKitViewControlMBS
- property View as MKMapViewMBS
- event FocusReceived
- event FocusLost
- event FrameChanged
- event BoundsChanged
- event regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event willStartLoadingMap(mapView as MKMapViewMBS)
- event didFinishLoadingMap(mapView as MKMapViewMBS)
- event didFailLoadingMap(mapView as MKMapViewMBS, error as NSErrorMBS)
- event viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- event didAddAnnotationViews(mapView as MKMapViewMBS, AnnotationViews() as MKAnnotationViewMBS)
- event didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as NSViewMBS)
- event didSelectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didDeselectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didUpdateUserLocation(mapView as MKMapViewMBS, userLocation as MKUserLocationMBS)
- event didFailToLocateUserWithError(mapView as MKMapViewMBS, error as NSErrorMBS)
- event willStartLocatingUser(mapView as MKMapViewMBS)
- event didStopLocatingUser(mapView as MKMapViewMBS)
- event annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as integer, oldState as integer)
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event pressureChange(e as NSEventMBS) as boolean
- event MenuBarSelected
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
- event WillStartRenderingMap(mapView as MKMapViewMBS)
- event DidFinishRenderingMap(mapView as MKMapViewMBS, fullyRendered as boolean)
- event DidAddOverlayRenderers(mapView as MKMapViewMBS, renderers() as MKOverlayRendererMBS)
- event ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
- control MapKitIOSControlMBS
- property View as MKMapViewMBS
- event GotFocus
- event LostFocus
- event regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event willStartLoadingMap(mapView as MKMapViewMBS)
- event didFinishLoadingMap(mapView as MKMapViewMBS)
- event didFailLoadingMap(mapView as MKMapViewMBS, error as NSErrorMBS)
- event viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- event didAddAnnotationViews(mapView as MKMapViewMBS, AnnotationViews() as MKAnnotationViewMBS)
- event didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as NSViewMBS)
- event didSelectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didDeselectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didUpdateUserLocation(mapView as MKMapViewMBS, userLocation as MKUserLocationMBS)
- event didFailToLocateUserWithError(mapView as MKMapViewMBS, error as NSErrorMBS)
- event willStartLocatingUser(mapView as MKMapViewMBS)
- event didStopLocatingUser(mapView as MKMapViewMBS)
- event annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as integer, oldState as integer)
- event rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
- event WillStartRenderingMap(mapView as MKMapViewMBS)
- event DidFinishRenderingMap(mapView as MKMapViewMBS, fullyRendered as boolean)
- event DidAddOverlayRenderers(mapView as MKMapViewMBS, renderers() as MKOverlayRendererMBS)
- event ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
- event touchesBegan(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesMoved(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesEnded(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesCancelled(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- control MapKitViewControlMBS
- property View as MKMapViewMBS
- event GotFocus
- event LostFocus
- event FrameChanged
- event BoundsChanged
- event regionWillChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event regionDidChangeAnimated(mapView as MKMapViewMBS, animated as boolean)
- event willStartLoadingMap(mapView as MKMapViewMBS)
- event didFinishLoadingMap(mapView as MKMapViewMBS)
- event didFailLoadingMap(mapView as MKMapViewMBS, error as NSErrorMBS)
- event viewForAnnotation(mapView as MKMapViewMBS, annotation as MKAnnotationMBS) as MKAnnotationViewMBS
- event didAddAnnotationViews(mapView as MKMapViewMBS, AnnotationViews() as MKAnnotationViewMBS)
- event didAddOverlayViews(mapView as MKMapViewMBS, overlayViews() as NSViewMBS)
- event didSelectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didDeselectAnnotationView(mapView as MKMapViewMBS, view as MKAnnotationViewMBS)
- event didUpdateUserLocation(mapView as MKMapViewMBS, userLocation as MKUserLocationMBS)
- event didFailToLocateUserWithError(mapView as MKMapViewMBS, error as NSErrorMBS)
- event willStartLocatingUser(mapView as MKMapViewMBS)
- event didStopLocatingUser(mapView as MKMapViewMBS)
- event annotationViewDidChangeDragState(mapView as MKMapViewMBS, annotationView as MKAnnotationViewMBS, newState as integer, oldState as integer)
- event magnifyWithEvent(e as NSEventMBS) as boolean
- event rotateWithEvent(e as NSEventMBS) as boolean
- event swipeWithEvent(e as NSEventMBS) as boolean
- event beginGestureWithEvent(e as NSEventMBS) as boolean
- event endGestureWithEvent(e as NSEventMBS) as boolean
- event pressureChange(e as NSEventMBS) as boolean
- event EnableMenuItems
- event ScaleFactorChanged(NewFactor as double)
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x As Integer, y As Integer)
- event rendererForOverlay(mapView as MKMapViewMBS, overlay as MKOverlayMBS) as MKOverlayRendererMBS
- event WillStartRenderingMap(mapView as MKMapViewMBS)
- event DidFinishRenderingMap(mapView as MKMapViewMBS, fullyRendered as boolean)
- event DidAddOverlayRenderers(mapView as MKMapViewMBS, renderers() as MKOverlayRendererMBS)
- event ClusterAnnotationForMemberAnnotations(mapView as MKMapViewMBS, memberAnnotations() as MKAnnotationMBS) as MKClusterAnnotationMBS
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.5
- MBS Xojo Plugins, version 23.5pr7
- MBS Xojo Plugins, version 23.2pr5
- News from the MBS Xojo Plugins Version 22.0
- News from the MBS Xojo Plugins in version 21.5
- New desktop controls
- MBS Xojo Plugins Version 21.0 News
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.0
- Three new controls for iOS in Xojo
- MBS Xojo Plugins in version 19.0
Videos
- Presentation from Xojo Developer Conference 2019 in Miami.
- Apple MapView In Xojo
- Apple MapView In Xojo
Xojo Developer Magazine
- 19.4, page 55: Maps—Part 10, Mapping GPS data with the MapKitMBS plugin by Markus Winter
- 19.4, pages 47 to 49: Maps—Part 10, Mapping GPS data with the MapKitMBS plugin by Markus Winter
- 19.1, pages 87 to 89: Maps Part 8, Implementing Maps in Xojo desktop apps with the MapKitMBS plugin by Markus Winter
- 19.1, pages 80 to 83: Maps Part 8, Implementing Maps in Xojo desktop apps with the MapKitMBS plugin by Markus Winter
- 18.6, pages 74 to 80: MapKit Part 7, Implementing Maps in Xojo desktop apps with the MapKitMBS plugin by Markus Winter
- 18.6, page 69: MapKit Part 7, Implementing Maps in Xojo desktop apps with the MapKitMBS plugin by Markus Winter
- 18.3, page 77: Xojo Maps, Part 4, Finding and Displaying Addresses with the MapKitMBS plugin by Markus Winter
- 18.3, page 74: Xojo Maps, Part 4, Finding and Displaying Addresses with the MapKitMBS plugin by Markus Winter
- 18.3, page 72: Xojo Maps, Part 4, Finding and Displaying Addresses with the MapKitMBS plugin by Markus Winter
- 17.5, page 54: Maps (Part 1), Implementing Maps in Xojo desktop apps with the MapKitMBS plug-in by Markus Winter
