GPKGPolylineOptions

Objective-C

@interface GPKGPolylineOptions : NSObject

Swift

class GPKGPolylineOptions : NSObject

Polyline Style Options

  • The stroke color to use for the path

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *strokeColor

    Swift

    var strokeColor: CIColor! { get set }
  • The stroke width to use for the path

    Declaration

    Objective-C

    @property (nonatomic) double lineWidth;

    Swift

    var lineWidth: Double { get set }