Polygon With Geo Locations
data class PolygonWithGeoLocations(val polygon: PolygonEntity, val getLocationEntities: List<GeoLocationEntity>)
This class represents the combined result of retrieving a Polygon entity along with its associated geolocation data.
Properties
Functions
Link copied to clipboard
Converts a PolygonWithGeoLocations object into a Polygon object