MMKCircle
class MMKCircle : NSObject |
A circle around the specified point.
Summary
Class methods
Properties
var center: MMKPoint { get } |
var radius: Float { get } |
Class methods
init(center:radius:)
init(center: MMKPoint, radius: Float) |
Properties
center
var center: MMKPoint { get } |
The coordinates of the center of the circle.
radius
var radius: Float { get } |
The radius of the circle in meters.