With this Code you can get the picture of a Google Street View Position. Here you can check if is available.
Sub getStreetViewPicture(width As Int, height As Int ,lat As Float, lon As Float)
Dim j As HttpJob
j.Initialize("", Me)...
This code check's easy and fast if Google Street View is available.
You need the latitude and longitude. You can here get a API Key. Here you can more read about this.
Sub isStreetViewAvailable(lat As Float, lon As Float)
Dim j As HttpJob
j.Initialize("", Me)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.