Widget Group
data class WidgetGroup(val componentId: String? = null, val type: ComponentType = ComponentType.WIDGET_GROUP, val name: String? = null, val enabled: Boolean = true, val i18n: String? = null, val widgetType: WidgetType? = null, val buildingPosition: BuildingPosition? = null, val mapPosition: Position? = null, val radius: Double? = null, val icons: List<String>? = null) : AbstractComponent, Parcelable
Constructors
Link copied to clipboard
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_GROUP, name: String? = null, enabled: Boolean = true, i18n: String? = null, widgetType: WidgetType? = null, buildingPosition: BuildingPosition? = null, mapPosition: Position? = null, radius: Double? = null, icons: List<String>? = null)