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

Example usage for Java com.google.gwt.maps.client.streetview StreetViewPanoramaOptions 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 StreetViewPanoramaOptions.

The text is from its open source code.

Method

StreetViewPanoramaOptionsnewInstance()
creates Options defining the properties of a StreetViewPanorama object.
voidsetPanoProvider(StreetViewPanoramaProvider provider)
sets Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id.
voidsetPosition(LatLng position)
sets The LatLng position of the Street View panorama.
voidsetStreeViewPov(StreetViewPov pov)
The camera orientation, specified as heading, pitch, and zoom, for the panorama.
voidsetVisible(boolean visible)
sets If true, the Street View panorama is visible on load.