Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / LengthLlmResult

Type Alias: LengthLlmResult

LengthLlmResult = object

Defined in: src/spatial_ops/length.ts:19

Properties

distanceUnit

distanceUnit: "KM" | "Mile"

Defined in: src/spatial_ops/length.ts:23


lengths

lengths: number[]

Defined in: src/spatial_ops/length.ts:22


result

result: string

Defined in: src/spatial_ops/length.ts:21


success

success: boolean

Defined in: src/spatial_ops/length.ts:20

Released under the MIT License.