Getting snapshot from 2d map like satellite map is easy , the method is provided and easy to use. I want to get snapshot from Live street view, from a specific location where panorama view is available. I am trying to do this by converting view to bitmap but no success. Kindly provide the code of snapshot if anyone know about this.
Asked
Active
Viewed 295 times
0
-
1Anyway, you can use [static API](https://developers.google.com/maps/documentation/streetview/?csw=1) to get street view panorama image. Also, take a look at [this](https://stackoverflow.com/a/7444539/6950238) answer of [nevan king](https://stackoverflow.com/users/74118/nevan-king) – Andrii Omelchenko Dec 05 '17 at 11:41
-
oh yes thanks i got it, – Najaf Ali Dec 05 '17 at 11:47
-
here is my code link i done it in android successfully..https://stackoverflow.com/questions/7253268/google-maps-street-view-static-image/47667661#47667661 – Najaf Ali Dec 06 '17 at 05:58