In my Android application I would like to have a list of business places that have panoramas in given area (lat,lng). Is that possible in current api?
I haven't found it in current api docs (https://developers.google.com/places/web-service/search#PlaceSearchRequests)
There is no such result from Google Places API. The function of the API is to get details about the particular place itself, its coordinates and its type. However you can create a custom search result, having data which is similar to what you need.
It is a rather crude way of dealing with the complex problem you are facing, and mine is just an opinion-based way of doing it. However you need to take into consideration the amount of places you have around you, based on how busy the area is.