List of Closed Buildings Google Maps API

I know the question might be a little off topic on SO and understand that risk is not considered, however a lot of research has given me no results.
Basically the question is, "Can I get a list of buildings that have internal maps for certain filters, in particular location / radius / coordinates?" I mean there should definitely be a REST API for this task, but I couldn't find one.

EDIT1 https://support.google.com/gmm/answer/1685827 has an indoor list, however this is not exactly what I need. The study of GMSIndoorBuilding

class (iOS SDK) provides information as private property indoorID

, bounds

, center

... Google has a way to get that information. Does anyone know of any public APIs for this?

Thank you for your time.

+3


source to share





All Articles