@JsType(isNative=true, namespace="<global>", name="Object") public class MapboxImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
String |
accessToken
The public access token for the imagery.
|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
String |
format
The format of the image request.
|
String |
mapId
The Mapbox Map ID.
|
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, in radians, covered by the image.
|
String |
url
The Mapbox server url.
|
Constructor and Description |
---|
MapboxImageryProviderOptions()
Options for
MapboxImageryProvider |
@JsProperty public String url
@JsProperty public String mapId
@JsProperty public String accessToken
@JsProperty public String format
@JsProperty public Ellipsoid ellipsoid
@JsProperty public int minimumLevel
@JsProperty public int maximumLevel
@JsProperty public Rectangle rectangle
Rectangle.MAX_VALUE()
@JsProperty public Credit credit
@JsConstructor public MapboxImageryProviderOptions()
MapboxImageryProvider
Copyright © 2019. All rights reserved.