ComplexQueryToSolrQLOptions: ComplexQueryOptions & {
    geometryField?: string;
}

Options extended by a 'geometryField'.

Type declaration

  • Optional geometryField?: string

    This option allows overwriting the name 'geometry' with a custom field name

Generated using TypeDoc