render User Tracks
fun renderUserTracks(userId: String? = null, venueId: String? = null, startTimeMilli: Long, endTimeMilli: Long, completionCallback: CompletionCallback<Boolean>? = null): Unit?
Renders the user track feature layer on the map.
Parameters
user Id
Optional, The user ID associated with the track.
venue Id
Optional, The venue ID associated with the track.
start Time Milli
The start time of the track in milliseconds since epoch.
end Time Milli
The end time of the track in milliseconds since epoch.
completion Callback
An optional callback to be invoked upon completion of the operation. If the operation succeeds and track is available for the provided dates, the onSuccess method will be called with a value of true. If an error occurs or tracks are not available for the provided dates, the onError method will be called with the exception that caused the error.