contains

fun contains(polyline: Polyline): Boolean(source)

Determines if this collection contains the specified polyline.

Return

true if this collection contains the polyline, false otherwise.

Parameters

polyline

The polyline to check for.

See also