loadGeospatialFeatures

suspend fun loadGeospatialFeatures(iTwinId: String, collectionId: String, limit: Double? = definedExternally): GeoJsonDataSource(source)

Load data from the Geospatial Features API as GeoJSON.

Parameters

iTwinId

The id of the iTwin to load data from

collectionId

The id of the data collection to load

limit

number of items per page, must be between 1 and 10,000 inclusive Default value - 10000

See also