Platforms to show: All Mac Windows Linux Cross-Platform
MKCircleMBS class
Super class: MKShapeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MapKit | MBS MacFrameworks Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
This class manages the data that defines the area and is typically used in conjunction with an MKCircleView object, which handles the drawing of the circular area on a map.
Subclass of the MKShapeMBS class.
- 3 properties
- property boundingMapRect as MKMapRectMBS
- property coordinate as CLLocationCoordinate2DMBS
- property radius as Double
- 8 methods
- method boundingMapRect as MKMapRectMBS
- method canReplaceMapContent as Boolean
- method Constructor(coord as CLLocationCoordinate2DMBS, radius as Double)
- method Constructor(Handle as Integer)
- method Constructor(Latitude as Double, Longitude as Double, radius as Double)
- method Constructor(mapRect as MKMapRectMBS)
- method coordinate as CLLocationCoordinate2DMBS
- method intersectsMapRect(mapRect as MKMapRectMBS) as Boolean
- 3 shared methods
- shared method circleWithCenterCoordinate(coord as CLLocationCoordinate2DMBS, radius as Double) as MKCircleMBS
- shared method circleWithCenterCoordinate(Latitude as Double, Longitude as Double, radius as Double) as MKCircleMBS
- shared method circleWithMapRect(mapRect as MKMapRectMBS) as MKCircleMBS
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.
Blog Entries
Videos
Some methods using this class:
- MKCircleRendererMBS.Constructor(Circle as MKCircleMBS)
Some properties using for this class:
- MKCircleRendererMBS.circle as MKCircleMBS
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
MKAnnotationViewMBS - MKCircleRendererMBS
