Package-level declarations
Types
Link copied to clipboard
data class AuthParameters(var sdkCredential: MutableMap<String, String>? = null, var loggedUser: MutableMap<String, String>? = null, var token: String? = null) : Parcelable
Link copied to clipboard
data class BGPElement(val pos: List<Double>? = null, val mapId: Int? = null, val mapName: String? = null, val type: BGPElementType? = null, val icon: String? = null) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class BGPMap(val id: Int? = null, val label: String? = null, val type: String? = null, val order: Int? = null, val circleRadius: Double? = null, val name: String? = null, val orientation: BGPMapOrientation? = null, val ox: Double? = null, val oy: Double? = null, val s1x: Double? = null, val s1y: Double? = null, val s2x: Double? = null, val s2y: Double? = null, val scale: Double? = null, val distance: Double? = null, val fileMap: String? = null, val mapRefreshRate: Int? = null, val animationDurationMs: Int? = null, val northAngle: Double? = null, val primaryColor: String? = null, val viewWidth: Double? = null, val viewHeight: Double? = null, val badgeDistance: Double? = null, val coordNameList: List<String>? = null, val allCoord: List<String>? = null) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class BGPNavigationNotification(val distanceFromPath: Double? = null, val element: BGPElement? = null) : Parcelable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class BookFilter(var date: String? = null, var search: String? = null, var start: String? = null, var end: String? = null, var types: List<ResourceType>? = null, var mapId: Int? = null, var services: MutableList<ResourceServiceModel>? = mutableListOf(), var hasPosition: Boolean? = false) : Parcelable
Link copied to clipboard
data class Booking(var resId: Int? = null, var name: String? = null, var imageUrl: String? = null, var editable: Boolean? = null, var type: ResourceType? = null) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class BookingStyle(var clickVAlign: String? = null, var clickHAlign: String? = null, var clickZoom: Int? = null, var radiusMeter: Int? = null, var color: String? = null) : Parcelable
Link copied to clipboard
data class BuildingPosition(val buildingId: String, val buildingName: String, val floorId: String? = null, val floorName: String? = null, val roomId: String? = null, val roomName: String? = null, val roomPosition: Position? = null, val departmentId: String? = null, val departmentName: String? = null) : Parcelable
Link copied to clipboard
data class ClickedObject(var id: Int? = null, var name: String? = null, var x: Double? = null, var y: Double? = null, var info: InfoObject? = null, var color: String? = null) : Parcelable
Link copied to clipboard
data class ConfigurationMap(var auth: AuthParameters? = null, var tagid: String? = null, var style: MapStyle? = null, var toolbox: ToolboxMap? = ToolboxMap(), var show: ShowMap? = ShowMap(
me = true,
all = false,
room = true,
list = null,
), var visualization: VisualizationMap? = VisualizationMap(
followTagOnClick = false,
centerAreaOnClick = true
), var callbackType: String = "Android", var customOption: MutableMap<String, String>? = null, var areaGroups: List<String>? = null, var buildings: List<Int>? = null, var enablePolling: Boolean? = false, var debugMode: Boolean? = false) : Parcelable
Link copied to clipboard
data class CustomPath(var id: Int? = null, var name: String? = null, var x: Double? = null, var y: Double? = null, var mapId: Int? = null, var mapName: String? = null) : Parcelable
Link copied to clipboard
data class DataFilter(val filter: MutableMap<String, String>? = null, val data: List<GenericResource> = listOf()) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class GenericInfo(var key: String? = null, var status: String? = null, var message: String? = null) : Parcelable
Link copied to clipboard
data class GenericResource(val id: String, val name: String? = null, val type: ResourceType? = null, val subType: String? = null, val icon: IconResourceFilter? = null, val buildingPosition: BuildingPosition? = null, val position: Position? = null) : Parcelable
Link copied to clipboard
data class IconResourceFilter(val id: Int? = null, val name: String? = null, val icon: String? = null, val iconUrl: String? = null, val iconPath: String? = "resource/icons/types/unknown_ico.svg", val iconBase64: String? = null) : Parcelable
Link copied to clipboard
data class IndicationStyle(var stroke: String? = "#4965E7", var radiusMeter: Double? = 2.0, var sourceColor: String? = "#f00", var destColor: String? = "#2424b1", var opacity: Double? = 1.0, var iconSource: String? = null, var iconDestination: String? = null, var followZoom: Boolean? = false, var iconVAlign: String? = "bottom", var iconHAlign: String? = "right") : Parcelable
Link copied to clipboard
data class InfoObject(var booking: Booking? = null, var reservation: List<Reservation>? = null, var position: Position? = null) : Parcelable
Link copied to clipboard
data class JavascriptCallback(var key: String? = null, var type: TypeMapCallback? = null, var payload: String? = null) : Parcelable
Link copied to clipboard
data class MapStyle(var darkMode: Boolean = false, var icons: IconStyle? = null, var navigation: NavigationStyle? = NavigationStyle(), var indication: IndicationStyle? = IndicationStyle(), var bookingLayer: BookingStyle? = BookingStyle()) : Parcelable
Link copied to clipboard
data class NavigationStyle(var radiusMeter: Double? = 5.0, var strokeWidthMeter: Double? = 0.3, var stroke: String? = "#4965E7", var strokeOpacity: Double? = 1.0, var strokeLinecap: String? = "round", var strokeLinejoin: String? = "round", var jumpColor: String? = "#4965E7", var jumpOpacity: Double? = 1.0, var jumpRadiusMeter: Double? = 0.4, var animationTime: Double? = 0.0, var iconSource: String? = null, var iconDestination: String? = null, var velocityOptions: MutableMap<String, Double> = mutableMapOf("foot" to 4.0, "bike" to 10.0, "pushScooter" to 10.0), var navigationStep: Double? = 1.5, var autoZoom: Boolean? = true, var showVoronoy: Boolean? = false) : Parcelable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Path(var source: Position? = null, var dest: Position? = null, var path: List<CustomPath>? = null, var step: List<Step>? = null) : Parcelable
Link copied to clipboard
data class PayloadResponse(var key: String? = null, var status: String? = null, var loaded: String? = null, var message: String? = null, var availableDateList: List<String>? = null) : Parcelable
Link copied to clipboard
data class Reservation(var id: Int? = null, var index: Int? = null, var date: String? = null, var availableQuantity: Int? = null, var bookableStatus: BookableType? = null) : Parcelable
Link copied to clipboard
data class ResourceServiceModel(val name: String? = null, val quantity: Int? = null, val isSeats: Boolean = false) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class ShowMap(var me: Boolean? = null, var all: Boolean? = null, var room: Boolean? = null, var list: MutableList<String>? = null, val tagList: MutableList<BGPSTag>? = null, val grid: Boolean? = false, var kiosk: Int? = null, var path: Int? = null, var park: Boolean? = false, var desk: Boolean? = false, var booking: Boolean? = false) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class ToolboxMap(var mapControl: ToolboxMapParameter? = ToolboxMapParameter(
enabled = true,
x = 50,
y = 50,
buttonWidth = 40,
buttonHeight = 40,
buttonSpace = 10,
orientation = OrientationType.horizontal,
rotationStep = 10
), var layer: ToolboxMapParameter? = ToolboxMapParameter(
enabled = true,
x = 50,
y = 120,
buttonWidth = 30,
buttonHeight = 30,
buttonSpace = 8,
orientation = OrientationType.vertical,
)) : Parcelable
Link copied to clipboard
data class ToolboxMapParameter(var enabled: Boolean? = null, var x: Int? = null, var y: Int? = null, var buttonWidth: Int? = null, var buttonHeight: Int? = null, var buttonSpace: Int? = null, var orientation: OrientationType? = null, var rotationStep: Int? = null) : Parcelable
Link copied to clipboard
Link copied to clipboard
data class VisualizationMap(var followTagOnClick: Boolean? = null, var centerAreaOnClick: Boolean? = null) : Parcelable