UserHaloCourseView
open class UserHaloCourseView : UIView, CourseUpdatable
A view representing the user’s reduced accuracy location on screen.
-
Sets the inner fill color of the user halo.
Declaration
Swift
@objc public dynamic var haloColor: UIColor { get set }
-
Sets the ring fill color of the circle around the user halo.
Declaration
Swift
@objc public dynamic var haloRingColor: UIColor { get set }
-
Sets the ring size by the radius of the user halo.
Declaration
Swift
@objc public dynamic var haloRadius: Double { get set }
-
Sets the halo ring border width.
Declaration
Swift
@objc public dynamic var haloBorderWidth: Double { get set }