com.google.maps.gwt.client
Class StreetViewTileData

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.StreetViewTileData

public class StreetViewTileData
extends JavaScriptObject

The properties of the tile set used in a Street View panorama. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected StreetViewTileData()
          Protected constructor avoids default public constructor.
 
Method Summary
 double getCenterHeading()
          The heading (in degrees) at the center of the panoramic tiles.
 Size getTileSize()
          The size (in pixels) at which tiles will be rendered.
 java.lang.String getTileUrl(java.lang.String pano, double tileZoom, double tileX, double tileY)
          Gets the tile image URL for the specified tile.
pano is the panorama ID of the Street View tile.
tileZoom is the zoom level of the tile.
tileX is the x-coordinate of the tile.
tileY is the y-coordinate of the tile.
Returns the URL for the tile image.
 Size getWorldSize()
          The size (in pixels) of the whole panorama's "world".
 void setCenterHeading(double centerHeading)
          The heading (in degrees) at the center of the panoramic tiles.
 void setTileSize(Size tileSize)
          The size (in pixels) at which tiles will be rendered.
 void setWorldSize(Size worldSize)
          The size (in pixels) of the whole panorama's "world".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetViewTileData

protected StreetViewTileData()
Protected constructor avoids default public constructor.

Method Detail

getCenterHeading

public final double getCenterHeading()
The heading (in degrees) at the center of the panoramic tiles.


getTileSize

public final Size getTileSize()
The size (in pixels) at which tiles will be rendered. This may not be the native tile image size.


getTileUrl

public final java.lang.String getTileUrl(java.lang.String pano,
                                         double tileZoom,
                                         double tileX,
                                         double tileY)
Gets the tile image URL for the specified tile.
pano is the panorama ID of the Street View tile.
tileZoom is the zoom level of the tile.
tileX is the x-coordinate of the tile.
tileY is the y-coordinate of the tile.
Returns the URL for the tile image.


getWorldSize

public final Size getWorldSize()
The size (in pixels) of the whole panorama's "world".


setCenterHeading

public final void setCenterHeading(double centerHeading)
The heading (in degrees) at the center of the panoramic tiles.


setTileSize

public final void setTileSize(Size tileSize)
The size (in pixels) at which tiles will be rendered. This may not be the native tile image size.


setWorldSize

public final void setWorldSize(Size worldSize)
The size (in pixels) of the whole panorama's "world".