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

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

The text is from its open source code.

Method

StringgetTileUrl(String pano, int zoom, int tileX, int tileY, TileUrlHandler handler)
Gets the tile image URL for the specified tile.
StreetViewTileDatanewInstance()
creates The properties of the tile set used in a Street View panorama.
voidsetCenterHeading(int centerHeading)
sets The heading (in degrees) at the center of the panoramic tiles.
voidsetTileSize(Size tileSize)
sets The size (in pixels) at which tiles will be rendered.
voidsetWorldSize(Size worldSize)
sets The size (in pixels) of the whole panorama's "world".