Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.streetview.StreetViewPanoramaImpl

Packages that use StreetViewPanoramaImpl
com.google.gwt.maps.client   
com.google.gwt.maps.client.streetview   
 

Uses of StreetViewPanoramaImpl in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client that return StreetViewPanoramaImpl
 StreetViewPanoramaImpl MapWidget.getStreetView()
          Returns the default StreetViewPanorama bound to the map, which may be a default panorama embedded within the map, or the panorama set using setStreetView().
 StreetViewPanoramaImpl MapImpl.getStreetView()
          Returns the default StreetViewPanorama bound to the map, which may be a default panorama embedded within the map, or the panorama set using setStreetView().
 

Methods in com.google.gwt.maps.client with parameters of type StreetViewPanoramaImpl
 void MapWidget.setStreetView(StreetViewPanoramaImpl panorama)
          Sets the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
 void MapImpl.setStreetView(StreetViewPanoramaImpl panorama)
          Sets the angle of incidence for aerial imagery (available for SATELLITE and HYBRID map types) measured in degrees from the viewport plane to the map plane.
 

Uses of StreetViewPanoramaImpl in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview that return StreetViewPanoramaImpl
 StreetViewPanoramaImpl StreetViewPanoramaWidget.getJso()
          get the JavaScriptObject overlay
static StreetViewPanoramaImpl StreetViewPanoramaImpl.newInstance(Element element, StreetViewPanoramaOptions options)
          creates Displays the panorama for a given LatLng or panorama ID.
 

Methods in com.google.gwt.maps.client.streetview with parameters of type StreetViewPanoramaImpl
static StreetViewPanoramaWidget StreetViewPanoramaWidget.newInstance(StreetViewPanoramaImpl impl)
          create widget from a previous jso implementation
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.