Tile grid options.
Base class for setting the grid pattern for sources accessing tiled-image servers.
stable
Get the origin for the grid at the given zoom level.
Z.
Origin.
stable
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.
Optional
opt_tileCoord: TileCoordDestination ol.TileCoord object.
Tile coordinate.
Get a tile coordinate given a map coordinate and zoom level.
Coordinate.
Zoom level.
Optional
opt_tileCoord: TileCoordDestination ol.TileCoord object.
Tile coordinate.
Resolution.
Optional
opt_direction: numberIf 0, the nearest resolution will be used. If 1, the nearest lower resolution will be used. If -1, the nearest higher resolution will be used. Default is 0.
Z.
Generated using TypeDoc
Classdesc
Base class for setting the grid pattern for sources accessing tiled-image servers.
Param: options
Tile grid options.
Struct
Api
stable