Skip to content

Instantly share code, notes, and snippets.

@dylanmaryk
Last active February 18, 2018 17:59
Show Gist options
  • Save dylanmaryk/870e4db6383aca4177706fab572269bf to your computer and use it in GitHub Desktop.
Save dylanmaryk/870e4db6383aca4177706fab572269bf to your computer and use it in GitHub Desktop.
let strokeStyles = [GMSStrokeStyle.solidColor(.black), GMSStrokeStyle.solidColor(.clear)]
let strokeLengths = [NSNumber(value: 10), NSNumber(value: 10)]
if let path = polyline.path {
polyline.spans = GMSStyleSpans(path, strokeStyles, strokeLengths, .rhumb)
}
polyline.map = mapView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment