/// A component in the map. public struct Component: Sendable, Equatable { public let label: String public let coordinates: MapPoint public let shape: Shape }