---
title: polylines
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmultipolyline/polylines
---

# polylines

An array containing the polyline objects that make up the multipolyline object.

## Declaration

```swift
var polylines: [MKPolyline] { get }
```
