Skip to content

Documentation v1.0.0


Documentation / @openassistant/osm / ExecuteRoadsResult

Type Alias: ExecuteRoadsResult

ExecuteRoadsResult = object

Defined in: roads.ts:275

Properties

additionalData?

optional additionalData: object

Defined in: roads.ts:281

boundary

boundary: string

geojson

geojson: GeoJSON.FeatureCollection

roadType

roadType: string


llmResult

llmResult: object

Defined in: roads.ts:276

error?

optional error: string

result?

optional result: GeoJSON.FeatureCollection

success

success: boolean

Released under the MIT License.