Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.streetview |
Modifier and Type | Method and Description |
---|---|
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().
|
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().
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static StreetViewPanoramaWidget |
StreetViewPanoramaWidget.newInstance(StreetViewPanoramaImpl impl)
create widget from a previous jso implementation
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.