builder.setDistanceAlongBlock(distanceAlongBlock);
builder.setLocation(location);
builder.setOrientation(orientation);
builder.setPhase(phase);
builder.setStatus(status);
return builder.create();
}
private void addRecord(SortedMap<Long, BlockLocationRecord> records,
BlockLocationRecord record) {
records.put(record.getTime(), record);