Query features by bounding box or H3 cell
Bounding box: south,west,north,east. At least one of bbox or h3 is required.
Cursor for pagination
H3 cell index. At least one of bbox or h3 is required.
Maximum results (default 100, max 10000)
Element types (comma-separated: node,way,relation)
Bare GeoJSON FeatureCollection. Pagination metadata is returned in HTTP headers (X-Limit, X-Has-More, X-Next-Cursor, X-Next-Offset, Link).
GeoJSON coordinates array (nesting depth varies by geometry type)
Feature identifier (type/osm_id)
OpenStreetMap ID
ElementQueryParams parameters = new(); var featureCollection = await client.Elements.Query(parameters); Console.WriteLine(featureCollection);