googlestreetview

  1. Alexander Stolte

    Android Code Snippet [B4X] Google Street View Get Picture

    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)...
  2. Alexander Stolte

    Android Code Snippet [B4X] Check if Google Street View is available

    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)...
Top