Platforms to show: All Mac Windows Linux Cross-Platform
MKMultiPolygonMBS class
Super class: MKShapeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MapKit | MBS MacFrameworks Plugin | 21.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Notes:
Use a MKMultiPolygon when you have multiple distinct polygon shapes that you intend to render using the same style.
Available on macOS 10.15 and iOS 13 or newer.
Subclass of the MKShapeMBS class.
- 8 methods
- method boundingMapRect as MKMapRectMBS
- method canReplaceMapContent as Boolean
- method Constructor Private
- method Constructor(Handle as Integer)
- method Constructor(polygons() as MKPolygonMBS)
- method coordinate as CLLocationCoordinate2DMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- method polygons as MKPolygonMBS()
- shared method multiPolygon(polygons() as MKPolygonMBS) as MKMultiPolygonMBS
Super class MKShapeMBS
- 3 properties
- 6 methods
- method Constructor Private
- method Constructor(Handle as Integer)
- method Coordinate as CLLocationCoordinate2DMBS
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method SubTitle as String
- method Title as String
This class has no sub classes.
Interfaces:
1 interfaces.
Some methods using this class:
- MKMultiPolygonRendererMBS.Constructor(multiPolygon as MKMultiPolygonMBS)
Some properties using for this class:
- MKMultiPolygonRendererMBS.multiPolygon as MKMultiPolygonMBS
Blog Entries
- MBS Xojo Plugins, version 23.2pr5
- News from the MBS Xojo Plugins Version 21.3
- MBS Xojo Plugins, version 21.3pr3
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
MKMultiPointMBS - MKMultiPolygonRendererMBS
