GeoWidgetConfiguration

constructor(appId: String, configType: String = ConfigType.GeoWidget.name, id: String, topScreenSection: TopScreenSectionConfig? = null, registrationQuestionnaire: QuestionnaireConfig, mapLayers: List<MapLayerConfig> = listOf(MapLayerConfig(MapLayer.STREET, true)), showLocation: Boolean = false, showPlaneSwitcher: Boolean = false, showAddLocation: Boolean = false, resourceConfig: FhirResourceConfig, servicePointConfig: ServicePointConfig?, summaryBottomSheetConfig: SummaryBottomSheetConfig? = null, actions: List<ActionConfig>? = emptyList(), noResults: NoResultsConfig? = null, filterDataByRelatedEntityLocation: Boolean? = null)