Region With Polygon And Holes
data class RegionWithPolygonAndHoles(val regionEntity: RegionEntity, val polygon: PolygonWithGeoLocations, val holes: List<PolygonWithGeoLocations>)
This class represents the combined result of retrieving a Region entity along with its associated polygon and holes data.
Constructors
Link copied to clipboard
constructor(regionEntity: RegionEntity, polygon: PolygonWithGeoLocations, holes: List<PolygonWithGeoLocations>)
Properties
Functions
Link copied to clipboard
Converts a RegionWithPolygonAndHoles object into a Region object