|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.streetview.StreetViewService
public class StreetViewService
A StreetViewService object performs searches for Street View data.
See StreetViewService API Doc
| Constructor Summary | |
|---|---|
protected |
StreetViewService()
use newInstance(); |
| Method Summary | |
|---|---|
void |
getPanoramaById(String pano,
PanoramaIdHandler handler)
Retrieves the data for the given pano id and passes it to the provided callback as a StreetViewPanoramaData object. |
void |
getPanoramaByLocation(LatLng latlng,
double radius,
PanoramaByLocationHandler handler)
Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng. |
static StreetViewService |
newInstnace()
A StreetViewService object performs searches for Street View data. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected StreetViewService()
| Method Detail |
|---|
public static final StreetViewService newInstnace()
public final void getPanoramaById(String pano,
PanoramaIdHandler handler)
pano - handler -
public final void getPanoramaByLocation(LatLng latlng,
double radius,
PanoramaByLocationHandler handler)
latlng - radius - handler -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||