hi Gady, I think no one has achieved to bring up street view in flex yet. Unfortunately no progress on this since July... Andrew Trice's example works nice for Google Earth, but comes without a detailed documentation enough to set it up for street view accordingly. His code seems to rely on his personal server settings. Let's be optimistic that someone might find the time to look into how to simply create an interface that loads street view into a container depending on the provided coordinates/data. Cheers everyone, ~j
On Oct 9, 11:14 pm, Gady <[EMAIL PROTECTED]> wrote: > Does anyone have the completed code for embedding Street View in a > Flex app? > > On Sep 22, 12:00 am, Seis Pesos <[EMAIL PROTECTED]> wrote: > > > Thanks, Pamela. > > Have a nice trip to JP(confirmed?) > > > On 9月22日, 午後3:33, "pamela (Google Employee)" <[EMAIL PROTECTED]> > > wrote: > > > > Sure, should work. The minimal example forstreetviewis > > > here:http://code.google.com/apis/maps/documentation/examples/streetview-si... > > > > Basically you need: > > > var panoramaOptions = { latlng: new GLatLng(42.345573,-71.098326) }; > > > var myPano = new GStreetviewPanorama(document.getElementById("pano"), > > > panoramaOptions); > > > > - pamela > > > > 2008/9/21 Seis Pesos <[EMAIL PROTECTED]>: > > > > > Hi Pamela, > > > > > Mr. Andrew Trice's excellent demo; > > > >http://www.cynergysystems.com/blogs/page/andrewtrice?entry=google_eat... > > > > It uses the trick for layering Google Maps HTML/JavaScript over Flex > > > > content. > > > > It displays the google earth container in a HTML DIV that through the > > > > Flex application. > > > > > So, can I add StreetView with Flash like this? > > > > Yes... I know there's no StreetView for the API for now. > > > > Do not have any way? > > > > In Japan, attention to the StreetView is high. > > > > > On 9月22日, 午後2:40, "pamela (Google Employee)" <[EMAIL PROTECTED]> > > > > wrote: > > > >> Hey Seis-- > > > > >> Can you clarify your question? Is this in the JS API? There are some > > > >> examples > > > >> here:http://code.google.com/apis/maps/documentation/demogallery.html?searc... > > > > >> - pamela > > > > >> On Sun, Sep 21, 2008 at 4:53 AM, Seis Pesos <[EMAIL PROTECTED]> wrote: > > > > >> >> but you can use it (and StreetView, by the way) from Flex using > > > >> >> ExternalInterface. > > > > >> > In this case, use "google.earth.createInstance('map3d');" > > > > >> > I'm sorry, stupid question following, > > > > >> > inStreetView'scase, how can I write code? > > > >> > Instead of "document.getElementById"...? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
