setHoles

open fun setHoles(@NonNull holes: List<out List<LatLng>>)

Sets the holes of this polygon. This method will take a copy of the holes, so further mutations to holes will have no effect on this polygon.

Parameters

holes

A List of List of LatLng points making up the holes.