mappedin
/
com.mappedin.sdk.models
/
MPISiblingGroup
M
P
I
Sibling
Group
data class
MPISiblingGroup
(label:
String
, siblings:
List
<
String
>)
Content copied to clipboard
MPISiblingGroup
represents a group of related
MPINavigatable.MPILocation
Constructors
Functions
Properties
Constructors
MPISiblingGroup
Link copied to clipboard
fun
MPISiblingGroup
(label:
String
, siblings:
List
<
String
>)
Content copied to clipboard
On this page
On this page
Functions
component1
Link copied to clipboard
operator fun
component1
():
String
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
List
<
String
>
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(label:
String
, siblings:
List
<
String
>):
MPISiblingGroup
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
On this page
On this page
Properties
label
Link copied to clipboard
val
label
:
String
Content copied to clipboard
label
of the
MPISiblingGroup
siblings
Link copied to clipboard
val
siblings
:
List
<
String
>
Content copied to clipboard
An array of id of
MPINavigatable.MPILocation
under the same
MPISiblingGroup
On this page
On this page