HereSDKPolylineCapStyle

enum HereSDKPolylineCapStyle {}

Type definitions for the style of the polyline’s ends.

  • The line ends with a straight line, at its end vertex

    Declaration

    Objective-C

    HereSDKPolylineCapStyleButt = 0

    Swift

    case butt = 0
  • The line ends with a straight line, half its width from its end vertex

    Declaration

    Objective-C

    HereSDKPolylineCapStyleSquare

    Swift

    case square = 1
  • The line ends with a semicircle around its end vertex

    Declaration

    Objective-C

    HereSDKPolylineCapStyleRound

    Swift

    case round = 2