Platforms to show: All Mac Windows Linux Cross-Platform
MKMultiPolylineRendererMBS class
Super class: MKOverlayPathRendererMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MapKit | MBS MacFrameworks Plugin | 21.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Use this renderer to provide the style for multiple polygons created using MKMultiPolygonMBS.
Available on macOS 10.15 and iOS 13 or newer.
Subclass of the MKOverlayPathRendererMBS class.
- property multiPolyline as MKMultiPolylineMBS
- 2 methods
- method Constructor(Handle as Integer)
- method Constructor(multiPolyline as MKMultiPolylineMBS)
Super class MKOverlayPathRendererMBS
- 8 properties
- property fillColor as NSColorMBS
- property lineCap as Integer
- property lineDashPhase as Double
- property lineJoin as Integer
- property lineWidth as Double
- property miterLimit as Double
- property Path as CGPathMBS
- property strokeColor as NSColorMBS
- 10 methods
- method applyFillProperties(context as CGContextMBS, zoomScale as double)
- method applyStrokeProperties(context as CGContextMBS, zoomScale as double)
- method Constructor Private
- method Constructor(Handle as Integer)
- method createPath
- method fillPath(path as CGPathMBS, context as CGContextMBS)
- method GetLineDashPattern as Integer()
- method invalidatePath
- method SetLineDashPattern(values() as Integer)
- method strokePath(path as CGPathMBS, context as CGContextMBS)
Super class MKOverlayRendererMBS
- 4 properties
- property alpha as Double
- property contentScaleFactor as Double
- property Handle as Integer
- property overlay as MKOverlayMBS
- 11 methods
- method canDrawMapRect(Rect as MKMapRectMBS, zoomScale as Double) as Boolean
- method Constructor(Handle as Integer)
- method Constructor(overlay as MKOverlayMBS)
- method drawMapRect(Rect as MKMapRectMBS, zoomScale as Double, context as CGContextMBS)
- method mapPointForPoint(point as CGPointMBS) as MKMapPointMBS
- method mapRectForRect(Rect as CGRectMBS) as MKMapRectMBS
- method pointForMapPoint(mapRect as MKMapPointMBS) as CGPointMBS
- method RectForMapRect(mapRect as MKMapRectMBS) as CGRectMBS
- method setNeedsDisplay
- method setNeedsDisplayInMapRect(mapRect as MKMapRectMBS)
- method setNeedsDisplayInMapRect(mapRect as MKMapRectMBS, zoomScale as double)
- shared method RoadWidthAtZoomScale(zoomScale as double) as double
This class has no sub classes.
Blog Entries
Videos
Release notes
- Version 21.3
- Added MKMultiPolygonMBS, MKMultiPolygonRendererMBS, MKMultiPolylineMBS and MKMultiPolylineRendererMBS classes for MapKit plugin part.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
MKMultiPolylineMBS - MKOverlayPathRendererMBS