Skip to content

Documentation v1.0.0


Documentation / @openassistant/osm / ReverseGeocodingLlmResult

Type Alias: ReverseGeocodingLlmResult

ReverseGeocodingLlmResult = object

Defined in: reverseGeocoding.ts:21

Properties

datasetName?

optional datasetName: string

Defined in: reverseGeocoding.ts:23


error?

optional error: string

Defined in: reverseGeocoding.ts:26


geojson?

optional geojson: GeoJSON.FeatureCollection

Defined in: reverseGeocoding.ts:24


result?

optional result: string

Defined in: reverseGeocoding.ts:25


success

success: boolean

Defined in: reverseGeocoding.ts:22

Released under the MIT License.