GeoHashGrid🔗Definition🔗export interface GeoHashGrid { field?: string; id: string; type: "geohash_grid"; settings?: { precision?: string; }; } Methods🔗No methods.See also🔗 GeoHashGridBuilder