@JsType(isNative=true, namespace="<global>", name="Object") public class OpenStreetMapImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
String |
fileExtension
The file extension for images on the server.
|
int |
maximumLevel
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
|
int |
minimumLevel
The minimum level-of-detail supported by the imagery provider.
|
Rectangle |
rectangle
The rectangle of the layer.
|
String |
url
The OpenStreetMap server url.
|
Constructor and Description |
---|
OpenStreetMapImageryProviderOptions() |
@JsProperty public String url
@JsProperty public String fileExtension
@JsProperty public Rectangle rectangle
Rectangle.MAX_VALUE()
@JsProperty public int minimumLevel
@JsProperty public int maximumLevel
@JsProperty public Ellipsoid ellipsoid
@JsProperty public Credit credit
Copyright © 2019. All rights reserved.