Way to search and get a panoram image and other info on places

21 Views Asked by At

I'm building a flutter project. I want user to input a place(like cafe with green walls, old european street) he wishes to see 3d panorama or image of and than build a grid of recomendations. I strugle with finding a way to somehow search places and getting pictures and panoramas of them.

Any advice on the APIs that might be useful?

I have tried Google Custom Search API but its json answer rarely has any images and certainly no panoramas and not even coordinates. I'm thinking of finding names of places with Google Custom Search API and then searching for their coordinates witn some other API and then finding a panoram image with some other one...

I'm a beginner so any advice on what I'm doing wrong or what I shoud try doing instead would be great. ty.

tried Google Custom Search API expicted better way to get info on places such as names, coordinates and images

0

There are 0 best solutions below