I know the question may be a bit off-topic on SO and understand the risk being downvoted, however lots of research have given me no results.
Basically the question is: "Can i get the list of buildings having indoor maps for specific filters, particularly location/radius/coordinates?"
I mean, there definitely should be REST API for this task, however i couldn't find it out.
EDIT1
https://support.google.com/gmm/answer/1685827 has the list of indoors, however it's not exactly what i need. Exploring GMSIndoorBuilding
class (iOS SDK) gives info like indoorID
, bounds
, center
private properties... google has the way to obtain that info. Does anybody know any public APIs for this?
Thank you for your time.