streetview

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