StreetView Zoom problem in android?
Posted
by Praveen Chandrasekaran
on Stack Overflow
See other posts from Stack Overflow
or by Praveen Chandrasekaran
Published on 2010-06-04T18:34:58Z
Indexed on
2010/06/05
11:52 UTC
Read the original article
Hit count: 189
I refered this link.I am using the uri for streetview:
Uri.parse("google.streetview:cbll=" + sv_lat_val + ","+ sv_long_val + "&cbp=1,45,,45,0.0&mz=0.0")
But the zoom level always in Zoomed state. 1.0 is the normal zoom. so i set it for 0.0 . still its not zoomed out. why? But it working in default Google maps App? Any idea?
© Stack Overflow or respective owner