sdk-common / com.tomtom.online.sdk.common.geojson.geometry / Polygon / getInteriorRings

getInteriorRings

open fun getInteriorRings(): ImmutableList<LineString!>!

Returns a collection of 0 or more LineString of at least four com.tomtom.online.sdk.common.location.LatLngs in counterclockwise order each. These LineStrings define the holes in the polygon. For each of the LineStrings, the first and the last Position contain identical values.

Return
ImmutableList<LineString!>!: a collection of 0 or more LineString