105106107108109110111112113114115
} if (fastest) { builder.fastest(); } if (biggest) { builder.biggest(); } if (locationId != null) { builder.locationId(locationId); } if (imageId != null) {
108109110111112113114115116117118