Struct maptiler_cloud::TileRequest [−][src]
pub struct TileRequest { /* fields omitted */ }Expand description
A struct containing the arguments required to make a request for a tile
Implementations
Creates a new TileRequest with the given parameters
set: A TileSet representing which tileset to get the tile from. See https://cloud.maptiler.com/tiles/
x: The x-coordinate of the tile in the Tiled Web Map format y: The y-coordinate of the tile zoom: The zoom level of the tile in the Tile Web Map format
The x and y positions must be in bounds
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TileRequest
impl Send for TileRequest
impl Sync for TileRequest
impl Unpin for TileRequest
impl UnwindSafe for TileRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more