LocationContext.TimeSegment

class LocationContext.TimeSegment


A time segment.

Summary

Public constructors

TimeSegment(startTime: String!)

Public functions

LocationContext.TimeSegment!

Sets the start time.

Public constructors

TimeSegment

TimeSegment(startTime: String!)

Public functions

setStartTime

@CanIgnoreReturnValue
fun setStartTime(startTime: String!): LocationContext.TimeSegment!

Sets the start time.

Parameters
startTime: String!

the start time.

Returns
LocationContext.TimeSegment!

the time segment.