6#include "../../blueprint/components/map_provider.hpp"
7#include "../../collection.hpp"
8#include "../../component_batch.hpp"
9#include "../../indicator_component.hpp"
10#include "../../result.hpp"
16namespace rerun::blueprint::archetypes {
22 rerun::blueprint::components::MapProvider
provider;
25 static constexpr const char IndicatorComponentName[] =
26 "rerun.blueprint.components.MapBackgroundIndicator";
35 explicit MapBackground(rerun::blueprint::components::MapProvider _provider)
48 struct AsComponents<blueprint::archetypes::MapBackground> {
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 for the background map of the map view.
Definition map_background.hpp:18
rerun::blueprint::components::MapProvider provider
Map provider and style to use.
Definition map_background.hpp:22
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:30