GeoHashCircleQuerySearchHashes Property |
[Missing <summary> documentation for "P:VelocityDBExtensions.Geo.query.GeoHashCircleQuery.SearchHashes"]
Namespace:
VelocityDBExtensions.Geo.query
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic IList<GeoHash> SearchHashes { get; }
Public ReadOnly Property SearchHashes As IList(Of GeoHash)
Get
public:
virtual property IList<GeoHash^>^ SearchHashes {
IList<GeoHash^>^ get () sealed;
}
abstract SearchHashes : IList<GeoHash> with get
override SearchHashes : IList<GeoHash> with get
Property Value
Type:
IListGeoHashImplements
GeoHashQuerySearchHashes
See Also