DataPolygon

interface DataPolygon<T> : Geometry<T>

An interface containing the common properties of GeoJsonPolygon and KmlPolygon

Inheritors

Functions

Link copied to clipboard
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
Link copied to clipboard
abstract fun getGeometryType(): String
Gets the type of geometry
Link copied to clipboard
abstract fun getInnerBoundaryCoordinates(): List<List<LatLng>>
Gets an array of arrays of inner boundary coordinates
Link copied to clipboard
abstract fun getOuterBoundaryCoordinates(): List<LatLng>
Gets an array of outer boundary coordinates