@JsType(isNative=true,
namespace="<global>",
name="Object")
public class TileLayerOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TileLayerOptions.Builder |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribution()
Gets the string used by the attribution control, describes the layer data.
|
LatLngBounds |
getBounds()
Gets whether the TileLayer only loads tiles that are in the given geographical bounds.
|
java.lang.String |
getClassName() |
java.lang.Boolean |
getCrossOrigin() |
java.lang.Boolean |
getDetectRetina()
Gets the detect retina option is set
default false
|
java.lang.String |
getErrorTileUrl()
Gets the URL to the tile image to show in place of the tile that failed to load.
|
double |
getKeepBuffer() |
double |
getMaxNativeZoom()
Gets the Maximum zoom number the tiles source has available.
|
double |
getMaxZoom()
Gets the max zoom.
|
double |
getMinNativeZoom() |
double |
getMinZoom()
Gets the min zoom.
|
java.lang.Boolean |
getNoWrap()
Gets whether the tiles just won't load outside the world width (-180 to 180 longitude) instead of repeating.
|
double |
getOpacity()
Gets the opacity of the tile layer.
|
java.lang.String |
getPane() |
java.lang.String[] |
getSubdomains()
Gets the Subdomains of the tile service.
|
double |
getTileSize()
Gets the Tile size (width and height in pixels, assuming tiles are square).
|
java.lang.Boolean |
getTms()
Gets whether If true, inverses Y axis numbering for tiles (turn this on for TMS services).
|
java.lang.Boolean |
getUpdateInterval() |
java.lang.Boolean |
getUpdateWhenIdle()
Gets whether the new tiles are loaded during panning, otherwise only after it (for better performance).
|
java.lang.Boolean |
getUpdateWhenZooming() |
double |
getzIndex()
Gets The explicit zIndex of the tile layer.
|
double |
getZoomOffset()
Gets The zoom number used in tile URLs will be offset with this value.
|
java.lang.Boolean |
getZoomReverse()
Gets the zoom number used in tile URLs will be reversed (maxZoom - zoom instead of zoom).
|
@JsOverlay public final double getMinZoom()
@JsOverlay public final double getMaxZoom()
@JsOverlay public final double getMaxNativeZoom()
@JsOverlay public final double getTileSize()
@JsOverlay public final java.lang.String[] getSubdomains()
@JsOverlay public final java.lang.String getErrorTileUrl()
@JsOverlay public final java.lang.String getAttribution()
@JsOverlay public final java.lang.Boolean getTms()
@JsOverlay public final java.lang.Boolean getNoWrap()
@JsOverlay public final double getZoomOffset()
@JsOverlay public final java.lang.Boolean getZoomReverse()
@JsOverlay public final double getOpacity()
@JsOverlay public final double getzIndex()
@JsOverlay public final java.lang.Boolean getUpdateWhenIdle()
@JsOverlay public final java.lang.Boolean getDetectRetina()
@JsOverlay public final LatLngBounds getBounds()
@JsOverlay public final double getMinNativeZoom()
@JsOverlay public final java.lang.Boolean getUpdateWhenZooming()
@JsOverlay public final java.lang.Boolean getUpdateInterval()
@JsOverlay public final java.lang.Boolean getCrossOrigin()
@JsOverlay public final java.lang.String getPane()
@JsOverlay public final java.lang.String getClassName()
@JsOverlay public final double getKeepBuffer()