Structs
Stores the context of the map.
Stores the camera configuration.
diff --git a/docs/api/implementors/core/fmt/trait.Display.js b/docs/api/implementors/core/fmt/trait.Display.js
index 0d4f67d2..ae93d3f1 100644
--- a/docs/api/implementors/core/fmt/trait.Display.js
+++ b/docs/api/implementors/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {};
-implementors["maplibre"] = [{"text":"impl Display for ZoomLevel","synthetic":false,"types":["maplibre::coords::ZoomLevel"]},{"text":"impl Display for Zoom","synthetic":false,"types":["maplibre::coords::Zoom"]},{"text":"impl Display for TileCoords","synthetic":false,"types":["maplibre::coords::TileCoords"]},{"text":"impl Display for WorldTileCoords","synthetic":false,"types":["maplibre::coords::WorldTileCoords"]},{"text":"impl Display for WorldCoords","synthetic":false,"types":["maplibre::coords::WorldCoords"]},{"text":"impl Display for RenderError","synthetic":false,"types":["maplibre::error::RenderError"]},{"text":"impl Display for RunSubGraphError","synthetic":false,"types":["maplibre::render::graph::context::RunSubGraphError"]},{"text":"impl Display for OutputSlotError","synthetic":false,"types":["maplibre::render::graph::context::OutputSlotError"]},{"text":"impl Display for InputSlotError","synthetic":false,"types":["maplibre::render::graph::context::InputSlotError"]},{"text":"impl Display for NodeRunError","synthetic":false,"types":["maplibre::render::graph::node::NodeRunError"]},{"text":"impl Display for SlotType","synthetic":false,"types":["maplibre::render::graph::node_slot::SlotType"]},{"text":"impl Display for RenderGraphError","synthetic":false,"types":["maplibre::render::graph::RenderGraphError"]},{"text":"impl Display for RenderGraphRunnerError","synthetic":false,"types":["maplibre::render::graph_runner::RenderGraphRunnerError"]}];
+implementors["maplibre"] = [{"text":"impl Display for ZoomLevel","synthetic":false,"types":["maplibre::coords::ZoomLevel"]},{"text":"impl Display for LatLon","synthetic":false,"types":["maplibre::coords::LatLon"]},{"text":"impl Display for Zoom","synthetic":false,"types":["maplibre::coords::Zoom"]},{"text":"impl Display for TileCoords","synthetic":false,"types":["maplibre::coords::TileCoords"]},{"text":"impl Display for WorldTileCoords","synthetic":false,"types":["maplibre::coords::WorldTileCoords"]},{"text":"impl Display for WorldCoords","synthetic":false,"types":["maplibre::coords::WorldCoords"]},{"text":"impl Display for RenderError","synthetic":false,"types":["maplibre::error::RenderError"]},{"text":"impl Display for RunSubGraphError","synthetic":false,"types":["maplibre::render::graph::context::RunSubGraphError"]},{"text":"impl Display for OutputSlotError","synthetic":false,"types":["maplibre::render::graph::context::OutputSlotError"]},{"text":"impl Display for InputSlotError","synthetic":false,"types":["maplibre::render::graph::context::InputSlotError"]},{"text":"impl Display for NodeRunError","synthetic":false,"types":["maplibre::render::graph::node::NodeRunError"]},{"text":"impl Display for SlotType","synthetic":false,"types":["maplibre::render::graph::node_slot::SlotType"]},{"text":"impl Display for RenderGraphError","synthetic":false,"types":["maplibre::render::graph::RenderGraphError"]},{"text":"impl Display for RenderGraphRunnerError","synthetic":false,"types":["maplibre::render::graph_runner::RenderGraphRunnerError"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/maplibre/context/index.html b/docs/api/maplibre/context/index.html
index 0f16dbd5..37496e73 100644
--- a/docs/api/maplibre/context/index.html
+++ b/docs/api/maplibre/context/index.html
@@ -4,7 +4,7 @@
Stores the context of the map. Stores the camera configuration.Structs
pub struct MapContext {
+ Struct maplibre::context::MapContext
source · [−]pub struct MapContext {
pub view_state: ViewState,
pub style: Style,
pub tile_repository: TileRepository,
diff --git a/docs/api/maplibre/context/struct.ViewState.html b/docs/api/maplibre/context/struct.ViewState.html
index 4b1bab61..bea70916 100644
--- a/docs/api/maplibre/context/struct.ViewState.html
+++ b/docs/api/maplibre/context/struct.ViewState.html
@@ -9,7 +9,7 @@
pub camera: ChangeObserver<Camera>,
pub perspective: Perspective,
}Stores the camera configuration.
-zoom: ChangeObserver<Zoom>camera: ChangeObserver<Camera>perspective: Perspectivezoom: ChangeObserver<Zoom>camera: ChangeObserver<Camera>perspective: PerspectiveMutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
diff --git a/docs/api/maplibre/coords/constant.EXTENT.html b/docs/api/maplibre/coords/constant.EXTENT.html
index c5bfbc26..e6830076 100644
--- a/docs/api/maplibre/coords/constant.EXTENT.html
+++ b/docs/api/maplibre/coords/constant.EXTENT.html
@@ -4,5 +4,5 @@
pub const EXTENT: f64 = EXTENT_UINT as f64; // 4096f64