GeometryDataResponse
data class GeometryDataResponse(val searchResultId: SearchResultId, val geometryData: List<Geometry> = emptyList())
Content copied to clipboard
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())
Content copied to clipboard