Hi, I'm not sure why you are asking or maybe I'm not getting what you *really* want to know. You'll get the geodesic distance (i.e. the "great circle distance", the distance on the surface of a sphere) from 0,0 (off the coast of Africa), to each point indexed in your "location" field.
~ David On Mon, Apr 7, 2014 at 7:06 AM, Aman Tandon <amantandon...@gmail.com> wrote: > Hello, > > In my index, i am using the LatlonType, for using the geodist to calculate > the distance, and i am using it like geodist(lat, lon, location). Can > anybody told me what value the geodist will return if i will pass > geodist(0, 0, location) > > Thanks > Aman Tandon >