Type Alias IssueFeatureVectorAttributes<TGeoJSONGeometry, TObjectId>

IssueFeatureVectorAttributes: FeatureVectorAttributes<TObjectId> & IssueMetadata & {
    geoJSONGeometry: TGeoJSONGeometry;
}

Type Parameters