Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / LengthFunctionArgs

Type Alias: LengthFunctionArgs

LengthFunctionArgs = z.ZodObject<{ datasetName: z.ZodOptional<z.ZodString>; distanceUnit: z.ZodDefault<z.ZodEnum<["KM", "Mile"]>>; geojson: z.ZodOptional<z.ZodString>; }>

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

Released under the MIT License.