What steps will reproduce the problem?
1.Result<Checkin> result = getFoursquareApi().checkinsAdd(venueId, null, null,
null, null,venue_ll,null,null);
Here the 3rd last parameter is "latitude_longitude(ll)" the API expects a
double value . My understanding is that you can only pass latitude & longitude
as one parameter if you pass it as a String.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
V 1.0.2 OS:WIN 7
Please provide any additional information below.