Modifier and Type | Method and Description |
---|---|
static Size |
Size.newInstance(double width,
double height)
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
|
static Size |
Size.newInstance(double width,
double height,
String widthUnit,
String heightUnit)
creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Size.equals(Size other)
Compares two Sizes.
|
Modifier and Type | Method and Description |
---|---|
Size |
FusionTablesMouseMapEvent.getPixelOffset()
gets The offset to apply to an infowindow anchored on the clicked feature.
|
Modifier and Type | Method and Description |
---|---|
Size |
KmlMouseMapEvent.getPixelOffset()
get The offset to apply to an infowindow anchored on the clicked feature.
|
Modifier and Type | Method and Description |
---|---|
Size |
PanoramioMouseMapEvent.getPixelOffset()
gets The offset to apply to an infowindow anchored on the clicked feature.
|
Modifier and Type | Method and Description |
---|---|
Size |
ImageMapTypeOptions.getTileSize()
gets The tile size.
|
Modifier and Type | Method and Description |
---|---|
void |
MapType.setTileSize(Size tileSize)
sets The dimensions of each tile.
|
void |
ImageMapTypeOptions.setTileSize(Size size)
sets The tile size.
|
Modifier and Type | Method and Description |
---|---|
Size |
InfoWindowOptions.getPixelOffset()
gets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
|
Size |
MarkerImage.getScaledSize()
gets The size of the entire image after scaling, if any.
|
Size |
MarkerImage.getSize()
gets The display size of the sprite or image.
|
Modifier and Type | Method and Description |
---|---|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size,
Point origin)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size,
Point origin,
Point anchor)
creates A structure representing a Marker icon or shadow image.
|
static MarkerImage |
MarkerImage.newInstance(String url,
Size size,
Point origin,
Point anchor,
Size scaledSize)
creates A structure representing a Marker icon or shadow image.
|
void |
InfoWindowOptions.setPixelOffet(Size size)
sets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
|
void |
MarkerImage.setScaledSize(Size scaledSize)
sets The size of the entire image after scaling, if any.
|
void |
MarkerImage.setSize(Size size)
sets The display size of the sprite or image.
|
Modifier and Type | Method and Description |
---|---|
Size |
StreetViewTileData.getTileSize()
gets The size (in pixels) at which tiles will be rendered.
|
Size |
StreetViewTileData.getWorldSize()
gets The size (in pixels) of the whole panorama's "world".
|
Modifier and Type | Method and Description |
---|---|
void |
StreetViewTileData.setTileSize(Size tileSize)
sets The size (in pixels) at which tiles will be rendered.
|
void |
StreetViewTileData.setWorldSize(Size worldSize)
sets The size (in pixels) of the whole panorama's "world".
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.