I take an string from user and must search its places in whole of world.
I want to use foursquare venues api.
but in that endpoint I must set search ranges by (ll and radius) or (sw and ne) or (near and radius).
now how search places for an string in whole of world ?
You can set the
intent
parameter to "global":See Venue Search Parameters:
For example:
If you use the
global
value, all other parameters exceptquery
andlimit
are ignored.