toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.response
/
RealtimeAreaElementResponse
Realtime
Area
Element
Response
data
class
RealtimeAreaElementResponse
(
val
id
:
String
,
val
type
:
RealtimeElementType
,
val
areas
:
List
<
BGPArea
>
,
val
areaIds
:
List
<
Int
>
)
:
Parcelable
Members
Constructors
Realtime
Area
Element
Response
Link copied to clipboard
constructor
(
id
:
String
,
type
:
RealtimeElementType
,
areas
:
List
<
BGPArea
>
,
areaIds
:
List
<
Int
>
)
Properties
area
Ids
Link copied to clipboard
val
areaIds
:
List
<
Int
>
areas
Link copied to clipboard
val
areas
:
List
<
BGPArea
>
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
RealtimeElementType
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)