DocumentData Position Property Ankiro Enterprise Suite Reference Documentation
The optional geographical location of the document, if meaningful in the context of the data source. This property is used to facilitate geospatial queries on document data. Position must be specified as a point using the global SRID (spatial reference id) of 4326, which is in the WGS84 format. When searching, use the SearchParameters.PositionLimiter member to narrow searches to documents matching the geospatial limiter/filter.

Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public Location Position { get; set; }

Property Value

Type: Location
See Also