Skip to Content
API ReferenceModelsConfigurationResponse

ConfigurationResponse

data class ConfigurationResponse(val enabledFloors: List<String> = listOf(), val defaultLanguage: String? = null, val enabledLanguages: List<String> = listOf(), val initialZoom: Double? = null, val initialCenter: ConfigCenter? = null, val initialBearing: Double? = null, val pitch: Double? = null, val limitZoomOut: Double? = null, val limitZoomIn: Double? = null, val mapRotations: Map<String, MapRotation>? = null, val splashScreen: Boolean? = null, val splashScreenUrls: Map<String, String>? = null, val logo: String? = null, val welcomeMessage: WelcomeMessage? = null, val pointsOfInterest: List<ConfigCenter>? = null, val outdoorRouter: Boolean? = null, val routeDrawing: RouteDrawing? = null, val fitToRoute: Boolean? = null, val paddingToFit: PaddingToFit? = null, val timeForStillHere: Int? = null, val timeForHome: Int? = null, val showAccessibleModeButton: Boolean? = null, val showSearchBar: Boolean? = null, val showCarousel: Boolean? = null, val showFloorAdvice: Boolean? = null, val maintainAllPins: Boolean? = null, val potentialParentPlaces: List<String>? = null, val multiBuilding: Boolean? = null, val enableGPS: Boolean? = null, val additionalAnalytics: List<String>? = null, val baseUrl: String? = null, val healthPingId: String? = null, val parkingFeature: Boolean? = null, val contactInfo: Map<String, Any>? = null, val cityOptions: List<Map<String, Any>>? = null, val directionBtnText: Any? = null, val locationMarkerText: Any? = null, val customMarkers: CustomMarkers? = null)

Constructors

ConfigurationResponseconstructor(enabledFloors: List <String > = listOf(), defaultLanguage: String ? = null, enabledLanguages: List <String > = listOf(), initialZoom: Double ? = null, initialCenter: ConfigCenter? = null, initialBearing: Double ? = null, pitch: Double ? = null, limitZoomOut: Double ? = null, limitZoomIn: Double ? = null, mapRotations: Map <String , MapRotation>? = null, splashScreen: Boolean ? = null, splashScreenUrls: Map <String , String >? = null, logo: String ? = null, welcomeMessage: WelcomeMessage? = null, pointsOfInterest: List <ConfigCenter>? = null, outdoorRouter: Boolean ? = null, routeDrawing: RouteDrawing? = null, fitToRoute: Boolean ? = null, paddingToFit: PaddingToFit? = null, timeForStillHere: Int ? = null, timeForHome: Int ? = null, showAccessibleModeButton: Boolean ? = null, showSearchBar: Boolean ? = null, showCarousel: Boolean ? = null, showFloorAdvice: Boolean ? = null, maintainAllPins: Boolean ? = null, potentialParentPlaces: List <String >? = null, multiBuilding: Boolean ? = null, enableGPS: Boolean ? = null, additionalAnalytics: List <String >? = null, baseUrl: String ? = null, healthPingId: String ? = null, parkingFeature: Boolean ? = null, contactInfo: Map <String , Any >? = null, cityOptions: List <Map <String , Any >>? = null, directionBtnText: Any ? = null, locationMarkerText: Any ? = null, customMarkers: CustomMarkers? = null)

Properties

additionalAnalytics

val additionalAnalytics: List<String>? = null

baseUrl

val baseUrl: String? = null

cityOptions

val cityOptions: List<Map<String, Any>>? = null

contactInfo

val contactInfo: Map<String, Any>? = null

customMarkers

val customMarkers: CustomMarkers? = null

Types: CustomMarkers

defaultLanguage

val defaultLanguage: String? = null

directionBtnText

val directionBtnText: Any? = null

enabledFloors

val enabledFloors: List<String>

enabledLanguages

val enabledLanguages: List<String>

enableGPS

val enableGPS: Boolean? = null

fitToRoute

val fitToRoute: Boolean? = null

healthPingId

val healthPingId: String? = null

initialBearing

val initialBearing: Double? = null

initialCenter

val initialCenter: ConfigCenter? = null

Types: ConfigCenter

initialZoom

val initialZoom: Double? = null

limitZoomIn

val limitZoomIn: Double? = null

limitZoomOut

val limitZoomOut: Double? = null

locationMarkerText

val locationMarkerText: Any? = null
val logo: String? = null

maintainAllPins

val maintainAllPins: Boolean? = null

mapRotations

val mapRotations: Map<String, MapRotation>? = null

Types: MapRotation

multiBuilding

val multiBuilding: Boolean? = null

outdoorRouter

val outdoorRouter: Boolean? = null

paddingToFit

val paddingToFit: PaddingToFit? = null

Types: PaddingToFit

parkingFeature

val parkingFeature: Boolean? = null

pitch

val pitch: Double? = null

pointsOfInterest

val pointsOfInterest: List<ConfigCenter>? = null

Types: ConfigCenter

potentialParentPlaces

val potentialParentPlaces: List<String>? = null

routeDrawing

val routeDrawing: RouteDrawing? = null

Types: RouteDrawing

showAccessibleModeButton

val showAccessibleModeButton: Boolean? = null

showCarousel

val showCarousel: Boolean? = null

showFloorAdvice

val showFloorAdvice: Boolean? = null

showSearchBar

val showSearchBar: Boolean? = null

splashScreen

val splashScreen: Boolean? = null

splashScreenUrls

val splashScreenUrls: Map<String, String>? = null

timeForHome

val timeForHome: Int? = null

timeForStillHere

val timeForStillHere: Int? = null

welcomeMessage

val welcomeMessage: WelcomeMessage? = null

Types: WelcomeMessage

Last updated on