GeometryDataResponse

data class GeometryDataResponse(val searchResultId: SearchResultId, val geometryData: List<Geometry> = emptyList())

Response of the geometry data search.

Parameters

searchResultId

The search result ID for that the geometry data belongs to.

geometryData

Information about the geometry.

Constructors

Link copied to clipboard
fun GeometryDataResponse(searchResultId: SearchResultId, geometryData: List<Geometry> = emptyList())

Properties

Link copied to clipboard
val geometryData: List<Geometry>
Link copied to clipboard
val searchResultId: SearchResultId