---
title: strokeEnd
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkpolygonrenderer/strokeend
---

# strokeEnd

The unit distance along the polygon where the stroke ends.

## Declaration

```swift
var strokeEnd: CGFloat { get set }
```

## Discussion

Discussion Use this property and strokeStart to render a portion of the polygon. Use location(atPointIndex:) to get unit distance locations for point indices along the polygon.

## See Also

### Accessing the stroke

- [strokeStart](mapkit/mkpolygonrenderer/strokestart.md)
