GeometryDataSource

data class GeometryDataSource(val id: String)

Contains information about a data source related to the geometric shape of the result.

Parameters

id

The id of the related geometry.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun GeometryDataSource(id: String)

Properties

Link copied to clipboard
val id: String