Hello,

I want to search hashtags with location but i cant found a solution. For example i search in NewYork 80km, #englishman hashtag but I could not find one that I can enter the lat and longitude information

This sounds like you’re using Twitter’s REST API, is that accurate?

How are you structuring this query exactly?

No, i want to use fabric api. For example;
final SearchTimeline searchTimeline = new SearchTimeline.Builder()
.query(“#twitterflock”)
.build();

I fetch twitterflock but I also want to pull by location.