GeoHashQuerySearchHashes Property |
should return the hashes that re required to perform this search.
Namespace:
VelocityDBExtensions.Geo.query
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
SyntaxIList<GeoHash> SearchHashes { get; }
ReadOnly Property SearchHashes As IList(Of GeoHash)
Get
property IList<GeoHash^>^ SearchHashes {
IList<GeoHash^>^ get ();
}
abstract SearchHashes : IList<GeoHash> with get
Property Value
Type:
IListGeoHash
See Also