靜態createGet the tile coordinate for the given map coordinate and resolution. This method considers that coordinates that intersect tile boundaries should be assigned the higher tile coordinate.
Coordinate.
Resolution.
可選opt_tileCoord: TileCoordDestination ol.TileCoord object.
Tile coordinate.
Get a tile coordinate given a map coordinate and zoom level.
Coordinate.
Zoom level.
可選opt_tileCoord: TileCoordDestination ol.TileCoord object.
Tile coordinate.
Get the tile size for a zoom level. The type of the return value matches the
tileSize or tileSizes that the tile grid was configured with. To always
get an ol.Size, run the result through ol.size.toSize().
Z.
Tile size.
Classdesc
Set the grid pattern for sources accessing WMTS tiled-image servers.
參數: options
WMTS options.
Struct
Api