6#include "../../blueprint/components/zoom_level.hpp"
7#include "../../collection.hpp"
8#include "../../component_batch.hpp"
9#include "../../indicator_component.hpp"
10#include "../../result.hpp"
16namespace rerun::blueprint::archetypes {
25 static constexpr const char IndicatorComponentName[] =
26 "rerun.blueprint.components.MapZoomIndicator";
47 struct AsComponents<blueprint::archetypes::MapZoom> {
A class for representing either a usable value, or an error.
Definition result.hpp:14
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
Archetype: Configuration of the map view zoom level.
Definition map_zoom.hpp:18
rerun::blueprint::components::ZoomLevel zoom
Zoom level for the map.
Definition map_zoom.hpp:22
Component: A zoom level determines how much of the world is visible on a map.
Definition zoom_level.hpp:14
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:30