public static class Basemap.Options
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static Basemap.Options |
create() |
void |
setBasemapLayers(BasemapLayer[] basemapLayers) |
void |
setThumbnailUrl(java.lang.String thumbnailUrl) |
void |
setTitle(java.lang.String title) |
public static Basemap.Options create()
public final void setBasemapLayers(BasemapLayer[] basemapLayers)
basemapLayers
- - An array of layers to add to the basemap.public final void setThumbnailUrl(java.lang.String thumbnailUrl)
thumbnailUrl
- - Optional. A URL to a thumbnail image for the basemap that will be displayed in the
BasemapGallery. If no thumbnail is is provided the gallery will display a blank. The default size for the image
is 100 x 67 pixels.public final void setTitle(java.lang.String title)
title
- - Optional. Title for the basemap. This value is displayed in the BasemapGallery below the thumbnail image.