Platforms to show: All Mac Windows Linux Cross-Platform
MKCircleMBS class
Super class: MKShapeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | MapKit | MBS MacFrameworks Plugin | 14.1 | Yes | No | No | Yes, macOS only | No |
Notes:
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
- 7 methods
- method boundingMapRect as MKMapRectMBS
- method canReplaceMapContent as Boolean
- method Constructor(coord as CLLocationCoordinate2DMBS, radius as Double)
- 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
- 5 methods
- method Constructor
- method Coordinate as CLLocationCoordinate2DMBS
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method SubTitle as String
- method Title as String
This class has no sub classes.
Some methods using this class:
- MKCircleRendererMBS.Constructor(Circle as MKCircleMBS)
Some properties using for this class:
- MKCircleRendererMBS.circle as MKCircleMBS
Some examples which use this class:
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
Links
MBS FileMaker tutorial videos