mobile-sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mobile-sdk
2Gis Full SDK for Compose
/
ru.dgis.sdk.compose.navigation.controls.dashboard
/
NavigationDashboardInfo
/
IndoorInfo
Indoor
Info
data
class
IndoorInfo
(
val
floorName
:
String
?
,
val
organizationName
:
String
?
)
:
NavigationDashboardInfo
Indoor information containing floor and organization details.
Members
Constructors
Indoor
Info
Link copied to clipboard
constructor
(
floorName
:
String
?
,
organizationName
:
String
?
)
Properties
floor
Name
Link copied to clipboard
val
floorName
:
String
?
organization
Name
Link copied to clipboard
val
organizationName
:
String
?