INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.network.search
/
TimePoint
Time
Point
@
Serializable
data
class
TimePoint
(
val
date
:
String
?
=
null
,
val
hour
:
Int
?
=
null
,
val
minute
:
Int
?
=
null
)
Members
Constructors
Time
Point
Link copied to clipboard
constructor
(
date
:
String
?
=
null
,
hour
:
Int
?
=
null
,
minute
:
Int
?
=
null
)
Properties
date
Link copied to clipboard
val
date
:
String
?
=
null
hour
Link copied to clipboard
val
hour
:
Int
?
=
null
minute
Link copied to clipboard
val
minute
:
Int
?
=
null