interface GeospatialCreateFeatureType {
    externalId: string;
    properties: Properties;
    searchSpec?: {
        [indexName: string]: GeospatialIndexSpec;
    };
}

Hierarchy (view full)

Properties

externalId: string
properties: Properties
searchSpec?: {
    [indexName: string]: GeospatialIndexSpec;
}