Get 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.
Tile grid options.
Classdesc
Base class for setting the grid pattern for sources accessing tiled-image servers.
參數: options
Tile grid options.
Struct
Api
stable