Java com.google.gwt.maps.client.streetview StreetViewPanoramaData fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.streetview StreetViewPanoramaData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.streetview StreetViewPanoramaData.

The text is from its open source code.

Method

StreetViewLocationgetLocation()
gets Specifies the location meta-data for this panorama.
StreetViewPanoramaDatanewInstance()
The representation of a panorama returned from the provider defined using registerPanoProvider.
voidsetCopyright(String copyright)
sets Specifies the copyright text for this panorama.
voidsetLocation(StreetViewLocation location)
sets Specifies the location meta-data for this panorama.
voidsetTileData(StreetViewTileData tiles)
sets Specifies the custom tiles for this panorama.