pub struct MapGrid { /* private fields */ }
Expand description
A map grid is used to address tiles on a map.
The grid should be in projected coördinates. Use default()
for
Web Mercator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapGrid
impl RefUnwindSafe for MapGrid
impl Send for MapGrid
impl Sync for MapGrid
impl Unpin for MapGrid
impl UnwindSafe for MapGrid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more