0

How can we write code to show the Streetview like the below shown image in android? If i'm applying

mapView.setStreetView(true);

it's showing as normal view. But i need to show like the below image.

streetview like below

Padma Kumar
  • 19,893
  • 17
  • 73
  • 130
  • http://stackoverflow.com/questions/4247044/google-streetview-existence-function-not-javascript/4747663#4747663 – Padma Kumar Jan 09 '12 at 08:04
  • You can use WebView see [here is demo](http://stackoverflow.com/questions/7586441/how-to-display-a-mapview-and-a-streetview-simultaneously/13717085#13717085) or you can [send an Intent](http://stackoverflow.com/questions/3447723/about-android-google-api-streetview/3773346#3773346). – Vaibhav Jani Dec 22 '12 at 07:12

1 Answers1

0

The streetview is Deprecated. From the Documentation: @Deprecated public void setStreetView(boolean on) Deprecated. Street view availability highlighting is no longer supported. This method operates as a no-op. Check the documentation that was downloaded with the Google Aps.
Hope this helps Cliff

cliff2310
  • 570
  • 2
  • 15
  • 28