A few initial thoughts based on the code snippet you shared:
params) against the CreateTracker API requirements and make sure you're using the right parameters and passing the right values.createTracker creates a new tracker that does not have any data - this means that there is nothing to render yet. To track your assets, you'll need to send position updates to the tracker. See Start Tracking for an example.Share a bit more about your use case, i.e., what is it you're trying to do. That'll help me better understand the problem.
UPDATE: here is what I'd do for your use case:
PositionProperties - see Update your tracker with a device position. This would help me attach more information for data visualization or analysis purposes.Hope this helps.