Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / GridLlmResult

Type Alias: GridLlmResult

GridLlmResult = object

Defined in: src/spatial_ops/grid.ts:46

Properties

gridInfo

gridInfo: object

Defined in: src/spatial_ops/grid.ts:49

bounds

bounds: object

bounds.maxX

maxX: number

bounds.maxY

maxY: number

bounds.minX

minX: number

bounds.minY

minY: number

columns

columns: number

rows

rows: number

totalCells

totalCells: number


result

result: string

Defined in: src/spatial_ops/grid.ts:48


success

success: boolean

Defined in: src/spatial_ops/grid.ts:47

Released under the MIT License.