We have a SharePoint 2013 list that has 10k records. Each record has an address field which been geocoded and stored in the new GeoLocation field. Does anyone know how to perform a geospatial query on the GeoLocations fields in the SharePoint list? In SQL Spatial (same geospatial library as in SharePoint 2013) we just use the STIntersects function to do this, but unclear how to do the STIntersects query against the SharePoint list.
Can anyone help?