MMKCircle
|
@interface MMKCircle : NSObject |
A circle around the specified point.
Summary
Class methods
|
+ (nonnull MMKCircle *)circleWithCenter:(nonnull MMKPoint *)center |
Properties
|
@property (nonatomic, readonly, nonnull) MMKPoint *center; |
|
@property (nonatomic, readonly) float radius; |
Class methods
circleWithCenter:radius:
|
+ (nonnull MMKCircle *)circleWithCenter:(nonnull MMKPoint *)center |
Properties
center
|
@property (nonatomic, readonly, nonnull) MMKPoint *center; |
The coordinates of the center of the circle.
radius
|
@property (nonatomic, readonly) float radius; |
The radius of the circle in meters.