getCurrentBuilding

@Nullable
fun getCurrentBuilding(): Building

Returns the current visible Building (the one having the viewport's center/target within its bounding box or closest to any of its contour)

Return

null if there is no Building at the camera's target; a valid Building otherwise