Struct slippy_map_tiles::Tile [] [src]

pub struct Tile {
    // some fields omitted
}

Methods

impl Tile
[src]

fn new(zoom: u8, x: u32, y: u32) -> Option<Tile>

fn tc_path<T: Display>(&self, ext: T) -> String

Trait Implementations

impl Debug for Tile
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for Tile
[src]

impl PartialEq for Tile
[src]

fn eq(&self, __arg_0: &Tile) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Tile) -> bool

This method tests for !=.