render User Track
fun renderUserTrack(userId: String? = null, venueId: String? = null, startTimeMilli: Long, endTimeMilli: Long, completionCallback: CompletionCallback<Boolean>? = null)
Renders the user track on the map.
Parameters
user Id
Optional ID of the user. If provided, the user-specific track will be rendered.
venue Id
Optional ID of the venue. If provided, the venue-specific track will be rendered.
start Time Milli
The start time of the track in milliseconds.
end Time Milli
The end time of the track in milliseconds.
completion Callback
Optional callback to receive the result of the operation. The callback will be invoked with a boolean value indicating whether the user track was successfully rendered.