Skip to content

Documentation v1.0.0


Documentation / @openassistant/osm / GeocodingLlmResult

Type Alias: GeocodingLlmResult

GeocodingLlmResult = object

Defined in: geocoding.ts:17

Properties

datasetName?

optional datasetName: string

Defined in: geocoding.ts:19


error?

optional error: string

Defined in: geocoding.ts:22


geojson?

optional geojson: GeoJSON.FeatureCollection

Defined in: geocoding.ts:20


result?

optional result: string

Defined in: geocoding.ts:21


success

success: boolean

Defined in: geocoding.ts:18

Released under the MIT License.