android - Street view on Google Maps? -
i try offer 3 display modes users of app:
traffic view (the standard view on every printed map) satellite view (aerial) , streetview (3d, done infamous google car)
i can set 'standard' traffic view with
mapview.setsatellite(false); mapview.settraffic(true); satellite view
mapview.setsatellite(true); but
mapview.setstreetview(true); doesn't anything, if can streetview @ location checking maps.google.com , followup check mapview.isstreetview() returns true.
can me out?
setstreetview(true) should load tile set showing streets streetview data available. not, however, display streetview -- separate application. can launch streetview, devices have it, given location by using specific intent structure. however, cannot embed streetview in own app @ time.
Comments
Post a Comment