|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StreetViewTileData
public class StreetViewTileData
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 |
---|
protected StreetViewTileData()
Method Detail |
---|
public final double getCenterHeading()
public final Size getTileSize()
public final java.lang.String getTileUrl(java.lang.String pano, double tileZoom, double tileX, double tileY)
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.
public final Size getWorldSize()
public final void setCenterHeading(double centerHeading)
public final void setTileSize(Size tileSize)
public final void setWorldSize(Size worldSize)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |