Interface GeospatialOutput
interface GeospatialOutput { output?: { geometryFormat: GeometryType; } | { properties: Record<string, unknown>; }; } Properties
Optionaloutput
output?: { geometryFormat: GeometryType; } | { properties: Record<string, unknown>; }