brianhorakh / vita

vita source
0 stars 0 forks source link

EventList does not respect distance properly. #30

Open inder243 opened 8 years ago

inder243 commented 8 years ago

1.Given service is not Working Well.Its giving different Data when we hit it multiple times for same parameter. http://www.vitatheapp.com/vita-api/EventList?lat=30.704600&lng=76.717900&dist=0.300000

SeanGuerrero commented 8 years ago

What exact service or function does this API provide?

inder243 commented 8 years ago

Its return the Event List nearby the given location within for given distance.For this screen... bf9468aa-5e66-11e6-9b99-323cfdb13a99

brianhorakh commented 7 years ago

I've modified the EventList API call so defaults to km. The formula I was using to add km to lat/lon for the search was incorrect. The issue should be resolved.