Is there a way to have every place of a certain type in a JSON? [closed]

I’m doing an app whose main UI View is a rectangle with images of every secondary school in France. For that I have a JSON with data such as description, name, city etc… But the main thing lacking is images. Previously I had imageName and image attributes in the data model and dragged the images in my Xcode project, but I can’t afford to do that for all 2600 secondary schools in France. What would be the best thing to do ? Can I use Google Places to use the name of the school from the JSON, then do a research in its schools database and return the most probable image ? Or even fetch every placeID from schools in France? I haven’t found any way to do so since I’m new to the API. Any recommendations or advice would be appreciated.

Leave a Comment