Skip to content

HereNow API call has the "ll" parameter defined with the wrong type #72

@GoogleCodeExporter

Description

@GoogleCodeExporter
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.


Original issue reported on code.google.com by jaichand...@gmail.com on 7 Oct 2012 at 6:21

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions