PolygonWithGeoLocations

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.

Constructors

Link copied to clipboard
constructor(polygon: PolygonEntity, getLocationEntities: List<GeoLocationEntity>)

Properties

Link copied to clipboard

A list of GeoLocation entities associated with the polygon (one-to-many relationship).

Link copied to clipboard

The polygon data retrieved from the database.

Functions

Link copied to clipboard