Each result of the search resource has a geo field (see the example in the documentation ), which is a form of geolocation, but not the same as the place field in statuses/user_timeline .
Alternatively, you can make another request using the result id via the statuses/show/:id resource (see documentation ), which returns both geo and place , but that would mean making another request for the result.
João Pesce
source share