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
ConfigurationResponse | constructor(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>? = nullbaseUrl
val baseUrl: String? = nullcityOptions
val cityOptions: List<Map<String, Any>>? = nullcontactInfo
val contactInfo: Map<String, Any>? = nullcustomMarkers
val customMarkers: CustomMarkers? = nullTypes: CustomMarkers
defaultLanguage
val defaultLanguage: String? = nulldirectionBtnText
val directionBtnText: Any? = nullenabledFloors
val enabledFloors: List<String>enabledLanguages
val enabledLanguages: List<String>enableGPS
val enableGPS: Boolean? = nullfitToRoute
val fitToRoute: Boolean? = nullhealthPingId
val healthPingId: String? = nullinitialBearing
val initialBearing: Double? = nullinitialCenter
val initialCenter: ConfigCenter? = nullTypes: ConfigCenter
initialZoom
val initialZoom: Double? = nulllimitZoomIn
val limitZoomIn: Double? = nulllimitZoomOut
val limitZoomOut: Double? = nulllocationMarkerText
val locationMarkerText: Any? = nulllogo
val logo: String? = nullmaintainAllPins
val maintainAllPins: Boolean? = nullmapRotations
val mapRotations: Map<String, MapRotation>? = nullTypes: MapRotation
multiBuilding
val multiBuilding: Boolean? = nulloutdoorRouter
val outdoorRouter: Boolean? = nullpaddingToFit
val paddingToFit: PaddingToFit? = nullTypes: PaddingToFit
parkingFeature
val parkingFeature: Boolean? = nullpitch
val pitch: Double? = nullpointsOfInterest
val pointsOfInterest: List<ConfigCenter>? = nullTypes: ConfigCenter
potentialParentPlaces
val potentialParentPlaces: List<String>? = nullrouteDrawing
val routeDrawing: RouteDrawing? = nullTypes: RouteDrawing
showAccessibleModeButton
val showAccessibleModeButton: Boolean? = nullshowCarousel
val showCarousel: Boolean? = nullshowFloorAdvice
val showFloorAdvice: Boolean? = nullshowSearchBar
val showSearchBar: Boolean? = nullsplashScreen
val splashScreen: Boolean? = nullsplashScreenUrls
val splashScreenUrls: Map<String, String>? = nulltimeForHome
val timeForHome: Int? = nulltimeForStillHere
val timeForStillHere: Int? = nullwelcomeMessage
val welcomeMessage: WelcomeMessage? = nullTypes: WelcomeMessage
Last updated on