MSFPointStyle
A style for points. Contains attributes for configuring how the point is drawn on the screen.
-
Returns the size of the point used for click detection.
Declaration
Objective-C
- (float)getClickSize;Swift
func getClickSize() -> FloatReturn Value
The size of the point used for click detection.
-
Returns the size of the point.
Declaration
Objective-C
- (float)getSize;Swift
func getSize() -> FloatReturn Value
The size of the point.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()