i have following kind of records in mongodb
{
"user_id" : 79102,
"country_code" : "OR",
"location" : [43.831111, -121.4912121]
}
so when i use command geoNear then its giving me distance but somebody can tell me which unit distance is calculated using geospacial index? Is it in km, m, miles ?? Please help me