Struct slippy_map_tiles::Metatile [] [src]

pub struct Metatile { /* fields omitted */ }

Metatiles are NxN tiles

Methods

impl Metatile
[src]

[src]

[src]

[src]

[src]

What is the width or height of this metatile. For small zoom numbers (e.g. z1), there will not be the full scale tiles across.

[src]

Returns the LatLon for the centre of this metatile.

[src]

Returns the LatLon for the centre of this metatile.

[src]

Returns the LatLon of the top left, i.e. north west corner, of this metatile.

[src]

Returns the LatLon of the top right, i.e. north east corner, of this metatile.

[src]

Returns the LatLon of the bottom left, i.e. south west corner, of this metatile.

[src]

Returns the LatLon of the bottom right, i.e. south east corner, of this metatile.

[src]

X value of this metatile

[src]

Y value of metatile

[src]

[src]

Trait Implementations

impl PartialEq for Metatile
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Metatile
[src]

impl Debug for Metatile
[src]

[src]

Formats the value using the given formatter.

impl Clone for Metatile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Metatile
[src]

impl Hash for Metatile
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more