I was playing around with the select for querying the index. I wanted to return a distance for a GeographyPoint I have in the index. I was trying something like this: where GeoPoint is the location field
$select=ID,geo.distance(GeoPoint, geography'POINT(-122.131577 47.678581)')
Is there a way to return distance in a Select statement if you have the lat and long and the location?
Thanks!