RadarView
public class RadarView: UIView,MarkerViewDelegate
A view that displays the positions of tags.
-
The object of RadarViewDelegate.
Declaration
Swift
public var delegate:RadarViewDelegate?
-
Sets the type of RadarView.Default value is 0.
- 0:Horizontal View.It will show horizontal direction and distance to the tag
- 1:Vertical View.It will show vertical direction and distance to the tag
Declaration
Swift
@IBInspectable public var viewType:Int = 0
-
Sets the image of reader in the center of the RadarView.
Declaration
Swift
@IBInspectable public var readerImage:UIImage!
-
Clears the positions of tags on the view.
Declaration
Swift
public func resetMarker()