Searched refs:imageBounds (Results 1 – 1 of 1) sorted by relevance
154 auto imageBounds = LatLngBounds::hull(coords[0], coords[1]); in update() local155 imageBounds.extend(coords[2]); in update()156 imageBounds.extend(coords[3]); in update()157 auto tileCover = util::tileCover(imageBounds, zoom); in update()