renderUserTrack

fun renderUserTrack(userId: String? = null, venueId: String? = null, startTimeMilli: Long, endTimeMilli: Long, completionCallback: CompletionCallback<Boolean>? = null)

Renders the user track on the map.

Parameters

userId

Optional ID of the user. If provided, the user-specific track will be rendered.

venueId

Optional ID of the venue. If provided, the venue-specific track will be rendered.

startTimeMilli

The start time of the track in milliseconds.

endTimeMilli

The end time of the track in milliseconds.

completionCallback

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.