YMKCircle

class YMKCircle : NSObject

A circle around the specified point.

Summary

Class methods

 init(center: YMKPoint, radius: Float)

Properties

var centerYMKPoint { get }
The coordinates of the center of the circle

var radius: Float { get }
The radius of the circle in meters

Class methods

init(center:radius:)

 init(center: YMKPoint, radius: Float)


Properties

center

var center: YMKPoint { get }

The coordinates of the center of the circle.


radius

var radius: Float { get }

The radius of the circle in meters.