Since I need to integrate four squares in my application, I found the API and also integrate into my application. But there are some problems.
I want to show the nearest place around me. Since there is also a way to show the venue
+(void)searchVenuesNearByLatitude:(NSString*)lat longitude:(NSString*)lon accuracyLL:(NSString*)accuracyLL altitude:(NSString*)altitude accuracyAlt:(NSString*)accuracyAlt query:(NSString*)query limit:(NSString*)limit intent:(NSString*)intent callback:(Foursquare2Callback)callback;
But the problem is what parameter should go for the search place, which are in the area of 5 km. Can anyone help me solve this problem.
Thanks in advance,
kunal.
source share