google maps - Embed Street-View in android application -


i want understand possibilities embedding streetview in android application. better understanding, pasting screenshot. require flash player, if yes, possible implement?enter image description here

i able use webview of android show map , directions, not able show street view on top widget. kindly me understand possibility.

yes can implement flash player first check whether flash player installed in device or not using flash package name

    boolean status = false;      try {         packagemanager pm = freescrollview.mcontext.getpackagemanager();         applicationinfo ai = pm.getapplicationinfo("com.adobe.flashplayer", 0);         if (ai != null)             status = true;     } catch (namenotfoundexception e) {         // todo auto-generated catch block         e.printstacktrace();                      status=false;     } 

if flash player not installed please download flash player using link , try again (http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html)


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -