HereSDKPolylineWidthUnits

enum HereSDKPolylineWidthUnits {}

Type definitions for polyline width units.

  • The width of polylines is in points

    Declaration

    Objective-C

    HereSDKPolylineWidthUnitsPoints = 0

    Swift

    case points = 0
  • The width of polylines is in meters, and changes in proportion with the map.

    Declaration

    Objective-C

    HereSDKPolylineWidthUnitsMeters

    Swift

    case meters = 1